In a RGB color space, #ff4000 hex color is composed of 100% red, 25.1% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 74.9% magenta, 100% yellow and 0% black. It has a hue angle of 15.1 degrees, a saturation of 100% and a lightness of 50%. #ff4000 color hex could be obtained by blending #ff8000 with #ff0000. Closest websafe color is: #ff3300.
The hexadecimal color #ff4000 has RGB values of R:255, G:64, B:0 and CMYK values of C:0, M:0.75, Y:1, K:0. Its decimal value is 16728064.
Hex triplet | ff4000 | #ff4000 |
RGB Decimal | 255, 64, 0 | rgb(255,64,0) |
RGB Percent | 100, 25.1, 0 | rgb(100%,25.1%,0%) |
CMYK | 0, 74.9, 100, 0 | |
HSL | 15.1°, 100, 50 | hsl(15.1,100%,50%) |
HSV(HSB) | 15.1°, 100, 100 | |
Web Safe | ff3300 | #f30 |
XYZ | 43.073, 24.927, 2.541 |
xyY | 0.611, 0.353, 24.927 |
CIE-LAB | 57.004, 69.383, 68.714 |
CIE-LCH | 57.004, 97.65, 44.723 |
CIE-LUV | 57.004, 154.094, 44.481 |
Hunter-Lab | 49.927, 66.626, 31.931 |
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.
A tone is produced by adding gray to any pure hue. In this case, #807f7f is the less saturated color, while #f4450b is the most saturated one.