#fd700f
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 112, 15
HSL
25°, 98%, 53%
CMYK
0, 56, 94, 1
Luminance
0.3251
Every format
| HEX | #fd700f |
| RGB | rgb(253, 112, 15) |
| HSL | hsl(25, 98%, 53%) |
| CMYK | cmyk(0%, 56%, 94%, 1%) |
| LAB | lab(63.8 49.9 69.5) |
| LCH | lch(63.8 85.5 54.3) |
| OKLCH | oklch(0.706 0.194 46.3) |
Copy-ready code
/* CSS */
color: #fd700f;
background-color: #fd700f;
/* Tailwind (arbitrary) */
class="text-[#fd700f] bg-[#fd700f]"
/* SCSS */
$brand: #fd700f;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.059)
/* Android */
Color.parseColor("#fd700f")Accessibility — WCAG contrast
Aa
#fd700f on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd700f on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow94.1%
Key (black)0.8%
Color previews
#fd700f text on a black background
contrast 7.50:1
Card sample
#fd700f text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd700f;
Background color
Panel with #fd700f background
background-color: #fd700f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd700f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd700f; background: linear-gradient(135deg, #fd700f, #EBFD0F);