#F8991D
A medium, vivid orange closely aligning with Orange.
About #F8991D
At its core, #F8991D is a medium and vivid hue. Its closest recognized web color is Orange. This translates to an RGB value of rgb(248, 153, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 38% Magenta, 88% Yellow, and 3% Black. The HSL representation is 34.0° hue, 94.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8991D
RGB248, 153, 29
HSL34.0°, 94.0%, 54.3%
CMYK0%, 38%, 88%, 3%
HSV34.0°, 88.3%, 97.3%
LAB71.4, 27.6, 71.5
XYZ50.3, 42.8, 6.8
Decimal16292125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.57:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8991D;
}
.text-color {
color: #F8991D;
}
.border-color {
border: 2px solid #F8991D;
}