#fda612
a balanced, electric orange · warm · closest name: orange
RGB
253, 166, 18
HSL
38°, 98%, 53%
CMYK
0, 34, 93, 1
Luminance
0.4820
Every format
| HEX | #fda612 |
| RGB | rgb(253, 166, 18) |
| HSL | hsl(38, 98%, 53%) |
| CMYK | cmyk(0%, 34%, 93%, 1%) |
| LAB | lab(75.0 22.7 76.6) |
| LCH | lch(75.0 79.9 73.5) |
| OKLCH | oklch(0.792 0.167 71.2) |
Copy-ready code
/* CSS */
color: #fda612;
background-color: #fda612;
/* Tailwind (arbitrary) */
class="text-[#fda612] bg-[#fda612]"
/* SCSS */
$brand: #fda612;
/* SwiftUI */
Color(red: 0.992, green: 0.651, blue: 0.071)
/* Android */
Color.parseColor("#fda612")Accessibility — WCAG contrast
Aa
#fda612 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda612 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.1%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow92.9%
Key (black)0.8%
Color previews
#fda612 text on a black background
contrast 10.64:1
Card sample
#fda612 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda612;
Background color
Panel with #fda612 background
background-color: #fda612;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda612;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 166, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 166, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda612; background: linear-gradient(135deg, #fda612, #B7FD12);