Color

Shades of Orange: Color Names, Hex Codes, and Variations

HR
Hassaan Rasheed
· August 22, 2026 12 min read

A grid of orange color swatches arranged in five rows showing the full orange spectrum from pale to deep: the top row shows peach, apricot, and papaya; the second row shows tangerine, pumpkin, and standard CSS orange; the third row shows coral, salmon, and tomato; the fourth row shows burnt orange, rust, and terracotta; the bottom row shows amber, goldenrod, and sienna, each labeled with the color name and hex code on a white background

You spec a background as "orange" and the client says it is too bright. You try "burnt orange" and the developer asks which hex code you mean. The word orange covers more perceptual ground than any other color name in English, and the shades within it have specific names that carry meaning in design, fashion, CSS, and everyday language.

The Color Name Finder matches any orange hex against the full CSS named color set using perceptual distance matching, which returns the closest standard name for any custom value you are working with. This guide covers every major shade of orange, the names designers and developers use for them, and the exact hex codes behind each family.

Quick Reference: Orange Color Names and Hex Codes

Color NameHex CodeRGBFamily
Peachpuff#FFDAB9R:255, G:218, B:185Pale orange
Apricot#FBCEB1R:251, G:206, B:177Pale orange
Bisque#FFE4C4R:255, G:228, B:196Pale orange
Papayawhip#FFEFD5R:255, G:239, B:213Pale orange
Moccasin#FFE4B5R:255, G:228, B:181Pale yellow-orange
Lightsalmon#FFA07AR:255, G:160, B:122Light warm orange
Salmon#FA8072R:250, G:128, B:114Pink-orange
Coral#FF7F50R:255, G:127, B:80Mid warm orange
Orange#FFA500R:255, G:165, B:0Standard orange
Darkorange#FF8C00R:255, G:140, B:0Vivid deep orange
Tangerine#F28500R:242, G:133, B:0Vivid warm orange
Pumpkin#FF7518R:255, G:117, B:24Deep warm orange
Tomato#FF6347R:255, G:99, B:71Red-orange
Orangered#FF4500R:255, G:69, B:0Near-red orange
Vermillion#E34234R:227, G:66, B:52Artist red-orange
Burnt orange#CC5500R:204, G:85, B:0Dark muted orange
Rust#B7410ER:183, G:65, B:14Dark red-brown orange
Terracotta#C04000R:192, G:64, B:0Earthy dark orange
Sienna#A0522DR:160, G:82, B:45Brown-orange
Amber#FFBF00R:255, G:191, B:0Yellow-orange

How Orange Color Names Are Organized

Orange sits between red and yellow on both the RGB additive color model and the RYB traditional color wheel. The position on the orange spectrum is controlled almost entirely by a single variable: the green channel value in RGB.

