In a RGB color space, #ffcc90 hex color is composed of 100% red, 80% green and 56.5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 43.5% yellow and 0% black. It has a hue angle of 32.4 degrees, a saturation of 100% and a lightness of 78.2%. #ffcc90 color hex could be obtained by blending #ffffff with #ff9921. Closest websafe color is: #ffcc99.
The hexadecimal color #ffcc90 has RGB values of R:255, G:204, B:144 and CMYK values of C:0, M:0.2, Y:0.44, K:0. Its decimal value is 16764048.
Hex triplet | ffcc90 | #ffcc90 |
RGB Decimal | 255, 204, 144 | rgb(255,204,144) |
RGB Percent | 100, 80, 56.5 | rgb(100%,80%,56.5%) |
CMYK | 0, 20, 43.5, 0 | |
HSL | 32.4°, 100, 78.2 | hsl(32.4,100%,78.2%) |
HSV(HSB) | 32.4°, 43.5, 100 | |
Web Safe | ffcc99 | #fc9 |
XYZ | 67.867, 66.459, 35.637 |
xyY | 0.399, 0.391, 66.459 |
CIE-LAB | 85.23, 10.563, 36.705 |
CIE-LCH | 85.23, 38.195, 73.946 |
CIE-LUV | 85.23, 37.51, 46.715 |
Hunter-Lab | 81.523, 5.935, 31.148 |
Binary | 11111111, 11001100, 10010000 |
Below, you can see some colors close to #ffcc90. 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 #ffcc90.
<span style="color:#ffcc90">Text here</span>
This paragraph has a background color of #ffcc90.
<p style="background-color:#ffcc90;">Content here</p>
This element has a border color of #ffcc90.
<div style="border:1px #ffcc90;">Content here</div>
.text {color:#ffcc90;}
.background {background-color:#ffcc90;}
.border {border:1px solid #ffcc90;}
.text-shadow {border:1px solid #ffcc90;}
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, #100900 is the darkest color, while #fffdfa is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #c8c8c7 is the less saturated color, while #facc95 is the most saturated one.