#FF5F33
A light, vivid red closely aligning with Tomato.
About #FF5F33
The precise color #FF5F33 is an excellent choice for modern design projects. Designers often compare it to the standard color Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 95, and 51.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 63% magenta inks. The HSL representation is 12.9° hue, 100.0% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. 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#FF5F33
RGB255, 95, 51
HSL12.9°, 100.0%, 60.0%
CMYK0%, 63%, 80%, 0%
HSV12.9°, 80.0%, 100.0%
LAB61.4, 58.8, 55.5
XYZ45.9, 29.7, 6.4
Decimal16736051
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.94:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5F33;
}
.text-color {
color: #FF5F33;
}
.border-color {
border: 2px solid #FF5F33;
}