#f9c255
a light, electric orange · warm · closest name: orange
RGB
249, 194, 85
HSL
40°, 93%, 66%
CMYK
0, 22, 66, 2
Luminance
0.5938
Every format
| HEX | #f9c255 |
| RGB | rgb(249, 194, 85) |
| HSL | hsl(40, 93%, 66%) |
| CMYK | cmyk(0%, 22%, 66%, 2%) |
| LAB | lab(81.5 8.7 60.6) |
| LCH | lch(81.5 61.3 81.9) |
| OKLCH | oklch(0.844 0.139 81.8) |
Copy-ready code
/* CSS */
color: #f9c255;
background-color: #f9c255;
/* Tailwind (arbitrary) */
class="text-[#f9c255] bg-[#f9c255]"
/* SCSS */
$brand: #f9c255;
/* SwiftUI */
Color(red: 0.976, green: 0.761, blue: 0.333)
/* Android */
Color.parseColor("#f9c255")Accessibility — WCAG contrast
Aa
#f9c255 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c255 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green76.1%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow65.9%
Key (black)2.4%
Color previews
#f9c255 text on a black background
contrast 12.88:1
Card sample
#f9c255 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c255;
Background color
Panel with #f9c255 background
background-color: #f9c255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 194, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 194, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c255; background: linear-gradient(135deg, #f9c255, #C3F955);