#F85F24
A medium, vivid orange closely aligning with Tomato.
About #F85F24
At its core, #F85F24 is a medium and vivid hue. Its closest recognized web color is Tomato. In the RGB color space, it consists of 248 red, 95 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 62% M, 85% Y, and 3% K. The HSL representation is 16.7° hue, 93.8% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F85F24
RGB248, 95, 36
HSL16.7°, 93.8%, 55.7%
CMYK0%, 62%, 85%, 3%
HSV16.7°, 85.5%, 97.3%
LAB60.1, 56.1, 60.4
XYZ43.1, 28.3, 4.9
Decimal16277284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F24;
}
.text-color {
color: #F85F24;
}
.border-color {
border: 2px solid #F85F24;
}