What is the HEX code for blood orange?
The CSS color blood orange in HEX format is #fe4b03. Use this value directly in CSS, SVG, and most design tools.
How do I use blood orange in CSS?
To apply blood orange in CSS:
- Text color: color: #fe4b03;
- Background: background-color: #fe4b03;
- Border: border-color: #fe4b03;
What are all the color format values for blood orange?
| Format | Value |
|---|---|
| HEX | #fe4b03 |
| RGB | rgb(254, 75, 3) |
| HSL | hsl(17.2, 99.2%, 50.4%) |
| CMYK | cmyk(0%, 70.5%, 98.8%, 0.4%) |
How do I convert blood orange to HEX?
Select blood orange from the color name list in our color converter. The HEX value — #fe4b03 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blood orange belong to?
blood orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 17.2°, saturation 99.2%, lightness 50.4%.
How do I create lighter and darker shades of blood orange?
Lighter variant (lightness 65.4%): #fe814f. Darker variant (lightness 35.4%): #b43401. 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.