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