Pastel Orange
#ff964f
Pastel Orange, represented by the hex value #ff964f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff964f | |
|---|---|---|
| RGB | rgb(255, 150, 79) | |
| HSL | hsl(24, 100%, 65%) | |
| CMYK | cmyk(0%, 41%, 69%, 0%) | |
| LAB | lab(73, 36, 54) | |
| OKLCH | oklch(0.77 0.152 52) |
Color harmonies
Tints & shades
Code snippets
color: #ff964f;
background-color: #ff964f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF964F)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.59, blue: 0.31, alpha: 1.0)