#fda032
a balanced, electric orange · warm · closest name: Orange
At a glance
Every number on this page in one read: what #fda032 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 | #fda032 |
| RGB | rgb(253, 160, 50) |
| HSL | hsl(33, 98%, 59%) |
| CMYK | cmyk(0%, 37%, 80%, 1%) |
| LAB | lab(73.7 26.5 67.2) |
| LCH | lch(73.7 72.2 68.4) |
| OKLCH | oklch(0.783 0.160 64.9) |
| Decimal | 16621618 |
| Display P3 | color(display-p3 0.992 0.627 0.196) |
Copy-ready code
/* CSS */
color: #fda032;
background-color: #fda032;
/* Tailwind (arbitrary) */
class="text-[#fda032] bg-[#fda032]"
/* SCSS */
$brand: #fda032;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.196)
/* Android */
Color.parseColor("#fda032")
/* Flutter */
Color(0xFFFDA032)
/* Python / OpenCV (BGR) */
(50, 160, 253)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. #fda032 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF8F1;
--brand-100: #FCF1E3;
--brand-200: #FBE0C1;
--brand-300: #FECB90;
--brand-400: #FDB258;
--brand-500: #fda032;
--brand-600: #F28402;
--brand-700: #CA6E02;
--brand-800: #A25802;
--brand-900: #744206;
--brand-950: #492904;
--brand: #fda032;
--brand-ink: #000000;
}Colors that work with #fda032
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 #fda032
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 | #328FFD | Directly opposite — maximum tension | |
| Analogous left | #FD3A32 | Neighbour, quieter | |
| Analogous right | #F5FD32 | Neighbour, quieter | |
| Split-complement 1 | #32F5FD | Contrast without the clash | |
| Split-complement 2 | #3A32FD | Contrast without the clash | |
| Triadic 1 | #32FDA0 | Even thirds — balanced and loud | |
| Triadic 2 | #A032FD | Even thirds — balanced and loud | |
| Tetradic | #32FD3A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fda032 text on a black background
contrast 10.25:1
#fda032 text on a white background
contrast 2.05:1
CSS3 live lab
The quick brown fox
color: #fda032;
background-color: #fda032;
Glowing headline
text-shadow: 2px 2px 8px #fda032;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 50, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 160, 50, 0.45);
border: 3px solid #fda032; background: linear-gradient(135deg, #fda032, #D3FD32);
Monochromatic scale
Palettes built from #fda032
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 4.5 away, with its history, psychology and brand usage.
#fda032 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.
#fda032, answered
What color is #fda032?
#fda032 is a balanced electric orange, closest to Orange (ΔE2000 4.5). It sits at 33° on the hue wheel with 98% saturation and 59% lightness, which reads as warm.
What is the RGB value of #fda032?
rgb(253, 160, 50) — 253 red, 160 green and 50 blue out of 255, or 99.2% / 62.7% / 19.6% by channel.
Is #fda032 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4625 and perceived brightness is 73%, so black text on it reaches 10.25:1.
Should I use black or white text on #fda032?
Black. It scores 10.25:1 against #fda032, versus 2.05:1 for white — AAA at any size.
What is the complementary color of #fda032?
#328FFD sits directly opposite on the wheel. Softer options are the split-complements #32F5FD and #3A32FD, which give the same contrast with far less vibration.
What colors go well with #fda032?
For interface work: #FAF8F4 as the surface, #EDD8C0 for borders, #9B764B for secondary text, #0091CC as an accent and #7E4501 for hover and pressed states. For a palette, the analogous pair #FD3A32 and #F5FD32 stays calm, while #328FFD is the loudest partner.
What is #fda032 in CMYK for printing?
cmyk(0%, 37%, 80%, 1%). 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 #fda032 warm or cool?
Warm — it scores 2 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDA14B; nudged cooler, #FFD630.