Shades of Golden Yellow #FEDD09
Tints of Golden Yellow #FEDD09
RGB
CMYK
RGB Variations
Color information
#FEDD09 (or 0xFEDD09) is known color: Golden Yellow. HEX triplet: FE, DD and 09. RGB value is (254,221,9). Sum of RGB (Red+Green+Blue) = 254+221+9=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 9 (3.91% from 255 or 1.86% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD09 is #0122F6. Grayscale: #CFCFCF. Windows color (decimal): -74487 or 646654. OLE color: 646654.
HSL color Cylindrical-coordinate representation of color #FEDD09: hue angle of 51.92º 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 #FEDD09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.00 |
| HSL | 51.92º | 0.99% | 0.52% | - |
| HSV(B) | 51.92º | 0.96% | 1% | - |
| XYZ | 66.78 | 72.8 | 10.79 | - |
| YUV | 206.7 | 16.43 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 9 | 0 | 0.13 | 0.96 | 0.00 | 51.92 | 0.99 | 0.52 |
| Hex | FE | DD | 9 | 0 | D | 60 | 0 | 34 | 63 | 34 |
| Octal | 376 | 335 | 11 | 0 | 15 | 140 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011101 | 1001 | 0 | 1101 | 1100000 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDD09
Complementary color
Monochromatic Colors of #FEDD09
Black with #FEDD09
Text Example
Text Example
White with #FEDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD09; }
p { color: rgb(254,221,9); }
H1.HeaderClassName
{
color: #FEDD09;
}
.AnyTagClassName
{
color: #FEDD09;
}
</style>
background-color css
<style>
a { background-color: #FEDD09; }
a { background-color: rgb(254,221,9); }
div.DivClassName
{
background-color: #FEDD09;
}
.BgClassName
{
background-color: #FEDD09;
}
</style>
border-color css
<style>
span { border-color: #FEDD09; }
span { border-color: rgb(254,221,9); }
td.TdClassName
{
border-color: #FEDD09;
}
.TagClassName
{
border-color: #FEDD09;
}
</style>