Celsius to Fahrenheit Converter
Convert a Celsius temperature reading into Fahrenheit for weather, cooking, product documentation, or any workflow where the source and destination use different scales. Enter the Celsius reading above; the result updates without changing the meaning of the source value.
Enter decimals with a point, such as 20.5. Commas are rejected instead of being treated as decimal or grouping separators. Scientific notation works where the browser accepts it. Results display up to two decimals, and trailing zeroes are omitted.
Working Formula And Display Precision
Use Fahrenheit = (Celsius x 9/5) + 32. Multiplying by 9/5 changes the interval size, and adding 32 aligns the Fahrenheit zero point.
The formula is evaluated with JavaScript number arithmetic before the result is formatted for display. The page shows up to two decimal places and removes unnecessary trailing zeroes, so a result that formats to 68.00 is shown as 68.
Absolute-Zero Boundary
-273.15 degrees C is the ordinary thermodynamic absolute-zero boundary. The calculator still shows the mathematical Fahrenheit result for a lower reading, but that output should not be interpreted as an ordinary physical temperature. This boundary applies to readings; temperature intervals use the scale-ratio rule explained below.
Useful Reference Points
| Celsius | Fahrenheit | Context |
|---|---|---|
| -40 | -40 | The two scales show the same numeric reading |
| 0 | 32 | Water freezing reference |
| 20 | 68 | Mild room temperature |
| 37 | 98.6 | Common body-temperature reference |
| 100 | 212 | Water boiling reference at standard atmospheric pressure |
Temperature Reading Or Temperature Change?
This page converts readings. A reading of 10 degrees C becomes 50 degrees F because the reading formula includes the +32 offset.
A temperature increase of 10 degrees C is different: the increase is 18 degrees F because interval conversion uses the 9/5 scale ratio without the reading offset.
Common Mistakes
- Do not multiply by 9/5 and forget the +32 reading offset.
- Do not round the Celsius source before the formula is complete.
- Keep the scale symbol or unit name with the copied result.
- Do not use the reading formula for a temperature increase or uncertainty range.
Frequently Asked Questions
The 9/5 factor changes the size of the degree interval, while +32 aligns the different zero points used by the two scales.
At -40, the scale factor and offset produce the same numeric reading on both scales: -40 degrees C equals -40 degrees F.
The tool displays at most two decimal places and removes trailing zeroes that do not change the value.
No. This page converts temperature readings. For an increase or interval, multiply the Celsius difference by 9/5 without adding 32.
The tool shows the mathematical Fahrenheit result and a warning. A reading below the ordinary thermodynamic absolute-zero boundary should not be interpreted as an ordinary physical temperature.
Learn More About This Topic
Use the supporting references when the assumptions behind Celsius to Fahrenheit matter as much as the immediate result. For more context, read the Celsius-to-Fahrenheit formula guide and celsius vs fahrenheit: readings, intervals, and scale differences before using the result in a real workflow.
Related Converter Tools
More converters in Temperature Converter: