#FF926D
A light, vivid orange closely aligning with Lightsalmon.
About #FF926D
The hex code #FF926D represents a beautifully specific shade of orange. Designers often compare it to the standard color Lightsalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 146, and 109.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 43% M, 57% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF926D
RGB255, 146, 109
HSL15.2°, 100.0%, 71.4%
CMYK0%, 43%, 57%, 0%
HSV15.2°, 57.3%, 100.0%
LAB71.5, 37.7, 37.4
XYZ54.3, 42.9, 19.9
Decimal16749165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.58:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF926D;
}
.text-color {
color: #FF926D;
}
.border-color {
border: 2px solid #FF926D;
}