What is the HEX code for orangey brown?
The CSS color orangey brown in HEX format is #b16002. Use this value directly in CSS, SVG, and most design tools.
How do I use orangey brown in CSS?
To apply orangey brown in CSS:
- Text color: color: #b16002;
- Background: background-color: #b16002;
- Border: border-color: #b16002;
What are all the color format values for orangey brown?
| Format | Value |
|---|---|
| HEX | #b16002 |
| RGB | rgb(177, 96, 2) |
| HSL | hsl(32.2, 97.8%, 35.1%) |
| CMYK | cmyk(0%, 45.8%, 98.9%, 30.6%) |
How do I convert orangey brown to HEX?
Select orangey brown from the color name list in our color converter. The HEX value — #b16002 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does orangey brown belong to?
orangey brown belongs to the orange color family. It is a medium, vivid color with HSL values: hue 32.2°, saturation 97.8%, lightness 35.1%.
How do I create lighter and darker shades of orangey brown?
Lighter variant (lightness 50.1%): #fc8903. Darker variant (lightness 20.1%): #653701. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.