#F86D0F
A medium, vivid orange closely aligning with Darkorange.
About #F86D0F
At its core, #F86D0F is a medium and vivid hue. It is closely associated with the named CSS color Darkorange. This translates to an RGB value of rgb(248, 109, 15).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 56% M, 94% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F86D0F
RGB248, 109, 15
HSL24.2°, 94.3%, 51.6%
CMYK0%, 56%, 94%, 3%
HSV24.2°, 94.0%, 97.3%
LAB62.4, 49.4, 68.3
XYZ44.3, 30.9, 4.1
Decimal16280847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.19: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: #F86D0F;
}
.text-color {
color: #F86D0F;
}
.border-color {
border: 2px solid #F86D0F;
}