#fda511
a balanced, electric orange · warm · “orange”
RGB
253, 165, 17
HSL
38°, 98%, 53%
CMYK
0, 35, 93, 1
Luminance
0.4783
Every format
| HEX | #fda511 |
| RGB | rgb(253, 165, 17) |
| HSL | hsl(38, 98%, 53%) |
| CMYK | cmyk(0%, 35%, 93%, 1%) |
| LAB | lab(74.7 23.2 76.6) |
| LCH | lch(74.7 80.1 73.1) |
| OKLCH | oklch(0.791 0.168 70.8) |
Copy-ready code
/* CSS */
color: #fda511;
background-color: #fda511;
/* Tailwind (arbitrary) */
class="text-[#fda511] bg-[#fda511]"
/* SCSS */
$brand: #fda511;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#fda511")Accessibility — WCAG contrast
Aa
#fda511 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda511 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow93.3%
Key (black)0.8%
Color previews
#fda511 text on a black background
contrast 10.57:1
Card sample
#fda511 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda511;
Background color
Panel with #fda511 background
background-color: #fda511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda511; background: linear-gradient(135deg, #fda511, #B8FD11);