#F88357
A light, vivid orange closely aligning with Coral.
About #F88357
The hex code #F88357 represents a beautifully specific shade of orange. Designers often compare it to the standard color Coral. Its digital footprint relies on 248 parts red, 131 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 47% Magenta, 65% Yellow, and 3% Black. With a hue angle of 16.4 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F88357
RGB248, 131, 87
HSL16.4°, 92.0%, 65.7%
CMYK0%, 47%, 65%, 3%
HSV16.4°, 64.9%, 97.3%
LAB67.2, 41.1, 43.5
XYZ48.5, 36.9, 13.6
Decimal16286551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.38:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88357;
}
.text-color {
color: #F88357;
}
.border-color {
border: 2px solid #F88357;
}