#F8921D
A medium, vivid orange closely aligning with Darkorange.
About #F8921D
At its core, #F8921D is a medium and vivid hue. Designers often compare it to the standard color Darkorange. In the RGB color space, it consists of 248 red, 146 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 41% M, 88% Y, and 3% K. The HSL representation is 32.1° hue, 94.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8921D
RGB248, 146, 29
HSL32.1°, 94.0%, 54.3%
CMYK0%, 41%, 88%, 3%
HSV32.1°, 88.3%, 97.3%
LAB69.9, 31.3, 70.3
XYZ49.2, 40.6, 6.4
Decimal16290333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.12:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8921D;
}
.text-color {
color: #F8921D;
}
.border-color {
border: 2px solid #F8921D;
}