Shades of Energy Yellow #FADE47
Tints of Energy Yellow #FADE47
RGB
CMYK
RGB Variations
Color information
#FADE47 (or 0xFADE47) is known color: Energy Yellow. HEX triplet: FA, DE and 47. RGB value is (250,222,71). Sum of RGB (Red+Green+Blue) = 250+222+71=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 71 (28.12% from 255 or 13.08% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE47 is #0521B8. Grayscale: #D5D5D5. Windows color (decimal): -336313 or 4710138. OLE color: 4710138.
HSL color Cylindrical-coordinate representation of color #FADE47: hue angle of 50.61º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FADE47 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 71 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.02 |
| HSL | 50.61º | 0.95% | 0.63% | - |
| HSV(B) | 50.61º | 0.72% | 0.98% | - |
| XYZ | 66.68 | 73.02 | 16.54 | - |
| YUV | 213.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 71 | 0 | 0.11 | 0.72 | 0.02 | 50.61 | 0.95 | 0.63 |
| Hex | FA | DE | 47 | 0 | B | 48 | 2 | 33 | 5F | 3F |
| Octal | 372 | 336 | 107 | 0 | 13 | 110 | 2 | 63 | 137 | 77 |
| Binary | 11111010 | 11011110 | 1000111 | 0 | 1011 | 1001000 | 10 | 110011 | 1011111 | 111111 |
Color Harmonies of #FADE47
Complementary color
Monochromatic Colors of #FADE47
Black with #FADE47
Text Example
Text Example
White with #FADE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE47; }
p { color: rgb(250,222,71); }
H1.HeaderClassName
{
color: #FADE47;
}
.AnyTagClassName
{
color: #FADE47;
}
</style>
background-color css
<style>
a { background-color: #FADE47; }
a { background-color: rgb(250,222,71); }
div.DivClassName
{
background-color: #FADE47;
}
.BgClassName
{
background-color: #FADE47;
}
</style>
border-color css
<style>
span { border-color: #FADE47; }
span { border-color: rgb(250,222,71); }
td.TdClassName
{
border-color: #FADE47;
}
.TagClassName
{
border-color: #FADE47;
}
</style>