Shades of Golden Yellow #FDE009
Tints of Golden Yellow #FDE009
RGB
CMYK
RGB Variations
Color information
#FDE009 (or 0xFDE009) is known color: Golden Yellow. HEX triplet: FD, E0 and 09. RGB value is (253,224,9). Sum of RGB (Red+Green+Blue) = 253+224+9=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 9 (3.91% from 255 or 1.85% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE009 is #021FF6. Grayscale: #D1D1D1. Windows color (decimal): -139255 or 647421. OLE color: 647421.
HSL color Cylindrical-coordinate representation of color #FDE009: hue angle of 52.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDE009 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.01 |
| HSL | 52.87º | 0.98% | 0.51% | - |
| HSV(B) | 52.87º | 0.96% | 0.99% | - |
| XYZ | 67.21 | 74.21 | 11.04 | - |
| YUV | 208.16 | 15.61 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 9 | 0 | 0.11 | 0.96 | 0.01 | 52.87 | 0.98 | 0.51 |
| Hex | FD | E0 | 9 | 0 | B | 60 | 1 | 35 | 62 | 33 |
| Octal | 375 | 340 | 11 | 0 | 13 | 140 | 1 | 65 | 142 | 63 |
| Binary | 11111101 | 11100000 | 1001 | 0 | 1011 | 1100000 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FDE009
Complementary color
Monochromatic Colors of #FDE009
Black with #FDE009
Text Example
Text Example
White with #FDE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE009; }
p { color: rgb(253,224,9); }
H1.HeaderClassName
{
color: #FDE009;
}
.AnyTagClassName
{
color: #FDE009;
}
</style>
background-color css
<style>
a { background-color: #FDE009; }
a { background-color: rgb(253,224,9); }
div.DivClassName
{
background-color: #FDE009;
}
.BgClassName
{
background-color: #FDE009;
}
</style>
border-color css
<style>
span { border-color: #FDE009; }
span { border-color: rgb(253,224,9); }
td.TdClassName
{
border-color: #FDE009;
}
.TagClassName
{
border-color: #FDE009;
}
</style>