#F05F07
A medium, vivid orange closely aligning with Orangered.
About #F05F07
When working with digital screens, the color #F05F07 is rendered by mixing light. Designers often compare it to the standard color Orangered. In the RGB color space, it consists of 240 red, 95 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 60% M, 97% Y, and 6% K. The HSL representation is 22.7° hue, 94.3% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F05F07
RGB240, 95, 7
HSL22.7°, 94.3%, 48.4%
CMYK0%, 60%, 97%, 6%
HSV22.7°, 97.1%, 94.1%
LAB58.7, 52.8, 66.8
XYZ40.1, 26.7, 3.2
Decimal15752967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.35:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05F07;
}
.text-color {
color: #F05F07;
}
.border-color {
border: 2px solid #F05F07;
}