#fba600
a balanced, electric orange · warm · “orange”
RGB
251, 166, 0
HSL
40°, 100%, 49%
CMYK
0, 34, 100, 2
Luminance
0.4778
Every format
| HEX | #fba600 |
| RGB | rgb(251, 166, 0) |
| HSL | hsl(40, 100%, 49%) |
| CMYK | cmyk(0%, 34%, 100%, 2%) |
| LAB | lab(74.7 21.7 78.6) |
| LCH | lch(74.7 81.5 74.5) |
| OKLCH | oklch(0.790 0.169 72.6) |
Copy-ready code
/* CSS */
color: #fba600;
background-color: #fba600;
/* Tailwind (arbitrary) */
class="text-[#fba600] bg-[#fba600]"
/* SCSS */
$brand: #fba600;
/* SwiftUI */
Color(red: 0.984, green: 0.651, blue: 0.000)
/* Android */
Color.parseColor("#fba600")Accessibility — WCAG contrast
Aa
#fba600 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba600 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow100.0%
Key (black)1.6%
Color previews
#fba600 text on a black background
contrast 10.56:1
Card sample
#fba600 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba600;
Background color
Panel with #fba600 background
background-color: #fba600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 166, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 166, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba600; background: linear-gradient(135deg, #fba600, #A9FB00);