Neon Carrot
#ff9832
Looking for the precise values behind Neon Carrot (#ff9832)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff9832 | |
|---|---|---|
| RGB | rgb(255, 152, 50) | |
| HSL | hsl(30, 100%, 60%) | |
| CMYK | cmyk(0%, 40%, 80%, 0%) | |
| LAB | lab(73, 35, 67) | |
| OKLCH | oklch(0.77 0.164 60) |
Color harmonies
Tints & shades
Code snippets
color: #ff9832;
background-color: #ff9832;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF9832)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.60, blue: 0.20, alpha: 1.0)