Fire Ant
#be6400
Fire Ant is a color with the hex code #be6400. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #be6400 | |
|---|---|---|
| RGB | rgb(190, 100, 0) | |
| HSL | hsl(32, 100%, 37%) | |
| CMYK | cmyk(0%, 47%, 100%, 25%) | |
| LAB | lab(53, 33, 61) | |
| OKLCH | oklch(0.6 0.145 57) |
Color harmonies
Tints & shades
Code snippets
color: #be6400;
background-color: #be6400;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFBE6400)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.39, blue: 0.00, alpha: 1.0)