Historical Temperature ScalesFahrenheit to Rankine

Fahrenheit to Rankine

Snapshot

1 Fahrenheit equals 460.67 Rankine. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This conversion uses a scale-and-offset equation (°R = °F + 459.67).
  • Example: For 20 Fahrenheit, the converted value equals 479.67 Rankine.
  • Use the reverse page if you need the opposite direction with the same basis.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

460.67 Rankine (°R)

Switch

Machine access

Available to apps and AI agents

Fahrenheit to Rankine can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.

Machine-readable identifiers

Conversion family
historical-temperature-scales
Source unit
fahrenheit
Target unit
rankine

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "historical-temperature-scales",
  "value": 1,
  "from": "fahrenheit",
  "to": "rankine"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "historical-temperature-scales",
    "value": 1,
    "from": "fahrenheit",
    "to": "rankine",
    "result": {
      "raw": 460.67,
      "display": "460.67"
    },
    "canonicalPath": "/historical-temperature-scales/fahrenheit-to-rankine/"
  }
}
Full API documentation

Explanation

Use this page when you want a direct Fahrenheit to Rankine conversion. On this page, 1 Fahrenheit equals 460.67 Rankine.

Historical temperature scales can differ by degree size, zero reference, or both, so this route uses the exact direction-specific equation °R = °F + 459.67 instead of one shared factor.

Fahrenheit (deg F): a temperature scale still used mainly in the United States for weather and household references.

Rankine (deg R): an absolute temperature scale that uses Fahrenheit-sized degrees but starts at absolute zero.

This route is useful when translating modern temperature values into Rankine for legacy thermodynamic and engineering references.

This conversion uses an affine or exact linear historical-scale equation, so forward and reverse pages must keep their own dedicated formulas to stay numerically aligned.

Method & Reference

  • Method basis: exact affine formula (scale + offset) shown in Snapshot.
  • Equation reference: °R = °F + 459.67
  • Consistency rule: forward and reverse pages use inverse equations to preserve scale reference points.

Reference note

This Fahrenheit to Rankine page uses explicit historical scale equations (scale + offset), not a simple multiplier.

  • Historical temperature scales are reconstructed from standard reference definitions.
  • Forward and reverse directions use inverse formulas, so each direction has its own dedicated page.

Common Conversion Values

Fahrenheit (°F)Rankine (°R)
-40 419.67
0 459.67
20 479.67
32 491.67
80 539.67
100 559.67
273.15 732.82
491.67 951.34

Questions & answers

Frequently Asked Questions

What is 1 Fahrenheit in Rankine?

1 Fahrenheit equals 460.67 Rankine on this page.

What equation does this Fahrenheit to Rankine page use?

This page uses °R = °F + 459.67, and the same equation drives the direct answer, calculator, table, and FAQ.

Is there a reverse page for Rankine to Fahrenheit?

Yes. The reverse direction has its own page at °R to °F, where the inverse equation is used so the mirror route stays numerically aligned.