#fe9b39
a balanced, electric orange · warm · closest name: Dark Orange
At a glance
Every number on this page in one read: what #fe9b39 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 | #fe9b39 |
| RGB | rgb(254, 155, 57) |
| HSL | hsl(30, 99%, 61%) |
| CMYK | cmyk(0%, 39%, 78%, 0%) |
| LAB | lab(72.8 29.8 63.7) |
| LCH | lch(72.8 70.3 64.9) |
| OKLCH | oklch(0.776 0.159 60.7) |
| Decimal | 16685881 |
| Display P3 | color(display-p3 0.996 0.608 0.224) |
Copy-ready code
/* CSS */
color: #fe9b39;
background-color: #fe9b39;
/* Tailwind (arbitrary) */
class="text-[#fe9b39] bg-[#fe9b39]"
/* SCSS */
$brand: #fe9b39;
/* SwiftUI */
Color(red: 0.996, green: 0.608, blue: 0.224)
/* Android */
Color.parseColor("#fe9b39")
/* Flutter */
Color(0xFFFE9B39)
/* Python / OpenCV (BGR) */
(57, 155, 254)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. #fe9b39 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: #FEF7F1;
--brand-100: #FCF0E3;
--brand-200: #FBDEC0;
--brand-300: #FEC78F;
--brand-400: #FEAA58;
--brand-500: #fe9b39;
--brand-600: #F47A01;
--brand-700: #CB6501;
--brand-800: #A25101;
--brand-900: #753D05;
--brand-950: #492603;
--brand: #fe9b39;
--brand-ink: #000000;
}Colors that work with #fe9b39
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 #fe9b39
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 | #399CFE | Directly opposite — maximum tension | |
| Analogous left | #FE393A | Neighbour, quieter | |
| Analogous right | #FEFD39 | Neighbour, quieter | |
| Split-complement 1 | #39FEFD | Contrast without the clash | |
| Split-complement 2 | #393AFE | Contrast without the clash | |
| Triadic 1 | #39FE9B | Even thirds — balanced and loud | |
| Triadic 2 | #9B39FE | Even thirds — balanced and loud | |
| Tetradic | #3AFE39 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fe9b39 text on a black background
contrast 9.96:1
#fe9b39 text on a white background
contrast 2.11:1
CSS3 live lab
The quick brown fox
color: #fe9b39;
background-color: #fe9b39;
Glowing headline
text-shadow: 2px 2px 8px #fe9b39;
Soft neon halo
text-shadow: 0 0 14px rgba(254, 155, 57, 0.45);
box-shadow: 0 12px 32px -8px rgba(254, 155, 57, 0.45);
border: 3px solid #fe9b39; background: linear-gradient(135deg, #fe9b39, #DEFE39);
Monochromatic scale
Palettes built from #fe9b39
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.2 away, with its history, psychology and brand usage.
#fe9b39 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.
#fe9b39, answered
What color is #fe9b39?
#fe9b39 is a balanced electric orange, closest to Dark Orange (ΔE2000 4). It sits at 30° on the hue wheel with 99% saturation and 61% lightness, which reads as warm.
What is the RGB value of #fe9b39?
rgb(254, 155, 57) — 254 red, 155 green and 57 blue out of 255, or 99.6% / 60.8% / 22.4% by channel.
Is #fe9b39 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4481 and perceived brightness is 72%, so black text on it reaches 9.96:1.
Should I use black or white text on #fe9b39?
Black. It scores 9.96:1 against #fe9b39, versus 2.11:1 for white — AAA at any size.
What is the complementary color of #fe9b39?
#399CFE sits directly opposite on the wheel. Softer options are the split-complements #39FEFD and #393AFE, which give the same contrast with far less vibration.
What colors go well with #fe9b39?
For interface work: #FAF7F4 as the surface, #EDD6C0 for borders, #9B724B for secondary text, #009ACC as an accent and #7F3F01 for hover and pressed states. For a palette, the analogous pair #FE393A and #FEFD39 stays calm, while #399CFE is the loudest partner.
What is #fe9b39 in CMYK for printing?
cmyk(0%, 39%, 78%, 0%). 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 #fe9b39 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 #FEA152; nudged cooler, #FF5238.