I do this backwards using the below - There is a formula in the dupont technical sheet (the old version in imperial units). You need to iterate this formula to reverse it, which is easily done with 'goalseek' in excel, or you can write a simple macro if you are inclined:
Saturation Temperature t
need in Rankin
T = t + 459.69
Term 1 = A
Term 2 = B/T
Term 3 = C*LOG10(T)
Term 4 = D*T
Term 5 = (E*(F-T)/(F*T))*LOG10(F-T))
Saturated Vapour Pressure
psia = 10^(C8-C9-C10+C11+C12)
psig = psia - 14.696
Fixed Coefficients
A 29.35754453
B 3845.193152
C 7.86103122
D 0.002190939044
E 305.8268131
F 686.1