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