Shades of Golden Yellow #FDED00
Tints of Golden Yellow #FDED00
RGB
CMYK
RGB Variations
Color information
#FDED00 (or 0xFDED00) is known color: Golden Yellow. HEX triplet: FD, ED and 00. RGB value is (253,237,0). Sum of RGB (Red+Green+Blue) = 253+237+0=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED00 is #0212FF. Grayscale: #D7D7D7. Windows color (decimal): -135936 or 60925. OLE color: 60925.
HSL color Cylindrical-coordinate representation of color #FDED00: hue angle of 56.21º 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 #FDED00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.01 |
| HSL | 56.21º | 1% | 0.5% | - |
| HSV(B) | 56.21º | 1% | 0.99% | - |
| XYZ | 70.79 | 81.45 | 11.99 | - |
| YUV | 214.77 | 6.8 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 0 | 0 | 0.06 | 1 | 0.01 | 56.21 | 1 | 0.5 |
| Hex | FD | ED | 0 | 0 | 6 | 64 | 1 | 38 | 64 | 32 |
| Octal | 375 | 355 | 0 | 0 | 6 | 144 | 1 | 70 | 144 | 62 |
| Binary | 11111101 | 11101101 | 0 | 0 | 110 | 1100100 | 1 | 111000 | 1100100 | 110010 |
Color Harmonies of #FDED00
Complementary color
Monochromatic Colors of #FDED00
Black with #FDED00
Text Example
Text Example
White with #FDED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED00; }
p { color: rgb(253,237,0); }
H1.HeaderClassName
{
color: #FDED00;
}
.AnyTagClassName
{
color: #FDED00;
}
</style>
background-color css
<style>
a { background-color: #FDED00; }
a { background-color: rgb(253,237,0); }
div.DivClassName
{
background-color: #FDED00;
}
.BgClassName
{
background-color: #FDED00;
}
</style>
border-color css
<style>
span { border-color: #FDED00; }
span { border-color: rgb(253,237,0); }
td.TdClassName
{
border-color: #FDED00;
}
.TagClassName
{
border-color: #FDED00;
}
</style>