#fd772c
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 119, 44
HSL
22°, 98%, 58%
CMYK
0, 53, 83, 1
Luminance
0.3426
Every format
| HEX | #fd772c |
| RGB | rgb(253, 119, 44) |
| HSL | hsl(22, 98%, 58%) |
| CMYK | cmyk(0%, 53%, 83%, 1%) |
| LAB | lab(65.2 47.1 61.8) |
| LCH | lch(65.2 77.7 52.7) |
| OKLCH | oklch(0.717 0.183 45.7) |
Copy-ready code
/* CSS */
color: #fd772c;
background-color: #fd772c;
/* Tailwind (arbitrary) */
class="text-[#fd772c] bg-[#fd772c]"
/* SCSS */
$brand: #fd772c;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.173)
/* Android */
Color.parseColor("#fd772c")Accessibility — WCAG contrast
Aa
#fd772c on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd772c on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow82.6%
Key (black)0.8%
Color previews
#fd772c text on a black background
contrast 7.85:1
Card sample
#fd772c text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd772c;
Background color
Panel with #fd772c background
background-color: #fd772c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd772c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd772c; background: linear-gradient(135deg, #fd772c, #F8FD2C);