Shades of Golden Yellow #FFDE08
Tints of Golden Yellow #FFDE08
RGB
CMYK
RGB Variations
Color information
#FFDE08 (or 0xFFDE08) is known color: Golden Yellow. HEX triplet: FF, DE and 08. RGB value is (255,222,8). Sum of RGB (Red+Green+Blue) = 255+222+8=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 8 (3.52% from 255 or 1.65% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE08 is #0021F7. Grayscale: #D0D0D0. Windows color (decimal): -8696 or 581375. OLE color: 581375.
HSL color Cylindrical-coordinate representation of color #FFDE08: hue angle of 51.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFDE08 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0 |
| HSL | 51.98º | 1% | 0.52% | - |
| HSV(B) | 51.98º | 0.97% | 1% | - |
| XYZ | 67.41 | 73.52 | 10.87 | - |
| YUV | 207.47 | 15.43 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 8 | 0 | 0.13 | 0.97 | 0 | 51.98 | 1 | 0.52 |
| Hex | FF | DE | 8 | 0 | D | 61 | 0 | 34 | 64 | 34 |
| Octal | 377 | 336 | 10 | 0 | 15 | 141 | 0 | 64 | 144 | 64 |
| Binary | 11111111 | 11011110 | 1000 | 0 | 1101 | 1100001 | 0 | 110100 | 1100100 | 110100 |
Color Harmonies of #FFDE08
Complementary color
Monochromatic Colors of #FFDE08
Black with #FFDE08
Text Example
Text Example
White with #FFDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE08; }
p { color: rgb(255,222,8); }
H1.HeaderClassName
{
color: #FFDE08;
}
.AnyTagClassName
{
color: #FFDE08;
}
</style>
background-color css
<style>
a { background-color: #FFDE08; }
a { background-color: rgb(255,222,8); }
div.DivClassName
{
background-color: #FFDE08;
}
.BgClassName
{
background-color: #FFDE08;
}
</style>
border-color css
<style>
span { border-color: #FFDE08; }
span { border-color: rgb(255,222,8); }
td.TdClassName
{
border-color: #FFDE08;
}
.TagClassName
{
border-color: #FFDE08;
}
</style>