#fda913
a balanced, electric orange · warm · closest name: orange
RGB
253, 169, 19
HSL
39°, 98%, 53%
CMYK
0, 33, 93, 1
Luminance
0.4931
Every format
| HEX | #fda913 |
| RGB | rgb(253, 169, 19) |
| HSL | hsl(39, 98%, 53%) |
| CMYK | cmyk(0%, 33%, 93%, 1%) |
| LAB | lab(75.6 21.2 77.0) |
| LCH | lch(75.6 79.8 74.6) |
| OKLCH | oklch(0.798 0.167 72.8) |
Copy-ready code
/* CSS */
color: #fda913;
background-color: #fda913;
/* Tailwind (arbitrary) */
class="text-[#fda913] bg-[#fda913]"
/* SCSS */
$brand: #fda913;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.075)
/* Android */
Color.parseColor("#fda913")Accessibility — WCAG contrast
Aa
#fda913 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda913 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow92.5%
Key (black)0.8%
Color previews
#fda913 text on a black background
contrast 10.86:1
Card sample
#fda913 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda913;
Background color
Panel with #fda913 background
background-color: #fda913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda913; background: linear-gradient(135deg, #fda913, #B5FD13);