#F05000
A medium, vivid orange closely aligning with Orangered.
About #F05000
When working with digital screens, the color #F05000 is rendered by mixing light. It is closely associated with the named CSS color Orangered. Its digital footprint relies on 240 parts red, 80 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. The HSL representation is 20.0° hue, 100.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F05000
RGB240, 80, 0
HSL20.0°, 100.0%, 47.1%
CMYK0%, 67%, 100%, 6%
HSV20.0°, 100.0%, 94.1%
LAB56.3, 59.1, 66.9
XYZ38.8, 24.3, 2.6
Decimal15749120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.85: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: #F05000;
}
.text-color {
color: #F05000;
}
.border-color {
border: 2px solid #F05000;
}