Temperature Converter Guide: Celsius, Fahrenheit, and Kelvin Without the Guesswork
A practical temperature converter walkthrough: the Celsius, Fahrenheit, and Kelvin formulas, easy reference points to memorize, and worked examples for cooking and science.
Temperature Converter Guide: Celsius, Fahrenheit, and Kelvin Without the Guesswork
I grew up reading weather in Celsius, then spent a winter renting a flat with an oven dial in Fahrenheit and a recipe book in metric. Every roast started with me squinting at a scrap of paper doing arithmetic in my head. That is the whole reason I keep a temperature converter pinned in a browser tab now: type one number, read all four scales, and stop second-guessing which way the math runs.
This guide is the explainer I wish I had back then. We will walk through the formulas slowly, build a short list of reference points you can actually memorize, and run real examples for the two places people convert temperatures most — the kitchen and the lab.
The Three Scales You Actually Use
Three scales cover almost everything: Celsius, Fahrenheit, and Kelvin. (Rankine shows up in some engineering courses, but it is just Fahrenheit's absolute cousin.)
Celsius (°C) anchors to water. Zero is where water freezes, one hundred is where it boils, at sea level. Most of the world uses it for weather and cooking.
Fahrenheit (°F) is the everyday scale in the United States. Water freezes at 32 °F and boils at 212 °F, so the same 100-degree Celsius span gets stretched into 180 Fahrenheit degrees. That ratio — 180 to 100, or 9 to 5 — is the source of every "× 9/5" you will see below.
Kelvin (K) is the scientist's scale. Its zero is absolute zero, the coldest anything can physically get, where molecular motion stops. A kelvin is exactly the same size as a Celsius degree, so the two scales are just shifted by a fixed amount. Note there is no degree symbol: you write 300 K, never 300 °K, because a kelvin is an absolute unit rather than a degree on an arbitrary scale.
The Formulas, Plainly
Here is the full set, all starting from Celsius:
- Celsius to Fahrenheit: F = C × 9/5 + 32
- Celsius to Kelvin: K = C + 273.15
- Celsius to Rankine: R = (C + 273.15) × 9/5
And reversing the two you will need most:
- Fahrenheit to Celsius: C = (F − 32) × 5/9
- Kelvin to Celsius: C = K − 273.15
The single most common mistake here is order of operations. The Fahrenheit formula scales first, then shifts: multiply by 9/5, then add 32. If you add 32 first, 20 °C comes out as 93.6 °F instead of the correct 68 °F. When you let a tool show the worked substitution, the order is never in doubt — but it is worth burning into memory anyway: scale, then shift.
Kelvin is friendlier. Because a kelvin and a Celsius degree are the same size, you only ever add or subtract 273.15. The other quiet trap is rounding that offset to 273. Fine for a back-of-envelope guess, but you lose 0.15 K every single time, and in a multi-step calculation that drift adds up. Absolute zero is exactly −273.15 °C, not −273 °C.
Reference Points Worth Memorizing
You do not need to compute from scratch if you know a handful of anchors. These are the ones I lean on:
| What | Celsius | Fahrenheit | Kelvin | |---|---|---|---| | Absolute zero | −273.15 °C | −459.67 °F | 0 K | | Water freezes | 0 °C | 32 °F | 273.15 K | | A cool room | 20 °C | 68 °F | 293.15 K | | Body temperature | 37 °C | 98.6 °F | 310.15 K | | Water boils | 100 °C | 212 °F | 373.15 K |
The freezing and boiling points of water are the two anchors that hold the whole system together. Water freezes at 0 °C = 32 °F and boils at 100 °C = 212 °F, and the gap between those Fahrenheit numbers — 180 degrees — over the same range Celsius crosses in 100 is exactly where the 9/5 ratio comes from. Lock those two pairs in and you can sanity-check almost any conversion on the fly.
One more anchor that earns its keep: −40 is the same number on both scales. Set C equal to F in the formula and solve — x = x × 9/5 + 32 gives x = −40 — and the two scales cross at exactly that point. It is a perfect bug-check: any converter that does not return −40 °F for −40 °C is broken.
A Worked Example, Start to Finish
Let's take the headline case. You see 100 °C and want it in every scale.
- Fahrenheit: 100 × 9/5 = 180, then + 32 = 212 °F
- Kelvin: 100 + 273.15 = 373.15 K
- Rankine: (100 + 273.15) × 9/5 = 671.67 °R
So 100 °C = 212 °F = 373.15 K = 671.67 °R, and that 212 °F is the boiling point of water at sea level — which is exactly the reference point above, confirming the math. Going the other direction, a US forecast of 95 °F is (95 − 32) × 5/9 = 35 °C, genuinely hot. A low of 41 °F is 5 °C, jacket weather.
In the Kitchen: American Recipes, Metric Ovens
Cooking is where most people meet temperature conversion in real life. A recipe says bake at 350 °F but your oven dial is in Celsius: 350 °F works out to 176.67 °C, so you set the dial to 175 or 180. Roasting at 425 °F is 218 °C; a low-and-slow 225 °F is 107 °C.
Most ovens only mark every 5 or 10 degrees, so round to the nearest mark and move on — oven thermostats swing wider than that anyway. When the same recipe also lists cups and sticks of butter, hand the volume side to the cooking unit converter and keep your temperature math separate and clean. For the broader case — liters, miles, ounces, anything that isn't heat — the general unit converter covers it.
In the Lab: Homework, Kelvin, and Setpoints
Science is the other big use. A chemistry problem hands you a gas at 27 °C and asks for kelvin: 27 + 273.15 = 300.15 K. Seeing the formula K = C + 273.15 spelled out next to the answer is what makes it stick, especially when absolute-zero questions (−273.15 °C = 0 K) and the Rankine scale from engineering courses are all on the same screen.
Industrial setpoints are the same story with higher stakes. An autoclave datasheet specs 121 °C, a US-built furnace controller reads in Fahrenheit, and the thermodynamics calc wants kelvin — 121 °C is 249.8 °F and 394.15 K, read together so you are not redoing arithmetic at 2 a.m. A good converter also flags anything below absolute zero as physically impossible instead of printing a meaningless number, which catches a fat-fingered minus sign before it reaches a report.
The Quick Takeaway
Memorize four things and you are most of the way there: water freezes at 0 °C / 32 °F, boils at 100 °C / 212 °F, the offset to Kelvin is 273.15, and −40 is the crossover. For everything else — odd decimals, four scales at once, a setpoint you need to share — let the tool carry it, and double-check the rounding with a number formatter if you are pasting figures into a spec.
Made by Toolora · Updated 2026-06-13