#fda708
a balanced, electric orange · warm · “orange”
RGB
253, 167, 8
HSL
39°, 98%, 51%
CMYK
0, 34, 97, 1
Luminance
0.4854
Every format
| HEX | #fda708 |
| RGB | rgb(253, 167, 8) |
| HSL | hsl(39, 98%, 51%) |
| CMYK | cmyk(0%, 34%, 97%, 1%) |
| LAB | lab(75.2 22.1 78.1) |
| LCH | lch(75.2 81.2 74.2) |
| OKLCH | oklch(0.794 0.169 72.2) |
Copy-ready code
/* CSS */
color: #fda708;
background-color: #fda708;
/* Tailwind (arbitrary) */
class="text-[#fda708] bg-[#fda708]"
/* SCSS */
$brand: #fda708;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#fda708")Accessibility — WCAG contrast
Aa
#fda708 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda708 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow96.8%
Key (black)0.8%
Color previews
#fda708 text on a black background
contrast 10.71:1
Card sample
#fda708 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda708;
Background color
Panel with #fda708 background
background-color: #fda708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda708; background: linear-gradient(135deg, #fda708, #B0FD08);