Shades of Golden Yellow #FEDE05
Tints of Golden Yellow #FEDE05
RGB
CMYK
RGB Variations
Color information
#FEDE05 (or 0xFEDE05) is known color: Golden Yellow. HEX triplet: FE, DE and 05. RGB value is (254,222,5). Sum of RGB (Red+Green+Blue) = 254+222+5=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 5 (2.34% from 255 or 1.04% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE05 is #0121FA. Grayscale: #CFCFCF. Windows color (decimal): -74235 or 384766. OLE color: 384766.
HSL color Cylindrical-coordinate representation of color #FEDE05: hue angle of 52.29º 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 #FEDE05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.00 |
| HSL | 52.29º | 0.99% | 0.51% | - |
| HSV(B) | 52.29º | 0.98% | 1% | - |
| XYZ | 67.02 | 73.32 | 10.76 | - |
| YUV | 206.83 | 14.1 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 5 | 0 | 0.13 | 0.98 | 0.00 | 52.29 | 0.99 | 0.51 |
| Hex | FE | DE | 5 | 0 | D | 62 | 0 | 34 | 63 | 33 |
| Octal | 376 | 336 | 5 | 0 | 15 | 142 | 0 | 64 | 143 | 63 |
| Binary | 11111110 | 11011110 | 101 | 0 | 1101 | 1100010 | 0 | 110100 | 1100011 | 110011 |
Color Harmonies of #FEDE05
Complementary color
Monochromatic Colors of #FEDE05
Black with #FEDE05
Text Example
Text Example
White with #FEDE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE05; }
p { color: rgb(254,222,5); }
H1.HeaderClassName
{
color: #FEDE05;
}
.AnyTagClassName
{
color: #FEDE05;
}
</style>
background-color css
<style>
a { background-color: #FEDE05; }
a { background-color: rgb(254,222,5); }
div.DivClassName
{
background-color: #FEDE05;
}
.BgClassName
{
background-color: #FEDE05;
}
</style>
border-color css
<style>
span { border-color: #FEDE05; }
span { border-color: rgb(254,222,5); }
td.TdClassName
{
border-color: #FEDE05;
}
.TagClassName
{
border-color: #FEDE05;
}
</style>