Shades of Golden Yellow #FEDE09
Tints of Golden Yellow #FEDE09
RGB
CMYK
RGB Variations
Color information
#FEDE09 (or 0xFEDE09) is known color: Golden Yellow. HEX triplet: FE, DE and 09. RGB value is (254,222,9). Sum of RGB (Red+Green+Blue) = 254+222+9=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 9 (3.91% from 255 or 1.86% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE09 is #0121F6. Grayscale: #D0D0D0. Windows color (decimal): -74231 or 646910. OLE color: 646910.
HSL color Cylindrical-coordinate representation of color #FEDE09: hue angle of 52.16º 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 #FEDE09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.00 |
| HSL | 52.16º | 0.99% | 0.52% | - |
| HSV(B) | 52.16º | 0.96% | 1% | - |
| XYZ | 67.04 | 73.33 | 10.88 | - |
| YUV | 207.29 | 16.1 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 9 | 0 | 0.13 | 0.96 | 0.00 | 52.16 | 0.99 | 0.52 |
| Hex | FE | DE | 9 | 0 | D | 60 | 0 | 34 | 63 | 34 |
| Octal | 376 | 336 | 11 | 0 | 15 | 140 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011110 | 1001 | 0 | 1101 | 1100000 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDE09
Complementary color
Monochromatic Colors of #FEDE09
Black with #FEDE09
Text Example
Text Example
White with #FEDE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE09; }
p { color: rgb(254,222,9); }
H1.HeaderClassName
{
color: #FEDE09;
}
.AnyTagClassName
{
color: #FEDE09;
}
</style>
background-color css
<style>
a { background-color: #FEDE09; }
a { background-color: rgb(254,222,9); }
div.DivClassName
{
background-color: #FEDE09;
}
.BgClassName
{
background-color: #FEDE09;
}
</style>
border-color css
<style>
span { border-color: #FEDE09; }
span { border-color: rgb(254,222,9); }
td.TdClassName
{
border-color: #FEDE09;
}
.TagClassName
{
border-color: #FEDE09;
}
</style>