#fba010
a balanced, electric orange · warm · closest name: orange
RGB
251, 160, 16
HSL
37°, 97%, 52%
CMYK
0, 36, 94, 2
Luminance
0.4569
Every format
| HEX | #fba010 |
| RGB | rgb(251, 160, 16) |
| HSL | hsl(37, 97%, 52%) |
| CMYK | cmyk(0%, 36%, 94%, 2%) |
| LAB | lab(73.3 25.0 75.7) |
| LCH | lch(73.3 79.7 71.7) |
| OKLCH | oklch(0.779 0.167 68.8) |
Copy-ready code
/* CSS */
color: #fba010;
background-color: #fba010;
/* Tailwind (arbitrary) */
class="text-[#fba010] bg-[#fba010]"
/* SCSS */
$brand: #fba010;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.063)
/* Android */
Color.parseColor("#fba010")Accessibility — WCAG contrast
Aa
#fba010 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba010 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow93.6%
Key (black)1.6%
Color previews
#fba010 text on a black background
contrast 10.14:1
Card sample
#fba010 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba010;
Background color
Panel with #fba010 background
background-color: #fba010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba010; background: linear-gradient(135deg, #fba010, #B9FB10);