#F85F0F
A medium, vivid orange closely aligning with Orangered.
About #F85F0F
When working with digital screens, the color #F85F0F is rendered by mixing light. It is closely associated with the named CSS color Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 95, and 15.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 62% M, 94% Y, and 3% K. With a hue angle of 20.6 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#F85F0F
RGB248, 95, 15
HSL20.6°, 94.3%, 51.6%
CMYK0%, 62%, 94%, 3%
HSV20.6°, 94.0%, 97.3%
LAB60.0, 55.7, 66.7
XYZ42.9, 28.2, 3.6
Decimal16277263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64: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: #F85F0F;
}
.text-color {
color: #F85F0F;
}
.border-color {
border: 2px solid #F85F0F;
}