Fahrenheit to Celsius Converter
Common Conversions
| °F | °C |
|---|---|
| -459.67 | -273.15 |
| -320.8 | -196 |
| -40 | -40 |
| 0 | -17.78 |
| 32 | 0 |
| 68 | 20 |
| 77 | 25 |
| 98.6 | 37 |
| 212 | 100 |
| 392 | 200 |
| 572 | 300 |
| 932 | 500 |
| 1832 | 1000 |
Why this conversion matters in chemistry
Fahrenheit mostly disappears once you leave the US, but it sticks around in older American literature and on equipment that was built to ship into that market. An autoignition temperature of 451°F, for example, works out to about 233°C — and if you're comparing against a modern DSC trace or an IUPAC reference table, you need it in Celsius to be useful. Subtract 32, then multiply by 5/9. The subtraction is the part that trips people up, because it handles the offset between where the two scales put zero, and getting it out of order gives you a number that's in the right neighborhood but meaningfully wrong.
Formula
Where the factor comes from
Nothing new is defined for this direction — it is the Celsius-to-Fahrenheit relation solved backwards. Start from t_F = t_C × 9/5 + 32, subtract 32 from both sides, then multiply by the reciprocal of 9/5, which is 5/9. An affine map with an exact slope and an exact intercept inverts to another exact affine map, so 5/9 and 32 are as free of uncertainty as the constants they came from. Keep 5/9 as a fraction rather than a decimal: unlike 9/5, it has no finite decimal form, since 0.5555… repeats without end, and any truncation introduces an error that grows with how far the reading sits from the 32 °F pivot. The subtraction comes first because the offset was added last.
Precision and significant figures
Multiplying by 5/9 shrinks the numeric uncertainty — ±1 °F arrives as ±0.56 °C. That is bookkeeping rather than improvement, the same physical doubt written in a larger unit. It does mean a Fahrenheit reading resolved to whole degrees supports about a half-degree in Celsius, so one decimal is defensible and two are not. Watch for values that started life in Celsius. A round 37 °C converted outward and quoted as 98.6 °F advertises a tenth-degree resolution the original never claimed, and converting back inherits the false digit. When a Fahrenheit figure looks suspiciously specific, check whether it is a rounded Celsius number in disguise.
Worked Examples
Boiling water. The cleanest anchor in the whole scale and the easiest way to sanity-check a thermometer.
Water's freezing point. Where the Celsius scale puts its zero, and where Fahrenheit puts its awkward 32.
Body temperature. Any mammalian cell culture or enzyme assay is calibrated to this number.
Roughly where paper autoignites — a classic materials-science reference point, made famous by a novel.
Common mistakes
Multiplying before subtracting the 32
Running 212 °F straight through 5/9 returns 117.8 °C instead of 100 °C. The damage is a constant 17.78 °C, always high, and it never looks absurd — every oven, drying and reflux temperature comes back as another plausible oven, drying or reflux temperature. Order of operations is the whole conversion here, and the parentheses are not decoration.
Subtracting 32 from a negative reading
For −20 °F the correct step is −20 − 32 = −52, then ×5/9 for −28.9 °C. Flip the sign on the offset and you get +6.7 °C, wrong in magnitude and wrong in kind — a cold-storage specification turns into a chilled one. The subtraction stays a subtraction regardless of which side of zero the reading sits on.
Converting a ramp rate with the full formula
A programmed 10 °F/min heating ramp is 5.56 °C/min. Rates and gradients are differences per unit time, so only the 5/9 applies; running the value through the −32 step first returns something meaningless. The same holds for tolerance bands, deadbands, and temperature coefficients quoted per degree Fahrenheit in materials data.