#F06642
A light, vivid red closely aligning with Tomato.
About #F06642
The precise color #F06642 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Tomato. This translates to an RGB value of rgb(240, 102, 66).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 57% Magenta, 72% Yellow, and 6% Black. The HSL representation is 12.4° hue, 85.3% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F06642
RGB240, 102, 66
HSL12.4°, 85.3%, 60.0%
CMYK0%, 57%, 72%, 6%
HSV12.4°, 72.5%, 94.1%
LAB60.3, 51.1, 46.2
XYZ41.7, 28.4, 8.4
Decimal15754818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06642;
}
.text-color {
color: #F06642;
}
.border-color {
border: 2px solid #F06642;
}