Temperaturumrechner — Formel
## Temperature Converter
### Formulas from Celsius
- **Fahrenheit**: °F = (°C × 9/5) + 32
- **Kelvin**: K = °C + 273.15
- **Rankine**: °R = (°C + 273.15) × 9/5
### Formulas from Celsius
- **Fahrenheit**: °F = (°C × 9/5) + 32
- **Kelvin**: K = °C + 273.15
- **Rankine**: °R = (°C + 273.15) × 9/5
Lösungsbeispiel
Convert 25°C to Fahrenheit, Kelvin, and Rankine.
- °F = (25 × 9/5) + 32 = 45 + 32 = 77°F
- K = 25 + 273.15 = 298.15 K
- °R = (25 + 273.15) × 9/5 = 298.15 × 1.8 = 536.67°R