Shades of Golden Yellow #FDE005
Tints of Golden Yellow #FDE005
RGB
CMYK
RGB Variations
Color information
#FDE005 (or 0xFDE005) is known color: Golden Yellow. HEX triplet: FD, E0 and 05. RGB value is (253,224,5). Sum of RGB (Red+Green+Blue) = 253+224+5=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 5 (2.34% from 255 or 1.04% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE005 is #021FFA. Grayscale: #D0D0D0. Windows color (decimal): -139259 or 385277. OLE color: 385277.
HSL color Cylindrical-coordinate representation of color #FDE005: hue angle of 52.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDE005 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.01 |
| HSL | 52.98º | 0.98% | 0.51% | - |
| HSV(B) | 52.98º | 0.98% | 0.99% | - |
| XYZ | 67.19 | 74.2 | 10.93 | - |
| YUV | 207.71 | 13.61 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 5 | 0 | 0.11 | 0.98 | 0.01 | 52.98 | 0.98 | 0.51 |
| Hex | FD | E0 | 5 | 0 | B | 62 | 1 | 35 | 62 | 33 |
| Octal | 375 | 340 | 5 | 0 | 13 | 142 | 1 | 65 | 142 | 63 |
| Binary | 11111101 | 11100000 | 101 | 0 | 1011 | 1100010 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FDE005
Complementary color
Monochromatic Colors of #FDE005
Black with #FDE005
Text Example
Text Example
White with #FDE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE005; }
p { color: rgb(253,224,5); }
H1.HeaderClassName
{
color: #FDE005;
}
.AnyTagClassName
{
color: #FDE005;
}
</style>
background-color css
<style>
a { background-color: #FDE005; }
a { background-color: rgb(253,224,5); }
div.DivClassName
{
background-color: #FDE005;
}
.BgClassName
{
background-color: #FDE005;
}
</style>
border-color css
<style>
span { border-color: #FDE005; }
span { border-color: rgb(253,224,5); }
td.TdClassName
{
border-color: #FDE005;
}
.TagClassName
{
border-color: #FDE005;
}
</style>