Carrot
#fd6f3b
Carrot is a color with the hex code #fd6f3b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fd6f3b | |
|---|---|---|
| RGB | rgb(253, 111, 59) | |
| HSL | hsl(16, 98%, 61%) | |
| CMYK | cmyk(0%, 56%, 77%, 1%) | |
| LAB | lab(65, 53, 55) | |
| OKLCH | oklch(0.71 0.186 40) |
Color harmonies
Tints & shades
Code snippets
color: #fd6f3b;
background-color: #fd6f3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFD6F3B)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.44, blue: 0.23, alpha: 1.0)