Shades of Golden Yellow #FADE09
Tints of Golden Yellow #FADE09
RGB
CMYK
RGB Variations
Color information
#FADE09 (or 0xFADE09) is known color: Golden Yellow. HEX triplet: FA, DE and 09. RGB value is (250,222,9). Sum of RGB (Red+Green+Blue) = 250+222+9=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 9 (3.91% from 255 or 1.87% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE09 is #0521F6. Grayscale: #CECECE. Windows color (decimal): -336375 or 646906. OLE color: 646906.
HSL color Cylindrical-coordinate representation of color #FADE09: hue angle of 53.03º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FADE09 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.02 |
| HSL | 53.03º | 0.96% | 0.51% | - |
| HSV(B) | 53.03º | 0.96% | 0.98% | - |
| XYZ | 65.59 | 72.59 | 10.81 | - |
| YUV | 206.09 | 16.78 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 9 | 0 | 0.11 | 0.96 | 0.02 | 53.03 | 0.96 | 0.51 |
| Hex | FA | DE | 9 | 0 | B | 60 | 2 | 35 | 60 | 33 |
| Octal | 372 | 336 | 11 | 0 | 13 | 140 | 2 | 65 | 140 | 63 |
| Binary | 11111010 | 11011110 | 1001 | 0 | 1011 | 1100000 | 10 | 110101 | 1100000 | 110011 |
Color Harmonies of #FADE09
Complementary color
Monochromatic Colors of #FADE09
Black with #FADE09
Text Example
Text Example
White with #FADE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE09; }
p { color: rgb(250,222,9); }
H1.HeaderClassName
{
color: #FADE09;
}
.AnyTagClassName
{
color: #FADE09;
}
</style>
background-color css
<style>
a { background-color: #FADE09; }
a { background-color: rgb(250,222,9); }
div.DivClassName
{
background-color: #FADE09;
}
.BgClassName
{
background-color: #FADE09;
}
</style>
border-color css
<style>
span { border-color: #FADE09; }
span { border-color: rgb(250,222,9); }
td.TdClassName
{
border-color: #FADE09;
}
.TagClassName
{
border-color: #FADE09;
}
</style>