What color is Bright Orange?
Bright orange is a vivid, warm tone that reads as a strong mid-orange — not quite red, not quite yellow — with a notable intensity even in small amounts. The hex #FF991C places it close to the color of a ripe mango, with a golden warmth that keeps it from feeling harsh.
What is the meaning of the color Bright Orange?
Orange as a color name entered English in the 16th century, borrowed from the Old French orange, which referred to the fruit imported through Mediterranean trade routes. By the 17th century, Dutch painters were using orange-based pigments derived from lead to depict fabric and flesh tones in works that now hang in major European museums. The color gained civic significance in the Netherlands, where it became associated with the House of Orange-Nassau and was adopted into the Dutch national flag before eventually being replaced by red in 1572. Bright orange in this saturated, golden range is used by Fanta, whose orange variant has carried this hue as a brand identifier since its international expansion in the 1950s.
What colors go with Bright Orange?
Colors that pair well with Bright orange include:
Deep navy: sharp, grounding contrast
Ivory: soft, warm balance
Forest green: natural, earthy complement
Charcoal: strong, neutral depth
Golden yellow: rich, sunny warmth
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF991C |
color: #FF991C;
|
| RGB | 255, 153, 28 |
color: rgb(255, 153, 28);
|
| RGB Percentage | 100%, 60%, 11% |
color: rgb(100%, 60%, 11%);
|
| CMYK | 0%, 40%, 89%, 0% | Not supported in CSS |
| HSL | 33°, 100%, 55% |
color: hsl(33, 100%, 55%);
|
| HSV | 33°, 89%, 100% | Not supported in CSS |
| CIE-LAB | 44, 20, 42 |
color: lab(44% 20 42);
|
| Decimal | 16750876 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.bright-orange {
color: #FF991C;
}
$bright-orange: #FF991C;
rgb(255, 153, 28)