#F88324
A medium, vivid orange closely aligning with Darkorange.
About #F88324
At its core, #F88324 is a medium and vivid hue. It is closely associated with the named CSS color Darkorange. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 131, and 36.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 47% M, 85% Y, and 3% K. With a hue angle of 26.9 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F88324
RGB248, 131, 36
HSL26.9°, 93.8%, 55.7%
CMYK0%, 47%, 85%, 3%
HSV26.9°, 85.5%, 97.3%
LAB66.8, 39.1, 65.8
XYZ47.1, 36.3, 6.2
Decimal16286500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88324;
}
.text-color {
color: #F88324;
}
.border-color {
border: 2px solid #F88324;
}