Shades of Golden Yellow #FADE04
Tints of Golden Yellow #FADE04
RGB
CMYK
RGB Variations
Color information
#FADE04 (or 0xFADE04) is known color: Golden Yellow. HEX triplet: FA, DE and 04. RGB value is (250,222,4). Sum of RGB (Red+Green+Blue) = 250+222+4=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 4 (1.95% from 255 or 0.84% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE04 is #0521FB. Grayscale: #CECECE. Windows color (decimal): -336380 or 319226. OLE color: 319226.
HSL color Cylindrical-coordinate representation of color #FADE04: hue angle of 53.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FADE04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.02 |
| HSL | 53.17º | 0.97% | 0.5% | - |
| HSV(B) | 53.17º | 0.98% | 0.98% | - |
| XYZ | 65.57 | 72.58 | 10.67 | - |
| YUV | 205.52 | 14.28 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 4 | 0 | 0.11 | 0.98 | 0.02 | 53.17 | 0.97 | 0.5 |
| Hex | FA | DE | 4 | 0 | B | 62 | 2 | 35 | 61 | 32 |
| Octal | 372 | 336 | 4 | 0 | 13 | 142 | 2 | 65 | 141 | 62 |
| Binary | 11111010 | 11011110 | 100 | 0 | 1011 | 1100010 | 10 | 110101 | 1100001 | 110010 |
Color Harmonies of #FADE04
Complementary color
Monochromatic Colors of #FADE04
Black with #FADE04
Text Example
Text Example
White with #FADE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE04; }
p { color: rgb(250,222,4); }
H1.HeaderClassName
{
color: #FADE04;
}
.AnyTagClassName
{
color: #FADE04;
}
</style>
background-color css
<style>
a { background-color: #FADE04; }
a { background-color: rgb(250,222,4); }
div.DivClassName
{
background-color: #FADE04;
}
.BgClassName
{
background-color: #FADE04;
}
</style>
border-color css
<style>
span { border-color: #FADE04; }
span { border-color: rgb(250,222,4); }
td.TdClassName
{
border-color: #FADE04;
}
.TagClassName
{
border-color: #FADE04;
}
</style>