#F88A24
A medium, vivid orange closely aligning with Darkorange.
About #F88A24
Visually, #F88A24 is defined as a vivid orange. Designers often compare it to the standard color Darkorange. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 138, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 44% magenta inks. The HSL representation is 28.9° hue, 93.8% saturation, and 55.7% 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#F88A24
RGB248, 138, 36
HSL28.9°, 93.8%, 55.7%
CMYK0%, 44%, 85%, 3%
HSV28.9°, 85.5%, 97.3%
LAB68.2, 35.5, 67.0
XYZ48.1, 38.3, 6.5
Decimal16288292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A24;
}
.text-color {
color: #F88A24;
}
.border-color {
border: 2px solid #F88A24;
}