#F85F07
A medium, vivid orange closely aligning with Orangered.
About #F85F07
At its core, #F85F07 is a medium and vivid hue. It is closely associated with the named CSS color Orangered. This translates to an RGB value of rgb(248, 95, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 62% M, 97% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F85F07
RGB248, 95, 7
HSL21.9°, 94.5%, 50.0%
CMYK0%, 62%, 97%, 3%
HSV21.9°, 97.2%, 97.3%
LAB60.0, 55.7, 68.2
XYZ42.8, 28.2, 3.4
Decimal16277255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F07;
}
.text-color {
color: #F85F07;
}
.border-color {
border: 2px solid #F85F07;
}