In a RGB color space, #ff9000 hex color is composed of 100% red, 56.5% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43.5% magenta, 100% yellow and 0% black. It has a hue angle of 33.9 degrees, a saturation of 100% and a lightness of 50%. #ff9000 color hex could be obtained by blending #ffff00 with #ff2100. Closest websafe color is: #ff9900.
The hexadecimal color #ff9000 has RGB values of R:255, G:144, B:0 and CMYK values of C:0, M:0.44, Y:1, K:0. Its decimal value is 16748544.
Hex triplet | ff9000 | #ff9000 |
RGB Decimal | 255, 144, 0 | rgb(255,144,0) |
RGB Percent | 100, 56.5, 0 | rgb(100%,56.5%,0%) |
CMYK | 0, 43.5, 100, 0 | |
HSL | 33.9°, 100, 50 | hsl(33.9,100%,50%) |
HSV(HSB) | 33.9°, 100, 100 | |
Web Safe | ff9900 | #f90 |
XYZ | 51.213, 41.207, 5.254 |
xyY | 0.524, 0.422, 41.207 |
CIE-LAB | 70.32, 34.795, 76.014 |
CIE-LCH | 70.32, 83.599, 65.404 |
CIE-LUV | 70.32, 92.498, 66.738 |
Hunter-Lab | 64.192, 30.073, 40.081 |
Binary | 11111111, 10010000, 00000000 |
Below, you can see some colors close to #ff9000. 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 #ff9000.
<span style="color:#ff9000">Text here</span>
This paragraph has a background color of #ff9000.
<p style="background-color:#ff9000;">Content here</p>
This element has a border color of #ff9000.
<div style="border:1px #ff9000;">Content here</div>
.text {color:#ff9000;}
.background {background-color:#ff9000;}
.border {border:1px solid #ff9000;}
.text-shadow {border:1px solid #ff9000;}
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 #fff6ea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #80807f is the less saturated color, while #f48f0b is the most saturated one.