#fba313
a balanced, electric orange · warm · closest name: orange
RGB
251, 163, 19
HSL
37°, 97%, 53%
CMYK
0, 35, 92, 2
Luminance
0.4675
Every format
| HEX | #fba313 |
| RGB | rgb(251, 163, 19) |
| HSL | hsl(37, 97%, 53%) |
| CMYK | cmyk(0%, 35%, 92%, 2%) |
| LAB | lab(74.0 23.5 75.7) |
| LCH | lch(74.0 79.3 72.8) |
| OKLCH | oklch(0.785 0.166 70.3) |
Copy-ready code
/* CSS */
color: #fba313;
background-color: #fba313;
/* Tailwind (arbitrary) */
class="text-[#fba313] bg-[#fba313]"
/* SCSS */
$brand: #fba313;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.075)
/* Android */
Color.parseColor("#fba313")Accessibility — WCAG contrast
Aa
#fba313 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba313 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow92.4%
Key (black)1.6%
Color previews
#fba313 text on a black background
contrast 10.35:1
Card sample
#fba313 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba313;
Background color
Panel with #fba313 background
background-color: #fba313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba313; background: linear-gradient(135deg, #fba313, #B8FB13);