Orange sits in the warm orange family, with the hex code #F59E0B mapping to rgb(245, 158, 11) in RGB and hsl(37.7, 92.1%, 50.2%) in HSL. In OKLCH it carries 77% perceptual lightness and 0.165 chroma — a highly saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Pure orange rarely passes WCAG AA against white at body sizes — reserve it for headings, icons or buttons with explicit ≥4.5:1 fallback text colour.
#F59E0Brgb(245, 158, 11)hsl(37.7, 92.1%, 50.2%)hsv(37.7, 95.5%, 96.1%)lch(72.79% 80.1 70.35)oklch(76.86% 0.1647 70.08)lab(72.79% 26.93 75.43):root {
--color: #f59e0b;
--color-rgb: rgb(245, 158, 11);
--color-hsl: hsl(37.7, 92.1%, 50.2%);
--color-oklch: oklch(76.86% 0.1647 70.08);
}How orange performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing orange with progressively more white.
Shades are produced by mixing orange with progressively more black.
Tones are produced by mixing orange with progressively more gray, lowering chroma while keeping lightness.