#fba10f
a balanced, electric orange · warm · closest name: orange
RGB
251, 161, 15
HSL
37°, 97%, 52%
CMYK
0, 36, 94, 2
Luminance
0.4603
Every format
| HEX | #fba10f |
| RGB | rgb(251, 161, 15) |
| HSL | hsl(37, 97%, 52%) |
| CMYK | cmyk(0%, 36%, 94%, 2%) |
| LAB | lab(73.6 24.5 76.0) |
| LCH | lch(73.6 79.8 72.1) |
| OKLCH | oklch(0.781 0.167 69.4) |
Copy-ready code
/* CSS */
color: #fba10f;
background-color: #fba10f;
/* Tailwind (arbitrary) */
class="text-[#fba10f] bg-[#fba10f]"
/* SCSS */
$brand: #fba10f;
/* SwiftUI */
Color(red: 0.984, green: 0.631, blue: 0.059)
/* Android */
Color.parseColor("#fba10f")Accessibility — WCAG contrast
Aa
#fba10f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba10f on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow94.0%
Key (black)1.6%
Color previews
#fba10f text on a black background
contrast 10.21:1
Card sample
#fba10f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba10f;
Background color
Panel with #fba10f background
background-color: #fba10f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba10f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 161, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 161, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba10f; background: linear-gradient(135deg, #fba10f, #B8FB0F);