#fba409
a balanced, electric orange · warm · “orange”
RGB
251, 164, 9
HSL
38°, 97%, 51%
CMYK
0, 35, 96, 2
Luminance
0.4708
Every format
| HEX | #fba409 |
| RGB | rgb(251, 164, 9) |
| HSL | hsl(38, 97%, 51%) |
| CMYK | cmyk(0%, 35%, 96%, 2%) |
| LAB | lab(74.2 22.9 77.2) |
| LCH | lch(74.2 80.5 73.5) |
| OKLCH | oklch(0.786 0.168 71.2) |
Copy-ready code
/* CSS */
color: #fba409;
background-color: #fba409;
/* Tailwind (arbitrary) */
class="text-[#fba409] bg-[#fba409]"
/* SCSS */
$brand: #fba409;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.035)
/* Android */
Color.parseColor("#fba409")Accessibility — WCAG contrast
Aa
#fba409 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba409 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow96.4%
Key (black)1.6%
Color previews
#fba409 text on a black background
contrast 10.42:1
Card sample
#fba409 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba409;
Background color
Panel with #fba409 background
background-color: #fba409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba409; background: linear-gradient(135deg, #fba409, #B1FB09);