#F07542
A light, vivid orange closely aligning with Coral.
About #F07542
The hex code #F07542 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Coral. This translates to an RGB value of rgb(240, 117, 66).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 51% M, 72% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F07542
RGB240, 117, 66
HSL17.6°, 85.3%, 60.0%
CMYK0%, 51%, 72%, 6%
HSV17.6°, 72.5%, 94.1%
LAB63.0, 44.0, 49.2
XYZ43.3, 31.6, 9.0
Decimal15758658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.33:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07542;
}
.text-color {
color: #F07542;
}
.border-color {
border: 2px solid #F07542;
}