#fba366
a light, electric orange · warm · closest name: peru
RGB
251, 163, 102
HSL
25°, 95%, 69%
CMYK
0, 35, 59, 2
Luminance
0.4766
Every format
| HEX | #fba366 |
| RGB | rgb(251, 163, 102) |
| HSL | hsl(25, 95%, 69%) |
| CMYK | cmyk(0%, 35%, 59%, 2%) |
| LAB | lab(74.6 26.8 44.8) |
| LCH | lch(74.6 52.2 59.1) |
| OKLCH | oklch(0.791 0.130 54.4) |
Copy-ready code
/* CSS */
color: #fba366;
background-color: #fba366;
/* Tailwind (arbitrary) */
class="text-[#fba366] bg-[#fba366]"
/* SCSS */
$brand: #fba366;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.400)
/* Android */
Color.parseColor("#fba366")Accessibility — WCAG contrast
Aa
#fba366 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba366 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow59.4%
Key (black)1.6%
Color previews
#fba366 text on a black background
contrast 10.53:1
Card sample
#fba366 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba366;
Background color
Panel with #fba366 background
background-color: #fba366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba366; background: linear-gradient(135deg, #fba366, #F0FB66);