Shades of Golden Yellow #FDE100
Tints of Golden Yellow #FDE100
RGB
CMYK
RGB Variations
Color information
#FDE100 (or 0xFDE100) is known color: Golden Yellow. HEX triplet: FD, E1 and 00. RGB value is (253,225,0). Sum of RGB (Red+Green+Blue) = 253+225+0=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE100 is #021EFF. Grayscale: #D0D0D0. Windows color (decimal): -139008 or 57853. OLE color: 57853.
HSL color Cylindrical-coordinate representation of color #FDE100: hue angle of 53.36º 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 #FDE100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.01 |
| HSL | 53.36º | 1% | 0.5% | - |
| HSV(B) | 53.36º | 1% | 0.99% | - |
| XYZ | 67.43 | 74.73 | 10.87 | - |
| YUV | 207.72 | 10.78 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 0 | 0 | 0.11 | 1 | 0.01 | 53.36 | 1 | 0.5 |
| Hex | FD | E1 | 0 | 0 | B | 64 | 1 | 35 | 64 | 32 |
| Octal | 375 | 341 | 0 | 0 | 13 | 144 | 1 | 65 | 144 | 62 |
| Binary | 11111101 | 11100001 | 0 | 0 | 1011 | 1100100 | 1 | 110101 | 1100100 | 110010 |
Color Harmonies of #FDE100
Complementary color
Monochromatic Colors of #FDE100
Black with #FDE100
Text Example
Text Example
White with #FDE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE100; }
p { color: rgb(253,225,0); }
H1.HeaderClassName
{
color: #FDE100;
}
.AnyTagClassName
{
color: #FDE100;
}
</style>
background-color css
<style>
a { background-color: #FDE100; }
a { background-color: rgb(253,225,0); }
div.DivClassName
{
background-color: #FDE100;
}
.BgClassName
{
background-color: #FDE100;
}
</style>
border-color css
<style>
span { border-color: #FDE100; }
span { border-color: rgb(253,225,0); }
td.TdClassName
{
border-color: #FDE100;
}
.TagClassName
{
border-color: #FDE100;
}
</style>