Shades of Golden Yellow #FEDC09
Tints of Golden Yellow #FEDC09
RGB
CMYK
RGB Variations
Color information
#FEDC09 (or 0xFEDC09) is known color: Golden Yellow. HEX triplet: FE, DC and 09. RGB value is (254,220,9). Sum of RGB (Red+Green+Blue) = 254+220+9=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 9 (3.91% from 255 or 1.86% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC09 is #0123F6. Grayscale: #CECECE. Windows color (decimal): -74743 or 646398. OLE color: 646398.
HSL color Cylindrical-coordinate representation of color #FEDC09: hue angle of 51.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEDC09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.00 |
| HSL | 51.67º | 0.99% | 0.52% | - |
| HSV(B) | 51.67º | 0.96% | 1% | - |
| XYZ | 66.52 | 72.28 | 10.7 | - |
| YUV | 206.11 | 16.76 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 9 | 0 | 0.13 | 0.96 | 0.00 | 51.67 | 0.99 | 0.52 |
| Hex | FE | DC | 9 | 0 | D | 60 | 0 | 34 | 63 | 34 |
| Octal | 376 | 334 | 11 | 0 | 15 | 140 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011100 | 1001 | 0 | 1101 | 1100000 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDC09
Complementary color
Monochromatic Colors of #FEDC09
Black with #FEDC09
Text Example
Text Example
White with #FEDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC09; }
p { color: rgb(254,220,9); }
H1.HeaderClassName
{
color: #FEDC09;
}
.AnyTagClassName
{
color: #FEDC09;
}
</style>
background-color css
<style>
a { background-color: #FEDC09; }
a { background-color: rgb(254,220,9); }
div.DivClassName
{
background-color: #FEDC09;
}
.BgClassName
{
background-color: #FEDC09;
}
</style>
border-color css
<style>
span { border-color: #FEDC09; }
span { border-color: rgb(254,220,9); }
td.TdClassName
{
border-color: #FEDC09;
}
.TagClassName
{
border-color: #FEDC09;
}
</style>