#FF5F2C
A medium, vivid red closely aligning with Tomato.
About #FF5F2C
The precise color #FF5F2C is an excellent choice for modern design projects. It is closely associated with the named CSS color Tomato. In the RGB color space, it consists of 255 red, 95 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 63% Magenta, 83% Yellow, and 0% Black. The HSL representation is 14.5° hue, 100.0% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF5F2C
RGB255, 95, 44
HSL14.5°, 100.0%, 58.6%
CMYK0%, 63%, 83%, 0%
HSV14.5°, 82.7%, 100.0%
LAB61.3, 58.6, 58.6
XYZ45.8, 29.6, 5.7
Decimal16736044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.93:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5F2C;
}
.text-color {
color: #FF5F2C;
}
.border-color {
border: 2px solid #FF5F2C;
}