#F87524
A medium, vivid orange closely aligning with Chocolate.
About #F87524
The precise color #F87524 is an excellent choice for modern design projects. Designers often compare it to the standard color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 117, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 53% M, 85% Y, and 3% K. With a hue angle of 22.9 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F87524
RGB248, 117, 36
HSL22.9°, 93.8%, 55.7%
CMYK0%, 53%, 85%, 3%
HSV22.9°, 85.5%, 97.3%
LAB64.0, 46.0, 63.5
XYZ45.4, 32.8, 5.6
Decimal16282916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.56:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87524;
}
.text-color {
color: #F87524;
}
.border-color {
border: 2px solid #F87524;
}