deep red-orange/deep vermilion
#ff4000 color RGB value is (255,64,0)
#ff4000 color CMYK value
#ff4000 color HSL value
HSV(or HSB) | 15.1° | 100 | 100 |
XYZ | 43.073 | 24.927 | 2.541 |
Yxy | 0.611 | 0.353 | 24.927 |
LAB | 57.004 | 69.383 | 68.714 |
LUV | 57.004 | 154.094 | 44.481 |
Hunter-LAB | 49.927 | 66.626 | 31.931 |
CIE-LCH | 57.004 | 97.65 | 44.723 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 40 | 0 |
Decimal | 255 | 64 | 0 |
Octal | 377 | 100 | 0 |
Binary | 11111111 | 01000000 | 00000000 |
Below, you can see some colors close to #ff4000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff4000.
<span style="color:#ff4000">Text here</span>
This paragraph has a background color of #ff4000.
<p style="background-color:#ff4000;">Content here</p>
This element has a border color of #ff4000.
<div style="border:1px #ff4000;">Content here</div>
.text {color:#ff4000;}
.background {background-color:#ff4000;}
.border {border:1px solid #ff4000;}
.text-shadow {border:1px solid #ff4000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffefea is the lightest one.