Explore the base color
Review HEX, RGB, HSL, and HSV for orange, then browse shades, tints, tones, and hues.
Orange color codes for #FFA500 — HEX, RGB, HSL, HSV, shades, named oranges, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for orange, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named orange shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleOrange is friendly and energetic—great for CTAs and highlights when blue alone feels too cool.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--orange: #ffa500;
--orange-deep: #ff8c00;
--orange-hot: #ff4500;
}
.banner {
background-color: var(--orange);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| orange | #FFA500 | 255, 165, 0 | Base keyword |
| orangered | #FF4500 | 255, 69, 0 | Named shade |
| darkorange | #FF8C00 | 255, 140, 0 | Dark shade |
| coral | #FF7F50 | 255, 127, 80 | Named shade |
| tomato | #FF6347 | 255, 99, 71 | Named shade |
| peachpuff | #FFDAB9 | 255, 218, 185 | Named shade |
| gold | #FFD700 | 255, 215, 0 | Named shade |
| yellow | #FFFF00 | 255, 255, 0 | Named shade |
| lightsalmon | #FFA07A | 255, 160, 122 | Light tint |
Key distinctions behind the tool.
The CSS named color orange is #FFA500, equal to rgb(255, 165, 0) and hsl(39°, 100%, 50%).
Orange is a classic warm mid-tone. OrangeRed is redder and hotter for stronger accents.
Navy, charcoal, and cream balance orange. Blue complements create vibrant pairs. Always check text contrast.
Bright orange on white can fail AA for small text—darken toward darkorange for readable labels.
Use color: orange;, color: #FFA500;, or color: rgb(255, 165, 0); on any property that accepts a <color> value, including background-color and border-color.