#fc892f
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 137, 47
HSL
26°, 97%, 59%
CMYK
0, 46, 81, 1
Luminance
0.3879
Every format
| HEX | #fc892f |
| RGB | rgb(252, 137, 47) |
| HSL | hsl(26, 97%, 59%) |
| CMYK | cmyk(0%, 46%, 81%, 1%) |
| LAB | lab(68.6 37.9 63.6) |
| LCH | lch(68.6 74.1 59.2) |
| OKLCH | oklch(0.743 0.169 53.4) |
Copy-ready code
/* CSS */
color: #fc892f;
background-color: #fc892f;
/* Tailwind (arbitrary) */
class="text-[#fc892f] bg-[#fc892f]"
/* SCSS */
$brand: #fc892f;
/* SwiftUI */
Color(red: 0.988, green: 0.537, blue: 0.184)
/* Android */
Color.parseColor("#fc892f")Accessibility — WCAG contrast
Aa
#fc892f on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc892f on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green53.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow81.3%
Key (black)1.2%
Color previews
#fc892f text on a black background
contrast 8.76:1
Card sample
#fc892f text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc892f;
Background color
Panel with #fc892f background
background-color: #fc892f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc892f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 137, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 137, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc892f; background: linear-gradient(135deg, #fc892f, #E6FC2F);