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