In a RGB color space, #ffd000 hex color is composed of 100% red, 81.6% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18.4% magenta, 100% yellow and 0% black. It has a hue angle of 48.9 degrees, a saturation of 100% and a lightness of 50%. #ffd000 color hex could be obtained by blending #ffff00 with #ffa100. Closest websafe color is: #ffcc00.
The hexadecimal color #ffd000 has RGB values of R:255, G:208, B:0 and CMYK values of C:0, M:0.18, Y:1, K:0. Its decimal value is 16764928.
Hex triplet | ffd000 | #ffd000 |
RGB Decimal | 255, 208, 0 | rgb(255,208,0) |
RGB Percent | 100, 81.6, 0 | rgb(100%,81.6%,0%) |
CMYK | 0, 18.4, 100, 0 | |
HSL | 48.9°, 100, 50 | hsl(48.9,100%,50%) |
HSV(HSB) | 48.9°, 100, 100 | |
Web Safe | ffcc00 | #fc0 |
XYZ | 63.796, 66.372, 9.449 |
xyY | 0.457, 0.475, 66.372 |
CIE-LAB | 85.186, 1.634, 85.913 |
CIE-LCH | 85.186, 85.928, 88.911 |
CIE-LUV | 85.186, 40.714, 89.52 |
Hunter-Lab | 81.469, -2.792, 50.152 |
Binary | 11111111, 11010000, 00000000 |
Below, you can see some colors close to #ffd000. 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 #ffd000.
<span style="color:#ffd000">Text here</span>
This paragraph has a background color of #ffd000.
<p style="background-color:#ffd000;">Content here</p>
This element has a border color of #ffd000.
<div style="border:1px #ffd000;">Content here</div>
.text {color:#ffd000;}
.background {background-color:#ffd000;}
.border {border:1px solid #ffd000;}
.text-shadow {border:1px solid #ffd000;}
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 #fffbea 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 #f4c90b is the most saturated one.