#fda752
a light, electric orange · warm · closest name: Sandy Brown
At a glance
Every number on this page in one read: what #fda752 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 | #fda752 |
| RGB | rgb(253, 167, 82) |
| HSL | hsl(30, 98%, 66%) |
| CMYK | cmyk(0%, 34%, 68%, 1%) |
| LAB | lab(75.5 24.3 55.6) |
| LCH | lch(75.5 60.7 66.4) |
| OKLCH | oklch(0.798 0.142 62.8) |
| Decimal | 16623442 |
| Display P3 | color(display-p3 0.992 0.655 0.322) |
Copy-ready code
/* CSS */
color: #fda752;
background-color: #fda752;
/* Tailwind (arbitrary) */
class="text-[#fda752] bg-[#fda752]"
/* SCSS */
$brand: #fda752;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.322)
/* Android */
Color.parseColor("#fda752")
/* Flutter */
Color(0xFFFDA752)
/* Python / OpenCV (BGR) */
(82, 167, 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. #fda752 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF7F1;
--brand-100: #FCF0E4;
--brand-200: #FBDEC1;
--brand-300: #FEC790;
--brand-400: #fda752;
--brand-500: #FC8E21;
--brand-600: #F27A03;
--brand-700: #CA6502;
--brand-800: #A15102;
--brand-900: #743D06;
--brand-950: #492604;
--brand: #fda752;
--brand-ink: #000000;
}Colors that work with #fda752
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 #fda752
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
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #52A8FD | Directly opposite — maximum tension | |
| Analogous left | #FD5253 | Neighbour, quieter | |
| Analogous right | #FDFC52 | Neighbour, quieter | |
| Split-complement 1 | #52FDFC | Contrast without the clash | |
| Split-complement 2 | #5253FD | Contrast without the clash | |
| Triadic 1 | #52FDA7 | Even thirds — balanced and loud | |
| Triadic 2 | #A752FD | Even thirds — balanced and loud | |
| Tetradic | #53FD52 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fda752 text on a black background
contrast 10.83:1
#fda752 text on a white background
contrast 1.94:1
CSS3 live lab
The quick brown fox
color: #fda752;
background-color: #fda752;
Glowing headline
text-shadow: 2px 2px 8px #fda752;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 82, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 167, 82, 0.45);
border: 3px solid #fda752; background: linear-gradient(135deg, #fda752, #E1FD52);
Monochromatic scale
Palettes built from #fda752
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: Butterscotch (#e3963e) — ΔE2000 5.7 away, with its history, psychology and brand usage.
#fda752 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.
#fda752, answered
What color is #fda752?
#fda752 is a light electric orange, closest to Sandy Brown (ΔE2000 3.2). It sits at 30° on the hue wheel with 98% saturation and 66% lightness, which reads as warm.
What is the RGB value of #fda752?
rgb(253, 167, 82) — 253 red, 167 green and 82 blue out of 255, or 99.2% / 65.5% / 32.2% by channel.
Is #fda752 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4913 and perceived brightness is 75%, so black text on it reaches 10.83:1.
Should I use black or white text on #fda752?
Black. It scores 10.83:1 against #fda752, versus 1.94:1 for white — AAA at any size.
What is the complementary color of #fda752?
#52A8FD sits directly opposite on the wheel. Softer options are the split-complements #52FDFC and #5253FD, which give the same contrast with far less vibration.
What colors go well with #fda752?
For interface work: #FAF7F4 as the surface, #EDD6C0 for borders, #9B724B for secondary text, #009ACC as an accent and #7E3F01 for hover and pressed states. For a palette, the analogous pair #FD5253 and #FDFC52 stays calm, while #52A8FD is the loudest partner.
What is #fda752 in CMYK for printing?
cmyk(0%, 34%, 68%, 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 #fda752 warm or cool?
Warm — it scores 0 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDAE6B; nudged cooler, #FF6750.