#fba30c
a balanced, electric orange · warm · “Orange”
At a glance
Every number on this page in one read: what #fba30c is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #fba30c |
| RGB | rgb(251, 163, 12) |
| HSL | hsl(38, 97%, 52%) |
| CMYK | cmyk(0%, 35%, 95%, 2%) |
| LAB | lab(74.0 23.4 76.7) |
| LCH | lch(74.0 80.2 73.0) |
| OKLCH | oklch(0.785 0.168 70.6) |
| Decimal | 16491276 |
| Display P3 | color(display-p3 0.984 0.639 0.047) |
Copy-ready code
/* CSS */
color: #fba30c;
background-color: #fba30c;
/* Tailwind (arbitrary) */
class="text-[#fba30c] bg-[#fba30c]"
/* SCSS */
$brand: #fba30c;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.047)
/* Android */
Color.parseColor("#fba30c")
/* Flutter */
Color(0xFFFBA30C)
/* Python / OpenCV (BGR) */
(12, 163, 251)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #fba30c is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF9F1;
--brand-100: #FCF3E4;
--brand-200: #FBE5C1;
--brand-300: #FDD591;
--brand-400: #FCC059;
--brand-500: #FBAB22;
--brand-600: #fba30c;
--brand-700: #C98003;
--brand-800: #A16603;
--brand-900: #744C07;
--brand-950: #482F04;
--brand: #fba30c;
--brand-ink: #000000;
}Colors that work with #fba30c
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #fba30c
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #0C64FB | Directly opposite — maximum tension | |
| Analogous left | #FB2C0C | Neighbour, quieter | |
| Analogous right | #DCFB0C | Neighbour, quieter | |
| Split-complement 1 | #0CDCFB | Contrast without the clash | |
| Split-complement 2 | #2C0CFB | Contrast without the clash | |
| Triadic 1 | #0CFBA3 | Even thirds — balanced and loud | |
| Triadic 2 | #A30CFB | Even thirds — balanced and loud | |
| Tetradic | #0CFB2C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fba30c text on a black background
contrast 10.35:1
#fba30c text on a white background
contrast 2.03:1
CSS3 live lab
The quick brown fox
color: #fba30c;
background-color: #fba30c;
Glowing headline
text-shadow: 2px 2px 8px #fba30c;
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 12, 0.45);
box-shadow: 0 12px 32px -8px rgba(251, 163, 12, 0.45);
border: 3px solid #fba30c; background: linear-gradient(135deg, #fba30c, #B4FB0C);
Monochromatic scale
Palettes built from #fba30c
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Orange (#ffa500) — ΔE2000 0.8 away, with its history, psychology and brand usage.
#fba30c in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#fba30c, answered
What color is #fba30c?
#fba30c is a balanced electric orange — the CSS keyword Orange. It sits at 38° on the hue wheel with 97% saturation and 52% lightness, which reads as warm.
What is the RGB value of #fba30c?
rgb(251, 163, 12) — 251 red, 163 green and 12 blue out of 255, or 98.4% / 63.9% / 4.7% by channel.
Is #fba30c a light or a dark color?
It is a mid-tone. Relative luminance is 0.4673 and perceived brightness is 73%, so black text on it reaches 10.35:1.
Should I use black or white text on #fba30c?
Black. It scores 10.35:1 against #fba30c, versus 2.03:1 for white — AAA at any size.
What is the complementary color of #fba30c?
#0C64FB sits directly opposite on the wheel. Softer options are the split-complements #0CDCFB and #2C0CFB, which give the same contrast with far less vibration.
What colors go well with #fba30c?
For interface work: #FAF8F4 as the surface, #EDDCC0 for borders, #9B7D4B for secondary text, #007ECC as an accent and #7D5002 for hover and pressed states. For a palette, the analogous pair #FB2C0C and #DCFB0C stays calm, while #0C64FB is the loudest partner.
What is #fba30c in CMYK for printing?
cmyk(0%, 35%, 95%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #fba30c warm or cool?
Warm — it scores 7 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FB8B0C; nudged cooler, #FEFD0A.