#F86D07
A medium, vivid orange closely aligning with Darkorange.
About #F86D07
The precise color #F86D07 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkorange. In the RGB color space, it consists of 248 red, 109 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 56% M, 97% Y, and 3% K. The HSL representation is 25.4° hue, 94.5% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F86D07
RGB248, 109, 7
HSL25.4°, 94.5%, 50.0%
CMYK0%, 56%, 97%, 3%
HSV25.4°, 97.2%, 97.3%
LAB62.4, 49.4, 69.7
XYZ44.2, 30.9, 3.8
Decimal16280839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86D07;
}
.text-color {
color: #F86D07;
}
.border-color {
border: 2px solid #F86D07;
}