3tej home

What is Precise Celsius ↔ Fahrenheit Temperature Converter?

celsius fahrenheit formula, temperature conversion This tool runs entirely in your browser. No data is sent to any server, and no signup is needed.

Celsius to Fahrenheit Converter

Celsius to Fahrenheit conversion: F = C × 9/5 + 32. Common reference points: 0°C = 32°F, 100°C = 212°F.

Result
1.8

About

Celsius to Fahrenheit conversion translates a temperature on the metric Celsius scale (0 C freezing, 100 C boiling at 1 atm) to the Fahrenheit scale used in US weather, cooking, and medical reporting (32 F freezing, 212 F boiling). The conversion is exact, not a rounded approximation.

The two scales were defined by different people for different reference points. Daniel Gabriel Fahrenheit fixed 0 F to the freezing point of a brine of ice, water, and ammonium chloride, and originally placed body temperature near 96 F, leaving 32 F for plain-water freezing. Anders Celsius proposed a 100-degree scale in 1742 (initially inverted, with 0 as boiling). Modern definitions tie both to the kelvin: a Celsius degree and a kelvin are the same size, and Fahrenheit is a linear rescaling of kelvin. That is why a single linear formula, not a lookup table, converts any value perfectly.

This converter handles both directions. Type a Celsius value and read Fahrenheit, or flip the selector to go the other way. Output is shown to four decimal places so you can see the exact repeating decimal that appears whenever you divide or multiply by 5/9. For everyday weather you will round to a whole degree; for laboratory or medical use the extra digits matter.

How it works

Fahrenheit divides the gap between water's freezing and boiling points into 180 degrees; Celsius uses 100. The ratio 180/100 = 9/5 = 1.8 is the scale factor, and 32 is the offset so 0 C maps to 32 F.

F = C x 9/5 + 32
C = (F - 32) x 5/9
1 Celsius degree = exactly 1.8 Fahrenheit degrees
The scales coincide at -40 (-40 C = -40 F).

Because the scale factor is exact, no rounding error creeps in regardless of input magnitude. The tool computes with full IEEE-754 double precision.

Worked example

A US recipe lists an oven temperature of 350 F. You want the Celsius setting for your European oven.

  1. Input: 350 F.
  2. Apply reverse formula: C = (F - 32) x 5/9.
  3. Subtract offset: 350 - 32 = 318.
  4. Multiply by 5/9: 318 x 0.5555... = 176.67.
  5. Round to dial granularity: 177 C, typically marked as 175 or 180 on European dials.
Result: 350 F = 176.67 C. For ovens with 5-degree dial steps, set 175 C and add 1 to 2 minutes of baking time to compensate for the slight underbake.

Reference table

ContextCelsiusFahrenheit
Absolute zero-273.15 C-459.67 F
Coldest recorded surface (Vostok 1983)-89.2 C-128.6 F
Scales coincide-40 C-40 F
Water freezes (1 atm)0 C32 F
Refrigerator target4 C39.2 F
Room temperature20-22 C68-71.6 F
Normal body core37 C98.6 F
Clinical fever threshold38 C100.4 F
Hottest recorded surface (Death Valley 1913)56.7 C134 F
Water boils (1 atm)100 C212 F
Common oven (moderate)175 C350 F

Common pitfalls

  • Forgetting the +32 offset. Multiplying by 1.8 without adding 32 gives the wrong answer at every temperature except absolute zero, where it happens to land closer by accident.
  • Mixing scale change with offset. A 10 C temperature rise equals an 18 F rise (10 x 1.8), not a 10 F rise. Only differences use the 9/5 factor with no +32.
  • Confusing 98.6 F as exact. Wunderlich's 1868 mean is what the textbook value rounds to; modern studies (Mackowiak 1992; Stanford 2020) put mean body temperature closer to 36.6 C / 97.9 F.
  • Oven dial increments. European ovens step in 10 C or 25 C jumps; US ovens in 25 F. Round the converted target to the nearest dial mark and adjust time, not temperature.
  • Weather wind-chill quirks. Wind-chill and heat-index formulas are scale-specific (different polynomial coefficients in C vs F). Converting only the input does not convert the formula.

Related tools and glossary

Frequently asked questions

What is the Celsius to Fahrenheit formula?

F = C x 9/5 + 32, equivalent to F = C x 1.8 + 32. The reverse is C = (F - 32) x 5/9. The 9/5 factor comes from Fahrenheit's original spacing of 180 degrees between water's freezing (32 F) and boiling (212 F) points, versus 100 in Celsius.

Where do Celsius and Fahrenheit cross?

At -40 degrees: -40 C = -40 F. This is the only point where the two scales give the same numerical value. Solve C = C x 9/5 + 32 and you get C = -40.

What is 37 C in Fahrenheit?

98.6 F (the textbook normal body temperature, from Wunderlich's 1868 study; modern studies put the true mean closer to 36.6 C / 97.9 F). Clinical fever is usually defined above 38 C (100.4 F); hypothermia below 35 C (95 F).

Why does the US still use Fahrenheit?

Cultural inertia plus appliance and media installed base. Only the US, Belize, Cayman Islands, Liberia, the Bahamas, and a few Pacific territories use Fahrenheit for everyday weather. All scientific work, US aviation METARs, and US pharmacy labels use Celsius.

How do I convert a temperature difference rather than a reading?

For a difference or change, use only the scale factor and drop the offset: a change of N Celsius degrees equals N x 1.8 Fahrenheit degrees. A 5 C rise is a 9 F rise, not 41 F. The +32 offset applies only to absolute readings. Spec sheets that list a tolerance like plus or minus 2 C therefore mean plus or minus 3.6 F, not plus or minus 35.6 F.

Sources

  • NIST, Guide for the Use of the International System of Units (SI), NIST SP 811.
  • BIPM, The International System of Units (SI Brochure), 9th edition, 2019.
  • Mackowiak P.A. et al., A Critical Appraisal of 98.6 F, JAMA 1992.
  • 10th CGPM (1954) Resolution 3, defining the Celsius temperature scale.

Last updated 2026-05-28.