Shades of Golden Yellow #FADE07
Tints of Golden Yellow #FADE07
RGB
CMYK
RGB Variations
Color information
#FADE07 (or 0xFADE07) is known color: Golden Yellow. HEX triplet: FA, DE and 07. RGB value is (250,222,7). Sum of RGB (Red+Green+Blue) = 250+222+7=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 7 (3.12% from 255 or 1.46% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE07 is #0521F8. Grayscale: #CECECE. Windows color (decimal): -336377 or 515834. OLE color: 515834.
HSL color Cylindrical-coordinate representation of color #FADE07: hue angle of 53.09º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FADE07 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.02 |
| HSL | 53.09º | 0.96% | 0.5% | - |
| HSV(B) | 53.09º | 0.97% | 0.98% | - |
| XYZ | 65.58 | 72.58 | 10.75 | - |
| YUV | 205.86 | 15.78 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 7 | 0 | 0.11 | 0.97 | 0.02 | 53.09 | 0.96 | 0.5 |
| Hex | FA | DE | 7 | 0 | B | 61 | 2 | 35 | 60 | 32 |
| Octal | 372 | 336 | 7 | 0 | 13 | 141 | 2 | 65 | 140 | 62 |
| Binary | 11111010 | 11011110 | 111 | 0 | 1011 | 1100001 | 10 | 110101 | 1100000 | 110010 |
Color Harmonies of #FADE07
Complementary color
Monochromatic Colors of #FADE07
Black with #FADE07
Text Example
Text Example
White with #FADE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE07; }
p { color: rgb(250,222,7); }
H1.HeaderClassName
{
color: #FADE07;
}
.AnyTagClassName
{
color: #FADE07;
}
</style>
background-color css
<style>
a { background-color: #FADE07; }
a { background-color: rgb(250,222,7); }
div.DivClassName
{
background-color: #FADE07;
}
.BgClassName
{
background-color: #FADE07;
}
</style>
border-color css
<style>
span { border-color: #FADE07; }
span { border-color: rgb(250,222,7); }
td.TdClassName
{
border-color: #FADE07;
}
.TagClassName
{
border-color: #FADE07;
}
</style>