#F85007
A medium, vivid orange closely aligning with Orangered.
About #F85007
When working with digital screens, the color #F85007 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, 80, and 7.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 68% magenta, 97% yellow, and 3% black. With a hue angle of 18.2 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F85007
RGB248, 80, 7
HSL18.2°, 94.5%, 50.0%
CMYK0%, 68%, 97%, 3%
HSV18.2°, 97.2%, 97.3%
LAB57.8, 61.8, 67.0
XYZ41.6, 25.7, 3.0
Decimal16273415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85007;
}
.text-color {
color: #F85007;
}
.border-color {
border: 2px solid #F85007;
}