#F07549
A light, vivid orange closely aligning with Coral.
About #F07549
At its core, #F07549 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Coral. Its digital footprint relies on 240 parts red, 117 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 51% magenta inks. The HSL representation is 15.8° hue, 84.8% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F07549
RGB240, 117, 73
HSL15.8°, 84.8%, 61.4%
CMYK0%, 51%, 70%, 6%
HSV15.8°, 69.6%, 94.1%
LAB63.1, 44.3, 45.8
XYZ43.5, 31.7, 10.1
Decimal15758665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.35:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07549;
}
.text-color {
color: #F07549;
}
.border-color {
border: 2px solid #F07549;
}