#F87C07
A medium, vivid orange closely aligning with Darkorange.
About #F87C07
At its core, #F87C07 is a medium and vivid hue. It is closely associated with the named CSS color Darkorange. Its digital footprint relies on 248 parts red, 124 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 50% Magenta, 97% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F87C07
RGB248, 124, 7
HSL29.1°, 94.5%, 50.0%
CMYK0%, 50%, 97%, 3%
HSV29.1°, 97.2%, 97.3%
LAB65.3, 42.1, 71.4
XYZ46.0, 34.4, 4.4
Decimal16284679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87C07;
}
.text-color {
color: #F87C07;
}
.border-color {
border: 2px solid #F87C07;
}