Shades of Golden Yellow #FDEC00
Tints of Golden Yellow #FDEC00
RGB
CMYK
RGB Variations
Color information
#FDEC00 (or 0xFDEC00) is known color: Golden Yellow. HEX triplet: FD, EC and 00. RGB value is (253,236,0). Sum of RGB (Red+Green+Blue) = 253+236+0=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 0 (0.39% from 255 or 0% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC00 is #0213FF. Grayscale: #D7D7D7. Windows color (decimal): -136192 or 60669. OLE color: 60669.
HSL color Cylindrical-coordinate representation of color #FDEC00: hue angle of 55.97º 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 #FDEC00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.01 |
| HSL | 55.97º | 1% | 0.5% | - |
| HSV(B) | 55.97º | 1% | 0.99% | - |
| XYZ | 70.5 | 80.87 | 11.89 | - |
| YUV | 214.18 | 7.13 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 0 | 0 | 0.07 | 1 | 0.01 | 55.97 | 1 | 0.5 |
| Hex | FD | EC | 0 | 0 | 7 | 64 | 1 | 38 | 64 | 32 |
| Octal | 375 | 354 | 0 | 0 | 7 | 144 | 1 | 70 | 144 | 62 |
| Binary | 11111101 | 11101100 | 0 | 0 | 111 | 1100100 | 1 | 111000 | 1100100 | 110010 |
Color Harmonies of #FDEC00
Complementary color
Monochromatic Colors of #FDEC00
Black with #FDEC00
Text Example
Text Example
White with #FDEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC00; }
p { color: rgb(253,236,0); }
H1.HeaderClassName
{
color: #FDEC00;
}
.AnyTagClassName
{
color: #FDEC00;
}
</style>
background-color css
<style>
a { background-color: #FDEC00; }
a { background-color: rgb(253,236,0); }
div.DivClassName
{
background-color: #FDEC00;
}
.BgClassName
{
background-color: #FDEC00;
}
</style>
border-color css
<style>
span { border-color: #FDEC00; }
span { border-color: rgb(253,236,0); }
td.TdClassName
{
border-color: #FDEC00;
}
.TagClassName
{
border-color: #FDEC00;
}
</style>