Shades of Golden Yellow #FEDC05
Tints of Golden Yellow #FEDC05
RGB
CMYK
RGB Variations
Color information
#FEDC05 (or 0xFEDC05) is known color: Golden Yellow. HEX triplet: FE, DC and 05. RGB value is (254,220,5). Sum of RGB (Red+Green+Blue) = 254+220+5=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 5 (2.34% from 255 or 1.04% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC05 is #0123FA. Grayscale: #CECECE. Windows color (decimal): -74747 or 384254. OLE color: 384254.
HSL color Cylindrical-coordinate representation of color #FEDC05: hue angle of 51.81º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEDC05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.00 |
| HSL | 51.81º | 0.99% | 0.51% | - |
| HSV(B) | 51.81º | 0.98% | 1% | - |
| XYZ | 66.49 | 72.27 | 10.59 | - |
| YUV | 205.66 | 14.76 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 5 | 0 | 0.13 | 0.98 | 0.00 | 51.81 | 0.99 | 0.51 |
| Hex | FE | DC | 5 | 0 | D | 62 | 0 | 34 | 63 | 33 |
| Octal | 376 | 334 | 5 | 0 | 15 | 142 | 0 | 64 | 143 | 63 |
| Binary | 11111110 | 11011100 | 101 | 0 | 1101 | 1100010 | 0 | 110100 | 1100011 | 110011 |
Color Harmonies of #FEDC05
Complementary color
Monochromatic Colors of #FEDC05
Black with #FEDC05
Text Example
Text Example
White with #FEDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC05; }
p { color: rgb(254,220,5); }
H1.HeaderClassName
{
color: #FEDC05;
}
.AnyTagClassName
{
color: #FEDC05;
}
</style>
background-color css
<style>
a { background-color: #FEDC05; }
a { background-color: rgb(254,220,5); }
div.DivClassName
{
background-color: #FEDC05;
}
.BgClassName
{
background-color: #FEDC05;
}
</style>
border-color css
<style>
span { border-color: #FEDC05; }
span { border-color: rgb(254,220,5); }
td.TdClassName
{
border-color: #FEDC05;
}
.TagClassName
{
border-color: #FEDC05;
}
</style>