Orange Clown Fish
#ff550e
Orange Clown Fish is a color with the hex code #ff550e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff550e | |
|---|---|---|
| RGB | rgb(255, 85, 14) | |
| HSL | hsl(18, 100%, 53%) | |
| CMYK | cmyk(0%, 67%, 95%, 0%) | |
| LAB | lab(61, 64, 69) | |
| OKLCH | oklch(0.68 0.217 38) |
Color harmonies
Tints & shades
Code snippets
color: #ff550e;
background-color: #ff550e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF550E)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.33, blue: 0.05, alpha: 1.0)