#F88342
A light, vivid orange closely aligning with Coral.
About #F88342
The precise color #F88342 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Coral. Its digital footprint relies on 248 parts red, 131 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 47% Magenta, 73% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F88342
RGB248, 131, 66
HSL21.4°, 92.9%, 61.6%
CMYK0%, 47%, 73%, 3%
HSV21.4°, 73.4%, 97.3%
LAB67.0, 40.1, 53.7
XYZ47.8, 36.6, 9.7
Decimal16286530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.32:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88342;
}
.text-color {
color: #F88342;
}
.border-color {
border: 2px solid #F88342;
}