21 Shades of Orange with Hex Codes
Orange is the warmest, most energetic band of the wheel. Burnt and terracotta oranges feel earthy; bright tangerines feel playful and loud.
The orange hex code is #FFA500
#FFA500 is rgb(255, 165, 0) in RGB, hsl(39, 100%, 50%) in HSL, and about cmyk(0%, 35%, 100%, 0%) in CMYK. Every other orange below has its own hex code.
#FFA500rgb(255, 165, 0)hsl(39, 100%, 50%)Named Orange Colors and Their Hex Codes
Ordered darkest to lightest. Names marked CSS are color keywords you can write directly in a stylesheet; the rest are common design and print names. Select any swatch for its full breakdown.
#B7410Ergb(183, 65, 14)#CC5500rgb(204, 85, 0)#D2691Ergb(210, 105, 30)#FF4500rgb(255, 69, 0)#E2725Brgb(226, 114, 91)#CD853Frgb(205, 133, 63)#E97451rgb(233, 116, 81)#FF6347rgb(255, 99, 71)#FF7518rgb(255, 117, 24)#F28500rgb(242, 133, 0)#FF7F50rgb(255, 127, 80)#FF8C00rgb(255, 140, 0)#E9967Argb(233, 150, 122)#EAA221rgb(234, 162, 33)#F4A460rgb(244, 164, 96)#FFA07Argb(255, 160, 122)#FFA500rgb(255, 165, 0)#FFBF00rgb(255, 191, 0)#FBCEB1rgb(251, 206, 177)#FFDAB9rgb(255, 218, 185)#FFE5B4rgb(255, 229, 180)Orange Color Chart: Hex, RGB, HSL & CMYK
Every orange above in all four common formats. CMYK is a mathematical approximation for planning; confirm production print colors with your printer and ICC profile.
| Name | Hex | RGB | HSL | CMYK |
|---|---|---|---|---|
| Rust Orange | #B7410E | rgb(183, 65, 14) | hsl(18, 86%, 39%) | cmyk(0%, 64%, 92%, 28%) |
| Burnt Orange | #CC5500 | rgb(204, 85, 0) | hsl(25, 100%, 40%) | cmyk(0%, 58%, 100%, 20%) |
| Chocolate | #D2691E | rgb(210, 105, 30) | hsl(25, 75%, 47%) | cmyk(0%, 50%, 86%, 18%) |
| OrangeRed | #FF4500 | rgb(255, 69, 0) | hsl(16, 100%, 50%) | cmyk(0%, 73%, 100%, 0%) |
| Terracotta | #E2725B | rgb(226, 114, 91) | hsl(10, 70%, 62%) | cmyk(0%, 50%, 60%, 11%) |
| Peru | #CD853F | rgb(205, 133, 63) | hsl(30, 59%, 53%) | cmyk(0%, 35%, 69%, 20%) |
| Burnt Sienna | #E97451 | rgb(233, 116, 81) | hsl(14, 78%, 62%) | cmyk(0%, 50%, 65%, 9%) |
| Tomato | #FF6347 | rgb(255, 99, 71) | hsl(9, 100%, 64%) | cmyk(0%, 61%, 72%, 0%) |
| Pumpkin | #FF7518 | rgb(255, 117, 24) | hsl(24, 100%, 55%) | cmyk(0%, 54%, 91%, 0%) |
| Tangerine | #F28500 | rgb(242, 133, 0) | hsl(33, 100%, 47%) | cmyk(0%, 45%, 100%, 5%) |
| Coral | #FF7F50 | rgb(255, 127, 80) | hsl(16, 100%, 66%) | cmyk(0%, 50%, 69%, 0%) |
| DarkOrange | #FF8C00 | rgb(255, 140, 0) | hsl(33, 100%, 50%) | cmyk(0%, 45%, 100%, 0%) |
| DarkSalmon | #E9967A | rgb(233, 150, 122) | hsl(15, 72%, 70%) | cmyk(0%, 36%, 48%, 9%) |
| Marigold | #EAA221 | rgb(234, 162, 33) | hsl(39, 83%, 52%) | cmyk(0%, 31%, 86%, 8%) |
| SandyBrown | #F4A460 | rgb(244, 164, 96) | hsl(28, 87%, 67%) | cmyk(0%, 33%, 61%, 4%) |
| LightSalmon | #FFA07A | rgb(255, 160, 122) | hsl(17, 100%, 74%) | cmyk(0%, 37%, 52%, 0%) |
| Orange | #FFA500 | rgb(255, 165, 0) | hsl(39, 100%, 50%) | cmyk(0%, 35%, 100%, 0%) |
| Amber | #FFBF00 | rgb(255, 191, 0) | hsl(45, 100%, 50%) | cmyk(0%, 25%, 100%, 0%) |
| Apricot | #FBCEB1 | rgb(251, 206, 177) | hsl(24, 90%, 84%) | cmyk(0%, 18%, 29%, 2%) |
| PeachPuff | #FFDAB9 | rgb(255, 218, 185) | hsl(28, 100%, 86%) | cmyk(0%, 15%, 27%, 0%) |
| Peach | #FFE5B4 | rgb(255, 229, 180) | hsl(39, 100%, 85%) | cmyk(0%, 10%, 29%, 0%) |
Orange Scale from Light to Dark
A 12-step lightness scale built from the core orange hue, holding hue and saturation constant. This is the shape of a design-system color ramp. Select any swatch for the full breakdown of that color.
Need a perceptually even ramp with semantic roles and contrast evidence? Generate orange design tokens.
What Orange Communicates
Orange is attention-grabbing without red's alarm, which makes it the default for warnings, calls to action, and friendly consumer brands. It is also the hardest common hue to make accessible: mid oranges rarely reach 4.5:1 against white, so orange text usually needs to be darkened well past the swatch you picked.
Where orange works well
- Warning states, one step below a red error
- Calls to action that need to stand out against a blue interface
- Food, sport, and energy brands
- Autumn and earth palettes using terracotta and burnt sienna
Colors that pair with orange
Copy the Orange Palette as CSS
Every shade on this page as CSS custom properties, ready to paste into a stylesheet.
:root {
--orange-rust-orange: #B7410E;
--orange-burnt-orange: #CC5500;
--orange-chocolate: #D2691E;
--orange-orangered: #FF4500;
--orange-terracotta: #E2725B;
--orange-peru: #CD853F;
--orange-burnt-sienna: #E97451;
--orange-tomato: #FF6347;
--orange-pumpkin: #FF7518;
--orange-tangerine: #F28500;
--orange-coral: #FF7F50;
--orange-darkorange: #FF8C00;
--orange-darksalmon: #E9967A;
--orange-marigold: #EAA221;
--orange-sandybrown: #F4A460;
--orange-lightsalmon: #FFA07A;
--orange-orange: #FFA500;
--orange-amber: #FFBF00;
--orange-apricot: #FBCEB1;
--orange-peachpuff: #FFDAB9;
--orange-peach: #FFE5B4;
}Orange Color Questions
What is the hex code for orange?
The standard orange hex code is #FFA500, which is rgb(255, 165, 0) in RGB and hsl(39, 100%, 50%) in HSL. There is no single "correct" orange — this page lists 21 named orange shades with their own hex codes.
How many shades of orange are there?
Displays can render millions of distinct orange values, so any count is a matter of which ones have names. This page lists 21 named shades of orange, combining the CSS color keywords with widely used orange names from design and print references, plus a generated 12-step lightness scale.
Can I use orange for text on a white background?
#FFA500 scores 1.97:1 against white. WCAG 2.2 asks for at least 4.5:1 for normal body text and 3:1 for large text, so this shade does not pass and needs to be darkened. Check any specific pairing in the contrast checker.
What colors go well with orange?
blue, teal, brown all pair well with orange. For a specific shade, open its color page to see the complementary, analogous, and triadic colors calculated from its exact hue.