Guide · Units
How to Convert Temperature Between Celsius, Fahrenheit, and Kelvin
Updated 2026-08-12 · 4 min read
Temperature conversion is not “multiply by 1.8.” That is half the story, and the half people forget is the offset. Celsius and Fahrenheit do not share a zero. Kelvin shares Celsius’s degree size but not its zero. Mix those facts and a weather app and an ideal-gas homework set fail in different ways.
The three formulas that cover almost every student and lab conversion:
- °F = °C × 9/5 + 32
- °C = (°F − 32) × 5/9
- K = °C + 273.15 (so °C = K − 273.15)
9/5 is exactly 1.8. 5/9 is exactly 1/1.8. Use fractions if you are writing a proof; 1.8 is fine in a spreadsheet if you keep the 32.
Points on the scale versus intervals
A reading is a point: the oven is 180 °C, the freezer is 0 °F, the lab bath is 298.15 K.
A change is an interval: the bath rose 5 °C, the specification allows ±2 K, the day warmed 9 °F.
For a reading, apply the full formula, including +32 or −32.
For an interval, convert only with the slope:
- Δ°F = Δ°C × 9/5
- Δ°C = Δ°F × 5/9
- ΔK = Δ°C
A specification of “±5 °C” is ±9 °F, not ±5 °F, and it is ±5 K. Treating 25 °C ± 5 °C as 77 °F ± 5 °F understates the band.
Why Kelvin exists in the problem set
The kelvin is the SI unit. One kelvin has the same size as one degree Celsius. Absolute zero is 0 K. Ice point is 273.15 K, not 273 K, unless the problem says to use 273.
The ideal-gas law PV = nRT uses T in kelvin. Putting 25 (meaning 25 °C) into RT is a classic zero-score. 25 °C is 298.15 K. R = 8.314 J/(mol·K) is already in kelvin; it does not “also work” in Celsius.
Boiling water at 1 atm is 100 °C = 373.15 K = 212 °F. That is a calibration check, not a conversion trick: if your Fahrenheit formula does not return 212 from 100, you inverted 5/9.
One numeric check: 37 °C
Clinical “normal” is often quoted as 37 °C.
°F = 37 × 9/5 + 32 = 66.6 + 32 = 98.6 °F.
K = 37 + 273.15 = 310.15 K.
Reverse: 98.6 °F → (98.6 − 32) × 5/9 = 66.6 × 5/9 = 37 °C. If you subtract 32 after multiplying, you get a number that looks vaguely medical and is wrong.
Room temperature used as 21 °C is 69.8 °F and 294.15 K. “70 °F” is 21.11 °C, close enough for HVAC talk and sloppy for a calorimetry blank.
Use temperature converter to confirm 37 → 98.6 and 310.15. The page runs in the browser; no account.
Rankine and the leftover scales
US engineering texts sometimes use Rankine: T(°R) = T(°F) + 459.67. A Rankine degree matches a Fahrenheit degree; the zero is absolute. If a steam table is in °R, do not feed those numbers to a Celsius–kelvin converter and hope. Convert °R → °F first (subtract 459.67), then to °C or K, or use a tool that lists Rankine.
Réaumur and “gas mark” are cooking or historical. They are not SI. Do not invent a linear map from gas mark to °C without a cooker chart; oven thermostats are already approximate.
Energy is a different page
Heat capacity problems produce joules, calories, or kWh, not a new temperature scale. Converting 4.184 J to calories is an energy job. Converting the temperature of the water from 20 °C to 68 °F is this page. How to convert energy and power is the sibling. The ideal gas law article is where T in kelvin actually gets used.
What to copy out of the converter
Copy the number and the scale. 310.15 without K will be pasted into a Celsius field. Negative kelvin is a data-entry bug, not a physical state. Below −273.15 °C the converter can still do arithmetic; nature cannot.
If you only needed a weather conversion, Fahrenheit ↔ Celsius is enough. If the next line of the lab is ΔU or q = mcΔT, keep ΔT in °C or K (same size) and leave Fahrenheit out of the energy equation unless every constant is in BTU and °F.
Frequently asked questions
What is the formula from Celsius to Fahrenheit?
°F = °C × 9/5 + 32. The inverse is °C = (°F − 32) × 5/9. Do not drop the 32 when you are converting a reading. Do drop the 32 when you are converting a temperature difference.
How do I convert Celsius to Kelvin?
K = °C + 273.15. Absolute zero is 0 K = −273.15 °C. A 1 °C change is exactly a 1 K change; only the zero point differs.
Why is 0 °C not 0 K?
Celsius is offset so ice water at standard pressure is 0 °C. Kelvin is an absolute thermodynamic scale. Gas-law problems (PV = nRT) need kelvin, not Celsius, in R T.
Is a 10 °C rise the same as a 10 °F rise?
No. A 10 °C (or 10 K) interval is 18 °F. The 9/5 factor applies to intervals. The +32 applies only when you convert a point on the scale.
What is body temperature in all three scales?
37 °C = 98.6 °F = 310.15 K. Many clinical thermometers now treat 37 °C as a rounded typical, not a law of nature.
Does the temperature converter need an account?
No. It runs in the browser. Enter a number, pick the scale pair, copy the result. It will not tell you whether your thermocouple is in °C or K; that is on the instrument.
Related guides
More reading that links back to the same tools and workflows.
How to Convert Energy and Power Units
Joules, calories, watts, and horsepower without mixing energy and power.
4 min read
How to Use the Ideal Gas Law (PV = nRT)
Rearrange PV = nRT, watch units, and solve for unknowns locally.
4 min read
Why Your Unix Timestamp Is Off by Hours (or 55 Years)
Seconds vs milliseconds, UTC vs local, and Excel serial dates. How to convert an instant in the browser without uploading a log dump.
11 min read
Best Unit Converters for Students and Engineers
Length, temperature, bytes, Unix time, pressure, and more - fast unit converters that work offline in your browser.
5 min read