Shades of Golden Yellow #FEDE00
Tints of Golden Yellow #FEDE00
RGB
CMYK
RGB Variations
Color information
#FEDE00 (or 0xFEDE00) is known color: Golden Yellow. HEX triplet: FE, DE and 00. RGB value is (254,222,0). Sum of RGB (Red+Green+Blue) = 254+222+0=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE00 is #0121FF. Grayscale: #CFCFCF. Windows color (decimal): -74240 or 57086. OLE color: 57086.
HSL color Cylindrical-coordinate representation of color #FEDE00: hue angle of 52.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEDE00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.00 |
| HSL | 52.44º | 1% | 0.5% | - |
| HSV(B) | 52.44º | 1% | 1% | - |
| XYZ | 66.99 | 73.31 | 10.62 | - |
| YUV | 206.26 | 11.6 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 0 | 0 | 0.13 | 1 | 0.00 | 52.44 | 1 | 0.5 |
| Hex | FE | DE | 0 | 0 | D | 64 | 0 | 34 | 64 | 32 |
| Octal | 376 | 336 | 0 | 0 | 15 | 144 | 0 | 64 | 144 | 62 |
| Binary | 11111110 | 11011110 | 0 | 0 | 1101 | 1100100 | 0 | 110100 | 1100100 | 110010 |
Color Harmonies of #FEDE00
Complementary color
Monochromatic Colors of #FEDE00
Black with #FEDE00
Text Example
Text Example
White with #FEDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE00; }
p { color: rgb(254,222,0); }
H1.HeaderClassName
{
color: #FEDE00;
}
.AnyTagClassName
{
color: #FEDE00;
}
</style>
background-color css
<style>
a { background-color: #FEDE00; }
a { background-color: rgb(254,222,0); }
div.DivClassName
{
background-color: #FEDE00;
}
.BgClassName
{
background-color: #FEDE00;
}
</style>
border-color css
<style>
span { border-color: #FEDE00; }
span { border-color: rgb(254,222,0); }
td.TdClassName
{
border-color: #FEDE00;
}
.TagClassName
{
border-color: #FEDE00;
}
</style>