Shades of Energy Yellow #FADE4A
Tints of Energy Yellow #FADE4A
RGB
CMYK
RGB Variations
Color information
#FADE4A (or 0xFADE4A) is known color: Energy Yellow. HEX triplet: FA, DE and 4A. RGB value is (250,222,74). Sum of RGB (Red+Green+Blue) = 250+222+74=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE4A is #0521B5. Grayscale: #D6D6D6. Windows color (decimal): -336310 or 4906746. OLE color: 4906746.
HSL color Cylindrical-coordinate representation of color #FADE4A: hue angle of 50.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FADE4A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 74 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.02 |
| HSL | 50.45º | 0.95% | 0.64% | - |
| HSV(B) | 50.45º | 0.7% | 0.98% | - |
| XYZ | 66.78 | 73.06 | 17.06 | - |
| YUV | 213.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 74 | 0 | 0.11 | 0.70 | 0.02 | 50.45 | 0.95 | 0.64 |
| Hex | FA | DE | 4A | 0 | B | 46 | 2 | 32 | 5F | 40 |
| Octal | 372 | 336 | 112 | 0 | 13 | 106 | 2 | 62 | 137 | 100 |
| Binary | 11111010 | 11011110 | 1001010 | 0 | 1011 | 1000110 | 10 | 110010 | 1011111 | 1000000 |
Color Harmonies of #FADE4A
Complementary color
Monochromatic Colors of #FADE4A
Black with #FADE4A
Text Example
Text Example
White with #FADE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE4A; }
p { color: rgb(250,222,74); }
H1.HeaderClassName
{
color: #FADE4A;
}
.AnyTagClassName
{
color: #FADE4A;
}
</style>
background-color css
<style>
a { background-color: #FADE4A; }
a { background-color: rgb(250,222,74); }
div.DivClassName
{
background-color: #FADE4A;
}
.BgClassName
{
background-color: #FADE4A;
}
</style>
border-color css
<style>
span { border-color: #FADE4A; }
span { border-color: rgb(250,222,74); }
td.TdClassName
{
border-color: #FADE4A;
}
.TagClassName
{
border-color: #FADE4A;
}
</style>