Shades of Golden Yellow #FDE802
Tints of Golden Yellow #FDE802
RGB
CMYK
RGB Variations
Color information
#FDE802 (or 0xFDE802) is known color: Golden Yellow. HEX triplet: FD, E8 and 02. RGB value is (253,232,2). Sum of RGB (Red+Green+Blue) = 253+232+2=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 2 (1.17% from 255 or 0.41% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE802 is #0217FD. Grayscale: #D4D4D4. Windows color (decimal): -137214 or 190717. OLE color: 190717.
HSL color Cylindrical-coordinate representation of color #FDE802: hue angle of 54.98º 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 #FDE802 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.01 |
| HSL | 54.98º | 0.98% | 0.5% | - |
| HSV(B) | 54.98º | 0.99% | 0.99% | - |
| XYZ | 69.38 | 78.6 | 11.57 | - |
| YUV | 212.06 | 9.46 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 2 | 0 | 0.08 | 0.99 | 0.01 | 54.98 | 0.98 | 0.5 |
| Hex | FD | E8 | 2 | 0 | 8 | 63 | 1 | 37 | 62 | 32 |
| Octal | 375 | 350 | 2 | 0 | 10 | 143 | 1 | 67 | 142 | 62 |
| Binary | 11111101 | 11101000 | 10 | 0 | 1000 | 1100011 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FDE802
Complementary color
Monochromatic Colors of #FDE802
Black with #FDE802
Text Example
Text Example
White with #FDE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE802; }
p { color: rgb(253,232,2); }
H1.HeaderClassName
{
color: #FDE802;
}
.AnyTagClassName
{
color: #FDE802;
}
</style>
background-color css
<style>
a { background-color: #FDE802; }
a { background-color: rgb(253,232,2); }
div.DivClassName
{
background-color: #FDE802;
}
.BgClassName
{
background-color: #FDE802;
}
</style>
border-color css
<style>
span { border-color: #FDE802; }
span { border-color: rgb(253,232,2); }
td.TdClassName
{
border-color: #FDE802;
}
.TagClassName
{
border-color: #FDE802;
}
</style>