Shades of Golden Yellow #FADE00
Tints of Golden Yellow #FADE00
RGB
CMYK
RGB Variations
Color information
#FADE00 (or 0xFADE00) is known color: Golden Yellow. HEX triplet: FA, DE and 00. RGB value is (250,222,0). Sum of RGB (Red+Green+Blue) = 250+222+0=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE00 is #0521FF. Grayscale: #CDCDCD. Windows color (decimal): -336384 or 57082. OLE color: 57082.
HSL color Cylindrical-coordinate representation of color #FADE00: hue angle of 53.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FADE00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.02 |
| HSL | 53.28º | 1% | 0.49% | - |
| HSV(B) | 53.28º | 1% | 0.98% | - |
| XYZ | 65.55 | 72.57 | 10.55 | - |
| YUV | 205.06 | 12.28 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 0 | 0 | 0.11 | 1 | 0.02 | 53.28 | 1 | 0.49 |
| Hex | FA | DE | 0 | 0 | B | 64 | 2 | 35 | 64 | 31 |
| Octal | 372 | 336 | 0 | 0 | 13 | 144 | 2 | 65 | 144 | 61 |
| Binary | 11111010 | 11011110 | 0 | 0 | 1011 | 1100100 | 10 | 110101 | 1100100 | 110001 |
Color Harmonies of #FADE00
Complementary color
Monochromatic Colors of #FADE00
Black with #FADE00
Text Example
Text Example
White with #FADE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE00; }
p { color: rgb(250,222,0); }
H1.HeaderClassName
{
color: #FADE00;
}
.AnyTagClassName
{
color: #FADE00;
}
</style>
background-color css
<style>
a { background-color: #FADE00; }
a { background-color: rgb(250,222,0); }
div.DivClassName
{
background-color: #FADE00;
}
.BgClassName
{
background-color: #FADE00;
}
</style>
border-color css
<style>
span { border-color: #FADE00; }
span { border-color: rgb(250,222,0); }
td.TdClassName
{
border-color: #FADE00;
}
.TagClassName
{
border-color: #FADE00;
}
</style>