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