What is the HEX code for brown orange?
The CSS color brown orange in HEX format is #b96902. Use this value directly in CSS, SVG, and most design tools.
How do I use brown orange in CSS?
To apply brown orange in CSS:
- Text color: color: #b96902;
- Background: background-color: #b96902;
- Border: border-color: #b96902;
What are all the color format values for brown orange?
| Format | Value |
|---|---|
| HEX | #b96902 |
| RGB | rgb(185, 105, 2) |
| HSL | hsl(33.8, 97.9%, 36.7%) |
| CMYK | cmyk(0%, 43.2%, 98.9%, 27.5%) |
How do I convert brown orange to HEX?
Select brown orange from the color name list in our color converter. The HEX value — #b96902 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brown orange belong to?
brown orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 33.8°, saturation 97.9%, lightness 36.7%.
How do I create lighter and darker shades of brown orange?
Lighter variant (lightness 51.7%): #fc930b. Darker variant (lightness 21.700000000000003%): #6e3e01. 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.