Golden Ratio Calculator
Split any length into golden proportions and size a golden rectangle
Last updated September 6, 2026
Method: Every result uses the exact definition φ = (1 + √5) ÷ 2 = 1.6180339887498949 in double-precision arithmetic. The longer part is total ÷ φ, the shorter part is total ÷ φ², and no rounding happens before the final display.
Included: Golden split from a known total, longer part or shorter part; the exact percentages 61.803399% and 38.196601%; golden rectangle dimensions both ways; six successive golden divisions; and a Fibonacci approximation table with the error of each pair.
Not included: Aesthetic judgements, historical claims about art and architecture, and formats such as 16 : 9 that are aspect ratios rather than golden proportions.
Golden ratio split
The split, drawn to scale
The whole is to the longer part as the longer part is to the shorter part: 1,200.00 / 741.64 = 741.64 / 458.36 = 1.6180.
Golden rectangle dimensions
A golden rectangle has sides in the ratio phi : 1. Cut a square off its short side and the rectangle that is left over is golden again.
Successive golden divisions
| Step | Length (px) | Longer part | Shorter part |
|---|---|---|---|
| 0 | 1,200.00 | 741.64 | 458.36 |
| 1 | 741.64 | 458.36 | 283.28 |
| 2 | 458.36 | 283.28 | 175.08 |
| 3 | 283.28 | 175.08 | 108.20 |
| 4 | 175.08 | 108.20 | 66.87 |
| 5 | 108.20 | 66.87 | 41.33 |
Each row divides the previous longer part again, which is how a golden spiral or a nested layout grid is generated.
Fibonacci approximations of the same split
| Fibonacci pair | Ratio | Longer (px) | Shorter (px) | Error |
|---|---|---|---|---|
| 3 : 2 | 1.500000 | 720.00 | 480.00 | 7.2949% |
| 5 : 3 | 1.666667 | 750.00 | 450.00 | 3.0057% |
| 8 : 5 | 1.600000 | 738.46 | 461.54 | 1.1146% |
| 13 : 8 | 1.625000 | 742.86 | 457.14 | 0.4305% |
| 21 : 13 | 1.615385 | 741.18 | 458.82 | 0.1637% |
| 34 : 21 | 1.619048 | 741.82 | 458.18 | 0.0626% |
| 55 : 34 | 1.617647 | 741.57 | 458.43 | 0.0239% |
| 89 : 55 | 1.618182 | 741.67 | 458.33 | 0.0091% |
Ratios of neighboring Fibonacci numbers close in on phi, so 8 : 5 or 13 : 8 is a whole-number stand-in when you need round values.
Exact definition: phi = (1 + √5) / 2 = 1.6180339887498949, an irrational number. Every result here is that constant applied to your length, rounded for display only.
Golden ratio calculator: everything you need to know
A golden ratio calculator splits a length into two parts whose proportion is φ = 1.6180339887, the golden section. Enter a 1,200 pixel width and the split is 741.64 and 458.36 pixels. The longer piece is always 61.803399% of the whole and the shorter piece 38.196601%, in any unit.
Three sister tools cover the neighboring questions. The Fibonacci Calculator generates the integer sequence whose consecutive ratios converge on φ, the Ratio Calculator simplifies and scales any ratio you already have, and the Aspect Ratio Calculator handles screen and image formats such as 16 : 9. Use this page when you have one length and want the two golden pieces, or a golden rectangle, in real units.
What the golden ratio actually is
Two positive lengths a (the longer part) and b (the shorter part) are in the golden ratio when the whole is to the longer part exactly as the longer part is to the shorter part:
(a + b) ÷ a = a ÷ b = φ Write x for the ratio a ÷ b. The definition becomes x = 1 + 1 ÷ x, which rearranges to the quadratic x² = x + 1. Its positive root is the constant everything else follows from:
φ = (1 + √5) ÷ 2 = 1.6180339887498949… Because x² = x + 1, the constant has two shortcuts that make hand calculation easy: φ² = φ + 1 = 2.6180339887 and 1 ÷ φ = φ − 1 = 0.6180339887. Those two identities are the reason the golden ratio keeps reappearing in geometry: it is the only positive number that is exactly one more than its own reciprocal.
The three ways to solve it
Depending on which measurement you already have, one of three formulas applies. This calculator switches between them with the choice cards at the top:
- You know the total (a + b): longer part a = total ÷ φ, shorter part b = total ÷ φ². Equivalently, a = 0.618034 × total and b = 0.381966 × total.
- You know the longer part (a): shorter part b = a ÷ φ, total = a × φ.
- You know the shorter part (b): longer part a = b × φ, total = b × φ².
All three are the same relationship read from a different starting point, so the answers always agree. A useful sanity check is that the longer part divided by the shorter part comes out as 1.618034 every time, whichever mode you used.
Worked example: a 1,200 pixel layout
Suppose you are laying out a content area 1,200 pixels wide and want a main column and a sidebar in golden proportion. Set the mode to Total and enter 1200.
- Longer part: 1,200 ÷ 1.6180339887 = 741.64 px (the main column).
- Shorter part: 1,200 ÷ 2.6180339887 = 458.36 px (the sidebar).
- Check the sum: 741.64 + 458.36 = 1,200.00 px, exactly the width you started with.
- Check the ratio: 741.64 ÷ 458.36 = 1.6180, which is φ to four decimals.
Rounding to whole pixels gives 742 and 458, whose ratio is 1.6201 instead of 1.6180. That rounding error of about 0.13% is invisible on screen, and it is the normal price of turning an irrational proportion into integers. If you would rather keep the split exact, divide the longer part again: 741.64 ÷ φ = 458.36, and 458.36 ÷ φ = 283.28. Those nested values are what the successive divisions table in the calculator lists for you.
Worked example: a 96 inch wall
The same arithmetic works in imperial units because φ is a pure number with no units attached. Say you are hanging a picture rail on a 96 inch (8 foot) wall and want the vertical divider placed at the golden section rather than the middle:
- Longer part: 96 ÷ 1.6180339887 = 59.33 in, which is 4 feet 11.33 inches.
- Shorter part: 96 ÷ 2.6180339887 = 36.67 in, which is 3 feet 0.67 inches.
- Sum check: 59.33 + 36.67 = 96.00 in.
- Ratio check: 59.33 ÷ 36.67 = 1.6180.
Compare that with a simple halving at 48 inches and 48 inches. The golden split moves the divider about 11.33 inches off center, which is exactly the point: it produces an obvious asymmetry that still feels ordered rather than accidental. Switch the unit selector to in or ft and the calculator labels the results in the unit you are actually measuring with.
Golden section of common lengths
The table below applies total ÷ φ and total ÷ φ² to lengths that come up often in design and building work. Every row splits into the same 61.803399% and 38.196601% shares, so you can scale any row up or down freely.
| Total length | Longer part (a) | Shorter part (b) | a ÷ b |
|---|---|---|---|
| 10 | 6.18 | 3.82 | 1.6180 |
| 12 | 7.42 | 4.58 | 1.6180 |
| 16 | 9.89 | 6.11 | 1.6180 |
| 24 | 14.83 | 9.17 | 1.6180 |
| 36 | 22.25 | 13.75 | 1.6180 |
| 48 | 29.67 | 18.33 | 1.6180 |
| 60 | 37.08 | 22.92 | 1.6180 |
| 96 | 59.33 | 36.67 | 1.6180 |
| 100 | 61.80 | 38.20 | 1.6180 |
| 1,200 | 741.64 | 458.36 | 1.6180 |
| 1,920 | 1,186.63 | 733.37 | 1.6180 |
Notice that the values scale linearly. Doubling the total doubles both parts, which is why a single percentage pair, 61.803399% and 38.196601%, describes every row at once.
Golden rectangles
A golden rectangle has its long side and short side in the ratio φ : 1. Given a width, the golden height is width ÷ φ; given a height, the golden width is height × φ. The rectangle has a property no other shape shares: cut a square off its short side and the leftover rectangle is golden again, at 1 ÷ φ of the original size. Repeating that cut is how the familiar golden spiral diagram is drawn, one quarter circle per square.
| Known side | Height if it is the width | Rounded | Width if it is the height |
|---|---|---|---|
| 1,920 | 1,186.63 | 1,187 | 3,106.63 |
| 1,440 | 889.97 | 890 | 2,329.97 |
| 1,200 | 741.64 | 742 | 1,941.64 |
| 1,080 | 667.48 | 667 | 1,747.48 |
| 800 | 494.43 | 494 | 1,294.43 |
| 600 | 370.82 | 371 | 970.82 |
| 400 | 247.21 | 247 | 647.21 |
| 100 | 61.80 | 62 | 161.80 |
| 16 | 9.89 | 10 | 25.89 |
| 10 | 6.18 | 6 | 16.18 |
A 16 by 10 print or screen is close to golden: the exact golden height for a 16 unit width is 9.89, so 16 : 10 is off by roughly 1.1%. The far more common 16 : 9 format has a ratio of 1.7778, which is about 9.9% wider than golden, so it is a different proportion rather than an approximation of one.
Fibonacci numbers as whole-number stand-ins
Consecutive Fibonacci numbers converge on φ when you divide one by the one before it. That gives you a ladder of integer ratios you can use when fractional pixels or awkward measurements are impractical. The error column below is the percentage by which each ratio misses 1.6180339887.
| Fibonacci pair | Ratio | Difference from φ | Error |
|---|---|---|---|
| 3 / 2 | 1.50000000 | −0.11803399 | 7.29490% |
| 5 / 3 | 1.66666667 | +0.04863268 | 3.00566% |
| 8 / 5 | 1.60000000 | −0.01803399 | 1.11456% |
| 13 / 8 | 1.62500000 | +0.00696601 | 0.43052% |
| 21 / 13 | 1.61538462 | −0.00264937 | 0.16374% |
| 34 / 21 | 1.61904762 | +0.00101363 | 0.06265% |
| 55 / 34 | 1.61764706 | −0.00038693 | 0.02391% |
| 89 / 55 | 1.61818182 | +0.00014783 | 0.00914% |
| 144 / 89 | 1.61797753 | −0.00005646 | 0.00349% |
| 233 / 144 | 1.61805556 | +0.00002157 | 0.00133% |
| 377 / 233 | 1.61802575 | −0.00000824 | 0.00051% |
| 610 / 377 | 1.61803714 | +0.00000315 | 0.00019% |
The ratios alternate above and below φ and the error falls by roughly a factor of 2.6 each step, so 13 : 8 is already within half a percent and 55 : 34 within a quarter of a tenth of a percent. To generate the underlying sequence to any length, use the Fibonacci Calculator.
Powers of phi
Because φ² = φ + 1, every power of φ is a whole number plus a multiple of φ, and the powers grow by a constant factor. These are handy when you build a proportional scale rather than a single split.
| Power | Value | Applied to a 16 unit base |
|---|---|---|
| φ−2 | 0.38196601 | 6.11 |
| φ−1 | 0.61803399 | 9.89 |
| φ0 | 1.00000000 | 16.00 |
| φ1 | 1.61803399 | 25.89 |
| φ2 | 2.61803399 | 41.89 |
| φ3 | 4.23606798 | 67.78 |
| φ4 | 6.85410197 | 109.67 |
| φ5 | 11.09016994 | 177.44 |
Starting from a 16 unit body size, a φ based type scale runs 16, 25.89, 41.89, 67.78 and 109.67, which in practice rounds to 16, 26, 42, 68 and 110. The steps are large, so many designers use a smaller ratio for text and reserve the φ jump for display sizes.
How to use this golden ratio calculator
- Pick what you know. Choose Total if you have the full length, Longer if you have the bigger of the two parts, or Shorter if you have the smaller one.
- Enter the measurement. Type any positive number. The quick buttons load common values such as 100, 1200 and 1920.
- Choose the unit. Pixels, inches, feet, centimeters or millimeters. The unit is a label only, since the ratio itself is unitless.
- Set the decimals. Zero decimals for whole pixels, two for print measurements, three when you are checking the arithmetic.
- Read the results. The headline shows the longer and shorter parts side by side with the ratio between them, and the bar underneath draws the split to scale.
- Scroll for the extras. Golden rectangle dimensions both ways, six successive divisions for nested layouts, and the Fibonacci table if you need integer stand-ins.
Everything recalculates as you type, so you can drag a value up and down and watch the split follow.
Who this calculator is for
- Web and product designers sizing a content column against a sidebar, or a hero against the section below it.
- Graphic designers and photographers placing a horizon, a fold or a focal point off center in a deliberate way.
- Woodworkers and furniture makers proportioning drawer fronts, shelf spacing or a box lid against its base.
- Architects, remodelers and home decorators dividing a wall, a window opening or a garden bed.
- Students checking homework on φ, golden rectangles and the Fibonacci connection.
- Anyone curious about why 1.618 shows up in so many places and what it actually means.
Key terms explained
- Phi (φ): the constant 1.6180339887498949, the positive root of x² = x + 1.
- Golden section: the point that divides a length into the golden ratio, at 61.803399% of the way along.
- Golden rectangle: a rectangle whose sides are in the ratio φ : 1.
- Golden spiral: the curve drawn through the squares you cut off successive golden rectangles; it grows by a factor of φ every quarter turn.
- Divine proportion: an older name for the same ratio, used in Renaissance mathematics texts.
- Reciprocal (1 ÷ φ): 0.6180339887, which equals φ − 1. Some sources call this number the golden ratio too.
- Irrational number: a number that cannot be written as a fraction of two whole numbers. φ is irrational, so every decimal you see is a rounded value.
What changes the result
The ratio itself never changes, so only three things move your numbers:
- The length you enter: results scale in direct proportion, so doubling the input doubles both parts.
- Which quantity you enter: entering 100 as the total gives 61.80 and 38.20, while entering 100 as the longer part gives 61.80 as the shorter part and 161.80 as the total. The mode selector matters more than any other setting.
- Rounding: displaying zero decimals can shift a split by up to half a unit and change the measured ratio slightly, as the 742 / 458 example shows.
The unit selector changes only the label. Ten inches and ten centimeters split into the same 6.18 and 3.82 in their own units.
Practical tips
- Remember 62 / 38. For a rough check without a calculator, the golden split is very close to 62% and 38% of the whole.
- Use the reciprocal for quick math. Multiplying by 0.618034 is the same as dividing by 1.618034 and is easier to do in your head.
- Round at the end, not in the middle. Rounding the longer part before you subtract it from the total introduces an error you then carry through the whole layout.
- Nest instead of guessing. To subdivide a golden layout, divide the longer part again rather than inventing a new proportion.
- Switch to Fibonacci when you need integers. A 13 : 8 or 21 : 13 split gives round numbers within half a percent of golden.
- Do not force it. Content, legibility and structural constraints beat proportion. Use φ as a starting point and adjust.
Limitations and assumptions
- The calculator works in double-precision floating point, which is accurate to roughly 15 significant digits. That is far more precision than any physical measurement needs, but φ itself has no exact decimal form.
- Results are rounded only for display. Internally the full precision constant is used, so a 0 decimal display can look one unit off from a hand calculation you rounded early.
- The tool takes a single length. It does not check that your two parts were already golden, and it does not adjust for margins, gutters, kerf or material thickness.
- It makes no aesthetic claim. The golden ratio is a proportional device, not a guarantee that a layout will look good.
- Popular claims about the ratio appearing in the Parthenon, in the Mona Lisa or in human body proportions are contested in the scholarly literature and are not asserted here.
How it compares to related calculators
This page answers "how do I split this length at the golden section?" If your question is a little different, a sister tool fits better:
- To build the integer sequence behind φ or find the nth term, use the Fibonacci Calculator.
- To simplify, scale or compare a ratio you already have, such as 742 : 458, use the Ratio Calculator.
- To resize an image or video to a fixed format such as 16 : 9, use the Aspect Ratio Calculator.
- To solve a proportion of the form a : b = c : x, use the Proportion Calculator.
- To turn the split into a share of a whole, use the Percentage Calculator.
- To evaluate √5 or other roots directly, use the Square Root Calculator; for powers of φ, the Exponent Calculator does the arithmetic.
Sources
Every number on this page is deterministic mathematics that follows from a single exact definition, so no external data source is involved:
- The constant: φ is defined as the positive root of x² = x + 1, that is (1 + √5) ÷ 2 = 1.6180339887498949. This is an exact definition, not a measured value.
- The split formulas: longer = total ÷ φ and shorter = total ÷ φ² follow algebraically from (a + b) ÷ a = a ÷ b.
- The Fibonacci table: generated from F(n) = F(n−1) + F(n−2) with F(0) = 0 and F(1) = 1, then divided pair by pair. Exact integer arithmetic, no source needed.
- Units: the inch and foot used in the imperial examples are defined exactly in terms of the meter (1 inch = 25.4 mm) by NIST Special Publication 811, Guide for the Use of the International System of Units. The ratio itself is unitless and unaffected.
⚠️ Common mistakes & edge cases
Multiplying the total by 1.618 instead of dividing
Multiplying a 1,200 pixel total by 1.618034 gives 1,941.64, a length longer than what you started with. To split a total, divide: 1,200 ÷ 1.618034 = 741.64. Multiply by φ only when the number you have is one of the two parts, not the whole.
Mixing up the two parts
Total ÷ φ gives the longer part and total ÷ φ² the shorter one. Swapping them turns a 62 / 38 layout into a 38 / 62 layout, which is a different composition. Check that your bigger number really is about 61.8% of the total.
Rounding too early
Rounding 741.64 to 742 and then computing the remainder as 1,200 − 742 = 458 is fine, but rounding 741.64 to 740 first and building the rest of a layout on it compounds the error at every nested level. Keep full precision until the final measurement.
Treating 16 : 9 as golden
The 16 : 9 video format has a ratio of 1.7778, about 9.9% wider than φ. A 16 : 10 format at 1.6 is much closer but still off by 1.1%. If you need a true golden frame, use the golden rectangle values from this page.
Assuming 0.618 and 1.618 are different ratios
They are reciprocals of each other, since 1 ÷ 1.618034 = 0.618034. Both describe the same golden relationship read in opposite directions, so seeing 0.618 quoted as "the golden ratio" is not an error, just a different convention.
Expecting exact whole numbers
φ is irrational, so a golden split of a whole number is never itself a pair of whole numbers. Any integer version, including 8 : 5 and 13 : 8, is an approximation. Decide up front how much rounding error your project can absorb.
❓ Frequently asked questions
What is the golden ratio?
The golden ratio is the number phi = (1 + the square root of 5) / 2 = 1.6180339887498949. Two lengths a and b are in the golden ratio when the whole is to the longer part as the longer part is to the shorter part, that is (a + b) / a = a / b. It is an irrational number, so its decimal expansion never repeats and never ends.
How do I calculate the golden ratio of a number?
If you know the total length, the longer part is total / 1.618034 and the shorter part is total / 2.618034. For a total of 1,200 pixels that gives 741.64 and 458.36. If instead you know the longer part a, the shorter part is a / 1.618034 and the total is a x 1.618034. If you know the shorter part b, the longer part is b x 1.618034 and the total is b x 2.618034.
What percentage of a length is the golden section?
The longer part is always 61.803399% of the total and the shorter part is always 38.196601% of the total, no matter what unit you use. That is because 1 / phi = 0.618034 and 1 / phi squared = 0.381966. A quick mental check: split a length roughly 62 / 38 and you are within a fraction of a percent of the exact golden section.
What is a golden rectangle?
A golden rectangle has its long side and short side in the ratio phi : 1, so the long side is 1.618034 times the short side. A 1,200 pixel wide golden rectangle is 741.64 pixels tall. Its defining property is self similarity: cut a square off the short side and the rectangle left over is a smaller golden rectangle with the same proportions.
Why is the golden ratio 1.618?
It falls out of its own definition. Setting (a + b) / a = a / b and writing x = a / b gives x = 1 + 1 / x, so x squared = x + 1. Solving that quadratic gives x = (1 + the square root of 5) / 2 = 1.618034 as the positive root. The same equation explains two shortcuts: phi squared = phi + 1 = 2.618034 and 1 / phi = phi - 1 = 0.618034.
How is the golden ratio related to the Fibonacci sequence?
Divide any Fibonacci number by the one before it and you get closer and closer to phi: 8 / 5 = 1.6, 13 / 8 = 1.625, 21 / 13 = 1.615385, 55 / 34 = 1.617647 and 144 / 89 = 1.617978. By 144 / 89 the error is only 0.00349%. That is why designers reach for 8 : 5 or 13 : 8 when they need whole numbers instead of an irrational split.
Is the golden ratio the same as the divine proportion or golden mean?
Yes. Golden ratio, golden section, golden mean, divine proportion and the Greek letter phi all name the same constant, 1.6180339887498949. Some texts also use the reciprocal 0.618034 and call it the golden ratio, which is why you sometimes see both numbers quoted. This calculator reports the split in absolute units so the naming convention does not matter.
How do I use the golden ratio in a page or poster layout?
Take the width you are working with and split it with this calculator. A 1,200 pixel content area splits into a 741.64 pixel main column and a 458.36 pixel sidebar, which round comfortably to 742 and 458. You can repeat the split inside either part: dividing 741.64 again gives 458.36 and 283.28, which is how nested golden grids are built.
What is the golden ratio in inches and feet?
The constant is unitless, so it works the same in any unit. A 96 inch (8 foot) wall splits into 59.33 inches and 36.67 inches. A 60 inch span splits into 37.08 inches and 22.92 inches. Pick the unit in the calculator and it labels the results for you, rounding to the number of decimals you choose.
Do artists and architects really use the golden ratio?
Some deliberately do, and modern design systems often use phi based scales for type sizes and layout grids. Many popular claims that the ratio is hidden in the Parthenon, in classical paintings or in the human body are disputed by scholars and rest on loose measurements. Treat the golden ratio as a useful proportional tool rather than a proven law of beauty.
What is the difference between the golden ratio and an aspect ratio?
An aspect ratio describes width to height for a specific screen or image format, such as 16 : 9 or 4 : 3, and is usually a ratio of whole numbers. The golden ratio is a single irrational constant, 1.618034, that can be used as an aspect ratio but is more often used to split one length into two related parts. For screen and image formats, use the Aspect Ratio Calculator instead.
Is this golden ratio calculator free?
Yes. It is completely free with no sign-up and no limit on how many lengths you convert. Switch between knowing the total, the longer part or the shorter part, change the unit and the number of decimals, and read the golden rectangle dimensions and Fibonacci approximations as often as you like.
💡 Good to know
Phi is the "most irrational" number
Written as a continued fraction, φ is 1 + 1 / (1 + 1 / (1 + …)), all ones, which makes it the hardest number to approximate well with fractions. That property is why sunflower seed heads and pinecones pack efficiently with phi based angles: no two elements line up.
Two shortcuts worth memorizing
φ² = φ + 1 = 2.618034 and 1 ÷ φ = φ − 1 = 0.618034. With those you can do a golden split on paper: multiply the total by 0.618034 for the longer part, then subtract to get the shorter part.
The rule of thirds is the practical cousin
Photographers often place a subject one third of the way across a frame, at 33.33%. The golden section sits at 38.20% from the near edge, close enough that the two guides frequently overlap on a small print but visibly different on a wide composition.