#F08357
A light, vivid orange closely aligning with Coral.
About #F08357
The precise color #F08357 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Coral. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 131, and 87.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 45% magenta, 64% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F08357
RGB240, 131, 87
HSL17.3°, 83.6%, 64.1%
CMYK0%, 45%, 64%, 6%
HSV17.3°, 63.7%, 94.1%
LAB66.1, 38.1, 41.9
XYZ45.8, 35.4, 13.4
Decimal15762263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.09:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F08357;
}
.text-color {
color: #F08357;
}
.border-color {
border: 2px solid #F08357;
}