#F05007
A medium, vivid orange closely aligning with Orangered.
About #F05007
Visually, #F05007 is defined as a vivid orange. Designers often compare it to the standard color Orangered. In the RGB color space, it consists of 240 red, 80 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 67% magenta, 97% yellow, and 6% black. With a hue angle of 18.8 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F05007
RGB240, 80, 7
HSL18.8°, 94.3%, 48.4%
CMYK0%, 67%, 97%, 6%
HSV18.8°, 97.1%, 94.1%
LAB56.4, 59.1, 65.5
XYZ38.8, 24.3, 2.8
Decimal15749127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05007;
}
.text-color {
color: #F05007;
}
.border-color {
border: 2px solid #F05007;
}