Shades of Energy Yellow #FADE4F
Tints of Energy Yellow #FADE4F
RGB
CMYK
RGB Variations
Color information
#FADE4F (or 0xFADE4F) is known color: Energy Yellow. HEX triplet: FA, DE and 4F. RGB value is (250,222,79). Sum of RGB (Red+Green+Blue) = 250+222+79=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE4F is #0521B0. Grayscale: #D6D6D6. Windows color (decimal): -336305 or 5234426. OLE color: 5234426.
HSL color Cylindrical-coordinate representation of color #FADE4F: hue angle of 50.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FADE4F is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 79 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.02 |
| HSL | 50.18º | 0.94% | 0.65% | - |
| HSV(B) | 50.18º | 0.68% | 0.98% | - |
| XYZ | 66.96 | 73.13 | 17.98 | - |
| YUV | 214.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 79 | 0 | 0.11 | 0.68 | 0.02 | 50.18 | 0.94 | 0.65 |
| Hex | FA | DE | 4F | 0 | B | 44 | 2 | 32 | 5E | 41 |
| Octal | 372 | 336 | 117 | 0 | 13 | 104 | 2 | 62 | 136 | 101 |
| Binary | 11111010 | 11011110 | 1001111 | 0 | 1011 | 1000100 | 10 | 110010 | 1011110 | 1000001 |
Color Harmonies of #FADE4F
Complementary color
Monochromatic Colors of #FADE4F
Black with #FADE4F
Text Example
Text Example
White with #FADE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE4F; }
p { color: rgb(250,222,79); }
H1.HeaderClassName
{
color: #FADE4F;
}
.AnyTagClassName
{
color: #FADE4F;
}
</style>
background-color css
<style>
a { background-color: #FADE4F; }
a { background-color: rgb(250,222,79); }
div.DivClassName
{
background-color: #FADE4F;
}
.BgClassName
{
background-color: #FADE4F;
}
</style>
border-color css
<style>
span { border-color: #FADE4F; }
span { border-color: rgb(250,222,79); }
td.TdClassName
{
border-color: #FADE4F;
}
.TagClassName
{
border-color: #FADE4F;
}
</style>