#F05F2C
A medium, vivid orange closely aligning with Tomato.
About #F05F2C
At its core, #F05F2C is a medium and vivid hue. It is closely associated with the named CSS color Tomato. Its digital footprint relies on 240 parts red, 95 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 60% M, 82% Y, and 6% K. With a hue angle of 15.6 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F05F2C
RGB240, 95, 44
HSL15.6°, 86.7%, 55.7%
CMYK0%, 60%, 82%, 6%
HSV15.6°, 81.7%, 94.1%
LAB58.9, 53.5, 55.4
XYZ40.5, 26.9, 5.4
Decimal15753004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05F2C;
}
.text-color {
color: #F05F2C;
}
.border-color {
border: 2px solid #F05F2C;
}