#FF9950
A light, vivid orange closely aligning with Sandybrown.
About #FF9950
When working with digital screens, the color #FF9950 is rendered by mixing light. It is closely associated with the named CSS color Sandybrown. This translates to an RGB value of rgb(255, 153, 80).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 40% magenta, 69% yellow, and 0% black. The HSL representation is 25.0° hue, 100.0% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF9950
RGB255, 153, 80
HSL25.0°, 100.0%, 65.7%
CMYK0%, 40%, 69%, 0%
HSV25.0°, 68.6%, 100.0%
LAB72.6, 32.2, 53.5
XYZ54.1, 44.6, 13.4
Decimal16750928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.92:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF9950;
}
.text-color {
color: #FF9950;
}
.border-color {
border: 2px solid #FF9950;
}