Shades of Golden Yellow #FDE002
Tints of Golden Yellow #FDE002
RGB
CMYK
RGB Variations
Color information
#FDE002 (or 0xFDE002) is known color: Golden Yellow. HEX triplet: FD, E0 and 02. RGB value is (253,224,2). Sum of RGB (Red+Green+Blue) = 253+224+2=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE002 is #021FFD. Grayscale: #D0D0D0. Windows color (decimal): -139262 or 188669. OLE color: 188669.
HSL color Cylindrical-coordinate representation of color #FDE002: hue angle of 53.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDE002 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.01 |
| HSL | 53.07º | 0.98% | 0.5% | - |
| HSV(B) | 53.07º | 0.99% | 0.99% | - |
| XYZ | 67.17 | 74.2 | 10.84 | - |
| YUV | 207.36 | 12.11 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 2 | 0 | 0.11 | 0.99 | 0.01 | 53.07 | 0.98 | 0.5 |
| Hex | FD | E0 | 2 | 0 | B | 63 | 1 | 35 | 62 | 32 |
| Octal | 375 | 340 | 2 | 0 | 13 | 143 | 1 | 65 | 142 | 62 |
| Binary | 11111101 | 11100000 | 10 | 0 | 1011 | 1100011 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FDE002
Complementary color
Monochromatic Colors of #FDE002
Black with #FDE002
Text Example
Text Example
White with #FDE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE002; }
p { color: rgb(253,224,2); }
H1.HeaderClassName
{
color: #FDE002;
}
.AnyTagClassName
{
color: #FDE002;
}
</style>
background-color css
<style>
a { background-color: #FDE002; }
a { background-color: rgb(253,224,2); }
div.DivClassName
{
background-color: #FDE002;
}
.BgClassName
{
background-color: #FDE002;
}
</style>
border-color css
<style>
span { border-color: #FDE002; }
span { border-color: rgb(253,224,2); }
td.TdClassName
{
border-color: #FDE002;
}
.TagClassName
{
border-color: #FDE002;
}
</style>