#F05024
A medium, vivid red closely aligning with Tomato.
About #F05024
Visually, #F05024 is defined as a vivid red. It is closely associated with the named CSS color Tomato. In the RGB color space, it consists of 240 red, 80 green, and 36 blue.
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. With a hue angle of 12.9 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F05024
RGB240, 80, 36
HSL12.9°, 87.2%, 54.1%
CMYK0%, 67%, 85%, 6%
HSV12.9°, 85.0%, 94.1%
LAB56.5, 59.5, 56.8
XYZ39.1, 24.4, 4.3
Decimal15749156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05024;
}
.text-color {
color: #F05024;
}
.border-color {
border: 2px solid #F05024;
}