Halloween
#fe653c
Looking for the precise values behind Halloween (#fe653c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fe653c | |
|---|---|---|
| RGB | rgb(254, 101, 60) | |
| HSL | hsl(13, 99%, 62%) | |
| CMYK | cmyk(0%, 60%, 76%, 0%) | |
| LAB | lab(63, 58, 53) | |
| OKLCH | oklch(0.7 0.195 36) |
Color harmonies
Tints & shades
Code snippets
color: #fe653c;
background-color: #fe653c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFE653C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.40, blue: 0.24, alpha: 1.0)