Shades of Golden Yellow #FEDE06
Tints of Golden Yellow #FEDE06
RGB
CMYK
RGB Variations
Color information
#FEDE06 (or 0xFEDE06) is known color: Golden Yellow. HEX triplet: FE, DE and 06. RGB value is (254,222,6). Sum of RGB (Red+Green+Blue) = 254+222+6=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 6 (2.73% from 255 or 1.24% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE06 is #0121F9. Grayscale: #CFCFCF. Windows color (decimal): -74234 or 450302. OLE color: 450302.
HSL color Cylindrical-coordinate representation of color #FEDE06: hue angle of 52.26º 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 #FEDE06 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 6 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.00 |
| HSL | 52.26º | 0.99% | 0.51% | - |
| HSV(B) | 52.26º | 0.98% | 1% | - |
| XYZ | 67.03 | 73.33 | 10.79 | - |
| YUV | 206.94 | 14.6 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 6 | 0 | 0.13 | 0.98 | 0.00 | 52.26 | 0.99 | 0.51 |
| Hex | FE | DE | 6 | 0 | D | 62 | 0 | 34 | 63 | 33 |
| Octal | 376 | 336 | 6 | 0 | 15 | 142 | 0 | 64 | 143 | 63 |
| Binary | 11111110 | 11011110 | 110 | 0 | 1101 | 1100010 | 0 | 110100 | 1100011 | 110011 |
Color Harmonies of #FEDE06
Complementary color
Monochromatic Colors of #FEDE06
Black with #FEDE06
Text Example
Text Example
White with #FEDE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE06; }
p { color: rgb(254,222,6); }
H1.HeaderClassName
{
color: #FEDE06;
}
.AnyTagClassName
{
color: #FEDE06;
}
</style>
background-color css
<style>
a { background-color: #FEDE06; }
a { background-color: rgb(254,222,6); }
div.DivClassName
{
background-color: #FEDE06;
}
.BgClassName
{
background-color: #FEDE06;
}
</style>
border-color css
<style>
span { border-color: #FEDE06; }
span { border-color: rgb(254,222,6); }
td.TdClassName
{
border-color: #FEDE06;
}
.TagClassName
{
border-color: #FEDE06;
}
</style>