# Degrees Fahrenheit to Degrees Rankine (°F to °R)

> Convert degrees Fahrenheit to degrees Rankine with the formula °R = °F + 459.67. Conversion table and worked examples, with JSON API and MCP access.

- Page id: `fahrenheit-to-rankine` · Quantity: Temperature (`temperature`, base unit K) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/fahrenheit-to-rankine · This document: https://tttkmbb.com/conversion/fahrenheit-to-rankine.md · JSON: https://tttkmbb.com/conversion/fahrenheit-to-rankine.json (add `?value=` for a result)

## Formula

- `°R = °F + 459.67`
- `°R = °F + 459.67`
- Reverse: `°F = °R − 459.67`

Non-linear conversion: apply the formula directly; there is no single multiplication factor.

## Worked examples

- 37 °F = 496.67 °R
- 100 °F = 559.67 °R
- -40 °F = 419.67 °R

## Conversion table

| Degrees Fahrenheit (°F) | Degrees Rankine (°R) |
| --- | --- |
| -40 | 419.67 |
| -30 | 429.67 |
| -20 | 439.67 |
| -10 | 449.67 |
| 0 | 459.67 |
| 5 | 464.67 |
| 10 | 469.67 |
| 15 | 474.67 |
| 20 | 479.67 |
| 25 | 484.67 |
| 30 | 489.67 |
| 35 | 494.67 |
| 37 | 496.67 |
| 40 | 499.67 |
| 50 | 509.67 |
| 60 | 519.67 |
| 70 | 529.67 |
| 80 | 539.67 |
| 90 | 549.67 |
| 100 | 559.67 |
| 150 | 609.67 |
| 200 | 659.67 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=37&from_unit=F&to_unit=R` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":37,"from_unit":"F","to_unit":"R"}`
- All temperature units: https://tttkmbb.com/api/v1/units?quantity=temperature · full converter: [Temperature Converter](https://tttkmbb.com/conversion/temperature.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**What is the formula to convert degrees Fahrenheit to degrees Rankine?**

°R = °F + 459.67. For example, 37 °F = 496.67 °R.

**How do I convert degrees Rankine back to degrees Fahrenheit?**

°F = °R − 459.67; the degrees Rankine-to-degrees Fahrenheit page applies it directly.

**Why is there no single multiplication factor?**

Temperature scales have different zero points, so the conversion is an affine formula (scale and offset), not a plain multiplication.

## Related conversions

- [Degrees Rankine to degrees Fahrenheit](https://tttkmbb.com/conversion/rankine-to-fahrenheit.md) (reverse)
- [Degrees Celsius to Degrees Fahrenheit](https://tttkmbb.com/conversion/celsius-to-fahrenheit.md)
- [Degrees Fahrenheit to Degrees Celsius](https://tttkmbb.com/conversion/fahrenheit-to-celsius.md)
- [Degrees Celsius to Kelvin](https://tttkmbb.com/conversion/celsius-to-kelvin.md)
- [Kelvin to Degrees Celsius](https://tttkmbb.com/conversion/kelvin-to-celsius.md)
- [Degrees Fahrenheit to Kelvin](https://tttkmbb.com/conversion/fahrenheit-to-kelvin.md)
- [Kelvin to Degrees Fahrenheit](https://tttkmbb.com/conversion/kelvin-to-fahrenheit.md)
- [Kelvin to Degrees Rankine](https://tttkmbb.com/conversion/kelvin-to-rankine.md)
- [Degrees Rankine to Kelvin](https://tttkmbb.com/conversion/rankine-to-kelvin.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
