Shades of Golden Yellow #FDE200
Tints of Golden Yellow #FDE200
RGB
CMYK
RGB Variations
Color information
#FDE200 (or 0xFDE200) is known color: Golden Yellow. HEX triplet: FD, E2 and 00. RGB value is (253,226,0). Sum of RGB (Red+Green+Blue) = 253+226+0=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE200 is #021DFF. Grayscale: #D1D1D1. Windows color (decimal): -138752 or 58109. OLE color: 58109.
HSL color Cylindrical-coordinate representation of color #FDE200: hue angle of 53.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDE200 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.01 |
| HSL | 53.6º | 1% | 0.5% | - |
| HSV(B) | 53.6º | 1% | 0.99% | - |
| XYZ | 67.7 | 75.28 | 10.96 | - |
| YUV | 208.31 | 10.45 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 0 | 0 | 0.11 | 1 | 0.01 | 53.6 | 1 | 0.5 |
| Hex | FD | E2 | 0 | 0 | B | 64 | 1 | 36 | 64 | 32 |
| Octal | 375 | 342 | 0 | 0 | 13 | 144 | 1 | 66 | 144 | 62 |
| Binary | 11111101 | 11100010 | 0 | 0 | 1011 | 1100100 | 1 | 110110 | 1100100 | 110010 |
Color Harmonies of #FDE200
Complementary color
Monochromatic Colors of #FDE200
Black with #FDE200
Text Example
Text Example
White with #FDE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE200; }
p { color: rgb(253,226,0); }
H1.HeaderClassName
{
color: #FDE200;
}
.AnyTagClassName
{
color: #FDE200;
}
</style>
background-color css
<style>
a { background-color: #FDE200; }
a { background-color: rgb(253,226,0); }
div.DivClassName
{
background-color: #FDE200;
}
.BgClassName
{
background-color: #FDE200;
}
</style>
border-color css
<style>
span { border-color: #FDE200; }
span { border-color: rgb(253,226,0); }
td.TdClassName
{
border-color: #FDE200;
}
.TagClassName
{
border-color: #FDE200;
}
</style>