Shades of Energy Yellow #FADE4E
Tints of Energy Yellow #FADE4E
RGB
CMYK
RGB Variations
Color information
#FADE4E (or 0xFADE4E) is known color: Energy Yellow. HEX triplet: FA, DE and 4E. RGB value is (250,222,78). Sum of RGB (Red+Green+Blue) = 250+222+78=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 78 (30.86% from 255 or 14.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE4E is #0521B1. Grayscale: #D6D6D6. Windows color (decimal): -336306 or 5168890. OLE color: 5168890.
HSL color Cylindrical-coordinate representation of color #FADE4E: hue angle of 50.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FADE4E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 78 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.02 |
| HSL | 50.23º | 0.95% | 0.64% | - |
| HSV(B) | 50.23º | 0.69% | 0.98% | - |
| XYZ | 66.92 | 73.12 | 17.79 | - |
| YUV | 213.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 78 | 0 | 0.11 | 0.69 | 0.02 | 50.23 | 0.95 | 0.64 |
| Hex | FA | DE | 4E | 0 | B | 45 | 2 | 32 | 5F | 40 |
| Octal | 372 | 336 | 116 | 0 | 13 | 105 | 2 | 62 | 137 | 100 |
| Binary | 11111010 | 11011110 | 1001110 | 0 | 1011 | 1000101 | 10 | 110010 | 1011111 | 1000000 |
Color Harmonies of #FADE4E
Complementary color
Monochromatic Colors of #FADE4E
Black with #FADE4E
Text Example
Text Example
White with #FADE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE4E; }
p { color: rgb(250,222,78); }
H1.HeaderClassName
{
color: #FADE4E;
}
.AnyTagClassName
{
color: #FADE4E;
}
</style>
background-color css
<style>
a { background-color: #FADE4E; }
a { background-color: rgb(250,222,78); }
div.DivClassName
{
background-color: #FADE4E;
}
.BgClassName
{
background-color: #FADE4E;
}
</style>
border-color css
<style>
span { border-color: #FADE4E; }
span { border-color: rgb(250,222,78); }
td.TdClassName
{
border-color: #FADE4E;
}
.TagClassName
{
border-color: #FADE4E;
}
</style>