In standard CSS orange (#FFA500), the formula is R:255, G:165, B:0. The red channel stays at maximum (255) across almost every named orange. The green channel drops as the color moves from yellow-orange toward red-orange. At G:165, you have standard orange. At G:127, you have coral. At G:69, you have orangered. At G:0, you have pure red.

This means every orange shade can be located on the spectrum by its green channel value. Pale oranges achieve lightness by adding blue (B:185 for peachpuff), not by reducing saturation. Dark muted oranges like burnt orange and rust reduce the red channel below 255, which is what gives them their depth and warmth without the harshness of a dark vivid orange.

There is also a historical footnote relevant to why "orange-red" remains a common search term: the word "orange" as a color name entered English around 1512, borrowed through Old French and Arabic from the fruit name. Before that, what we now call orange was described in English as "yellow-red" or "saffron." The keyword "orange red color" traces back to exactly that older naming convention.

Pale Orange Color Names: Peach, Apricot, and Soft Tones

Pale oranges are high-brightness oranges with blue added to the formula. They read as warm, soft, and skin-adjacent rather than vivid or energetic.

Peachpuff is a CSS named color at #FFDAB9 (R:255, G:218, B:185). It is one of the palest named oranges in CSS, with a significant blue component (185) that cools and lightens the hue. Peachpuff reads more pink than orange in most contexts.

Bisque is CSS #FFE4C4 (R:255, G:228, B:196), slightly warmer and less pink than peachpuff. Bisque implies the color of unglazed pottery and warm cream, and functions as a subtle warm background tint in design.

Papayawhip is CSS #FFEFD5 (R:255, G:239, B:213), the palest of the CSS orange family. The name refers to the pale inner flesh of ripe papaya. It is pale enough to serve as a warm white alternative.

Apricot is not a CSS named color. Common design usage places apricot around #FBCEB1 to #EEA880. Apricot has more visible orange than peach and less pink. It reads clearly as a pale orange rather than a pale pink, which is the key distinction for design and fashion use.

Moccasin is CSS #FFE4B5 (R:255, G:228, B:181). Technically in the yellow-orange territory, named after the soft leather color of moccasin footwear. It sits at the warm, slightly peachy end of the yellow family and is used as an earthy light accent.

Standard Bright Oranges: Tangerine, Pumpkin, and Vivid Shades

These are the oranges most people picture when they hear the word. Vivid, warm, and energetic.

CSS orange is #FFA500 (R:255, G:165, B:0). This is the base reference. G:165 is approximately 65% of the maximum green value, which places it exactly at the perceptual midpoint of the orange hue. When a designer says "orange" without qualification, #FFA500 is the closest standard anchor.

Darkorange is CSS #FF8C00 (R:255, G:140, B:0). The green channel drops to 140, making it distinctly deeper and more vivid than standard orange without adding any red. Darkorange is the go-to CSS orange for interface elements that need to read as bold and warm but not aggressive.

Tangerine is not a CSS named color. Common usage places it around #F28500 to #FF8800. Tangerine implies a warm, slightly red-leaning vivid orange, named after the Tangerine variety of mandarin citrus. It sits between CSS orange and darkorange in most implementations.

Pumpkin maps to approximately #FF7518 (R:255, G:117, B:24). The blue component (24) is what separates pumpkin from standard oranges: it adds warmth without adding red in the conventional sense. Pumpkin is used heavily in autumn design contexts and is a close match to the actual color of Cucurbita maxima rinds.

To explore orange tints and shades from any of these base values, the tints and shades generator produces the full lightness range from any input hex.

Red-Orange Shades: Coral, Tomato, and Vermillion

Red-orange colors are where orange begins to tip into red territory. CSS draws a clear line here: orange uses a maximum green channel, but the red-orange colors all have significantly reduced green values.

Coral is CSS #FF7F50 (R:255, G:127, B:80). At G:127, coral sits at almost exactly half the green value of standard orange. The blue component (80) prevents it from reading as pure red-orange. Coral is one of the most design-usable CSS oranges because it reads as warm and approachable rather than alarming.

Tomato is CSS #FF6347 (R:255, G:99, B:71). The name refers to the ripe tomato color, which contains both red and orange. With G:99 and B:71, tomato is clearly in red-orange territory. It has a warm, slightly rustic quality that distinguishes it from the brighter vivid oranges.

Orangered is CSS #FF4500 (R:255, G:69, B:0). Despite containing the word "orange," this color sits close to red on the visible spectrum. With G:69, the green contribution is small enough that most viewers would describe orangered as a very warm red rather than an orange. It is used for high-urgency signals and alerts.

Vermillion is the traditional artist pigment for red-orange, approximately #E34234 to #D9381E depending on the source. Historically, vermillion was mercury sulfide (cinnabar), an intensely pigmented red-orange used in Renaissance paintings and ancient Chinese lacquerwork. Modern vermillion pigments are cadmium-based or synthetic. In design, vermillion implies a heritage, slightly earthy red-orange with more historical weight than the CSS names carry.

A two-panel comparison diagram showing the green channel value as a slider from 0 to 255, with labeled markers at each key CSS orange color: orangered at 69, tomato at 99, coral at 127, orange at 165, darkorange at 140, and peachpuff at 218, beside a swatch grid of burnt orange, rust, terracotta, and sienna comparing their reduced red channel values to standard orange

Dark and Muted Oranges: Burnt Orange, Rust, and Terracotta

Dark muted oranges are where the orange family becomes most useful for interior design, fashion, and branding that needs warmth without energy. These colors achieve their character not by adding black, but by reducing both the red and green channels together.

Burnt orange sits around #CC5500 to #BF5700. The R:204 (down from 255) and G:85 (down from 165) combine to produce a color that reads as darkened AND desaturated simultaneously. The term "burnt" in color naming specifically means this dual reduction, as if the original pigment had been subjected to heat that charred both its brightness and vividness. This distinguishes burnt orange from a simple darker orange.

Rust maps to approximately #B7410E (R:183, G:65, B:14). With all three channels significantly reduced and a small but present blue component, rust reads more brown than orange in isolation. It implies oxidized iron and carries an industrial, aged quality. Rust became prominent in interior design palettes from 2018 onward as a warmer alternative to millennial pink.

Terracotta is approximately #C04000 (R:192, G:64, B:0). The name comes from the Italian for "baked earth," specifically the unglazed fired clay used in pottery and roofing tiles. Terracotta has more red presence than rust and a slightly less brownish quality. It is a primary color in Mediterranean and Southwestern design aesthetics.

Sienna is a CSS named color at #A0522D (R:160, G:82, B:45). It is named after the city of Siena in Tuscany, where the earthy reddish-brown pigment was mined. CSS sienna sits at the warm brownish end of the orange family. Raw sienna (the lighter natural pigment) maps to approximately #E1781D, while burnt sienna (heat-treated) maps to approximately #C36A2D, darker and more muted.

What Is the Difference Between Orange and Amber?

Amber and orange are frequently confused because both are warm, yellow-leaning colors. The distinction is precise: amber sits between yellow and orange, while CSS orange sits between yellow-orange and red-orange.

CSS orange (#FFA500) has G:165. Standard amber references cluster around #FFBF00 to #FFC200, with a green channel around 190 to 195. The higher green channel in amber pushes it visually toward gold territory. Amber reads as warm and slightly golden in most design contexts; orange reads as more saturated and clearly orange.

The amber name originates from the fossilized tree resin used since ancient times as jewelry and protective coatings. Natural Baltic amber ranges from pale yellow (#FAE264) to deep reddish-brown (#6D3B08), with the most recognized amber color at the warm honey-gold midpoint. For amber alongside other mineral and natural color references, the gemstone and metallic color names guide covers the full spectrum.

A useful design rule: amber works as a premium warm accent, particularly in contexts with gold or honey associations. Orange works as an energetic, attention-capturing accent. The two are not interchangeable in palette construction because amber pairs naturally with neutrals and greens, while orange pairs with blues and contrasting teals.

What Makes a Color Orange Versus Red-Orange?

The boundary between orange and red-orange is not arbitrary. It maps directly to the RGB green channel value.

Pure red in RGB is #FF0000 (G:0). Pure orange in CSS is #FFA500 (G:165). The midpoint between them is approximately G:82, which lands near coral (#FF7F50 at G:127) on the warm side and approaching tomato (#FF6347 at G:99) on the cooler side.

A practical rule for working with custom hex values: any orange-family color with a green channel above 120 will read as orange. Any color in the same family with a green channel below 90 will read as red-orange or near-red to most viewers. The range between 90 and 120 is the genuine red-orange crossover zone where viewer perception splits depending on context.

The red-orange color names guide covers the crossover zone in detail, including vermillion, flame, scarlet-orange, and the specific design contexts where red-orange is a more versatile accent than pure red or pure orange. For the complementary color reference, the red and orange color names guide covers dual-hue palettes and how red and orange interact when used together in the same palette.

CSS Named Orange Colors: The Complete Reference

The CSS color specification does not have a separate orange family section. These are the colors from the full CSS named color list that have an orange perceptual identity, sorted from lightest to darkest.

CSS NameHexRGBVisual Character
papayawhip#FFEFD5R:255, G:239, B:213Near-white warm cream
moccasin#FFE4B5R:255, G:228, B:181Pale warm yellow-orange
peachpuff#FFDAB9R:255, G:218, B:185Pale pink-orange
bisque#FFE4C4R:255, G:228, B:196Warm cream-orange
lightsalmon#FFA07AR:255, G:160, B:122Light warm orange-pink
orange#FFA500R:255, G:165, B:0Standard vivid orange
darkorange#FF8C00R:255, G:140, B:0Deep vivid orange
salmon#FA8072R:250, G:128, B:114Medium pink-orange
coral#FF7F50R:255, G:127, B:80Warm medium orange
tomato#FF6347R:255, G:99, B:71Warm red-orange
orangered#FF4500R:255, G:69, B:0Near-red orange
sienna#A0522DR:160, G:82, B:45Dark earth brown-orange

To find the closest CSS named color for any custom orange hex, enter the value into the Color Name Finder, which uses Delta-E perceptual distance to match against the full 148-color CSS named set.

For checking whether any orange works for text on a colored background, the contrast checker verifies WCAG AA and AAA compliance. Standard CSS orange (#FFA500) on a white background has a contrast ratio of 1.9:1, which fails WCAG AA for text at any size. Most vivid oranges require a dark background to meet accessibility minimums.

The shades of yellow color names guide covers the yellow-orange crossover zone, including gold and amber hex codes, and explains how the yellow CSS family overlaps with the warm orange end of the spectrum.

Frequently Asked Questions

Orange shades run from pale to deep: peach and apricot at the lightest end, then papaya and melon for soft mid-tones, tangerine and pumpkin for vivid standard oranges, burnt orange and rust for dark muted shades, and terracotta and sienna at the brownish-orange end. Red-leaning versions include vermillion, orangered, and coral. The CSS named orange family includes orange (#FFA500), darkorange (#FF8C00), coral (#FF7F50), tomato (#FF6347), and orangered (#FF4500).

Burnt orange has no single agreed hex code because it is not a CSS named color. The most cited value is approximately #CC5500 to #BF5700. The word 'burnt' in color naming means the color has been both darkened and desaturated together, not just lowered in brightness. Burnt orange has a reduced red channel (around 185 to 204) and a reduced green channel (around 80 to 95) compared to CSS darkorange (#FF8C00), giving it a deeper, slightly muted warmth rather than a vivid dark orange.

CSS orange is #FFA500 with RGB R:255, G:165, B:0. Amber is not a CSS named color. The typical amber reference is approximately #FFBF00, which has a higher green channel (191 vs 165) than standard orange, pushing it toward gold. Amber reads as a warm yellow-gold in most design contexts, while CSS orange reads as a pure saturated orange. The amber color name comes from fossilized tree resin, which ranges from pale yellow to deep reddish-brown in natural specimens.

CSS named colors in the orange family include: orange (#FFA500), darkorange (#FF8C00), coral (#FF7F50), tomato (#FF6347), orangered (#FF4500), salmon (#FA8072), lightsalmon (#FFA07A), and peachpuff (#FFDAB9). Tomato and orangered lean toward red. Salmon and peachpuff lean toward pale pink-orange. CSS orange (#FFA500) is the only color named simply 'orange' in the CSS specification.

CSS coral is #FF7F50 with RGB R:255, G:127, B:80. It is a medium warm orange with significant red content. With G:127 well below the midpoint of 165 for standard orange, coral sits between salmon and standard orange in redness. The name comes from the color of red coral marine organisms (Corallium rubrum), which have a distinctive pinkish-red tone. In design, coral reads warmer and more approachable than pure orange and is widely used in lifestyle and wellness branding.

Peach is a pale, warm pink-orange with moderate saturation, approximately #FFCBA4 to #FFD5B2. CSS peachpuff (#FFDAB9) is close but slightly lighter and cooler. Apricot is a slightly more saturated, orange-leaning pale shade, approximately #FBCEB1 to #EEA880, with more visible orange and less pink than peach. Both sit at the pale end of the orange family. The difference is most visible side by side: apricot reads clearly as orange while peach reads as more pink.

CSS orangered is #FF4500, with RGB R:255, G:69, B:0. Despite the name, this color sits well into red territory. With only G:69 out of 255, orangered is much closer to red than orange. A true midpoint between orange and red falls around #FF5500 to #FF6000. Vermillion, the traditional red-orange artist pigment, maps to approximately #E34234, which has a reduced red channel and no pure orange character, distinguishing it from CSS orangered.

HR

Written by

Hassaan Rasheed

Builder of ToolCenterHub. Passionate about creating fast, privacy-first tools that anyone can use without friction, accounts, or paywalls. Writing about design, development, and the web.

Connect on LinkedIn