#fdad16
a balanced, electric orange · warm · closest name: orange
RGB
253, 173, 22
HSL
39°, 98%, 54%
CMYK
0, 32, 91, 1
Luminance
0.5083
Every format
| HEX | #fdad16 |
| RGB | rgb(253, 173, 22) |
| HSL | hsl(39, 98%, 54%) |
| CMYK | cmyk(0%, 32%, 91%, 1%) |
| LAB | lab(76.6 19.1 77.1) |
| LCH | lch(76.6 79.5 76.1) |
| OKLCH | oklch(0.805 0.166 74.8) |
Copy-ready code
/* CSS */
color: #fdad16;
background-color: #fdad16;
/* Tailwind (arbitrary) */
class="text-[#fdad16] bg-[#fdad16]"
/* SCSS */
$brand: #fdad16;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.086)
/* Android */
Color.parseColor("#fdad16")Accessibility — WCAG contrast
Aa
#fdad16 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad16 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow91.3%
Key (black)0.8%
Color previews
#fdad16 text on a black background
contrast 11.17:1
Card sample
#fdad16 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad16;
Background color
Panel with #fdad16 background
background-color: #fdad16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad16; background: linear-gradient(135deg, #fdad16, #B3FD16);