Sunset Orange
#fd5e53
Here's everything about the color Sunset Orange (#fd5e53) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fd5e53 | |
|---|---|---|
| RGB | rgb(253, 94, 83) | |
| HSL | hsl(4, 98%, 66%) | |
| CMYK | cmyk(0%, 63%, 67%, 1%) | |
| LAB | lab(62, 61, 40) | |
| OKLCH | oklch(0.69 0.196 27) |
Color harmonies
Tints & shades
Code snippets
color: #fd5e53;
background-color: #fd5e53;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFD5E53)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.37, blue: 0.33, alpha: 1.0)