Plastic Carrot
#f65d20
Plastic Carrot is a color with the hex code #f65d20. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f65d20 | |
|---|---|---|
| RGB | rgb(246, 93, 32) | |
| HSL | hsl(17, 92%, 55%) | |
| CMYK | cmyk(0%, 62%, 87%, 4%) | |
| LAB | lab(60, 58, 63) | |
| OKLCH | oklch(0.67 0.199 39) |
Color harmonies
Tints & shades
Code snippets
color: #f65d20;
background-color: #f65d20;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF65D20)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.36, blue: 0.13, alpha: 1.0)