#fd992c
a balanced, electric orange · warm · closest name: orange
RGB
253, 153, 44
HSL
31°, 98%, 58%
CMYK
0, 40, 83, 1
Luminance
0.4385
Every format
| HEX | #fd992c |
| RGB | rgb(253, 153, 44) |
| HSL | hsl(31, 98%, 58%) |
| CMYK | cmyk(0%, 40%, 83%, 1%) |
| LAB | lab(72.1 30.0 67.9) |
| LCH | lch(72.1 74.2 66.1) |
| OKLCH | oklch(0.771 0.164 61.9) |
Copy-ready code
/* CSS */
color: #fd992c;
background-color: #fd992c;
/* Tailwind (arbitrary) */
class="text-[#fd992c] bg-[#fd992c]"
/* SCSS */
$brand: #fd992c;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.173)
/* Android */
Color.parseColor("#fd992c")Accessibility — WCAG contrast
Aa
#fd992c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd992c on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow82.6%
Key (black)0.8%
Color previews
#fd992c text on a black background
contrast 9.77:1
Card sample
#fd992c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd992c;
Background color
Panel with #fd992c background
background-color: #fd992c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd992c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd992c; background: linear-gradient(135deg, #fd992c, #D6FD2C);