Shades of Energy Yellow #FAE051
Tints of Energy Yellow #FAE051
RGB
CMYK
RGB Variations
Color information
#FAE051 (or 0xFAE051) is known color: Energy Yellow. HEX triplet: FA, E0 and 51. RGB value is (250,224,81). Sum of RGB (Red+Green+Blue) = 250+224+81=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 81 (32.03% from 255 or 14.59% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE051 is #051FAE. Grayscale: #D8D8D8. Windows color (decimal): -335791 or 5366010. OLE color: 5366010.
HSL color Cylindrical-coordinate representation of color #FAE051: hue angle of 50.77º 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 #FAE051 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 81 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.02 |
| HSL | 50.77º | 0.94% | 0.65% | - |
| HSV(B) | 50.77º | 0.68% | 0.98% | - |
| XYZ | 67.57 | 74.23 | 18.55 | - |
| YUV | 215.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 81 | 0 | 0.10 | 0.68 | 0.02 | 50.77 | 0.94 | 0.65 |
| Hex | FA | E0 | 51 | 0 | A | 44 | 2 | 33 | 5E | 41 |
| Octal | 372 | 340 | 121 | 0 | 12 | 104 | 2 | 63 | 136 | 101 |
| Binary | 11111010 | 11100000 | 1010001 | 0 | 1010 | 1000100 | 10 | 110011 | 1011110 | 1000001 |
Color Harmonies of #FAE051
Complementary color
Monochromatic Colors of #FAE051
Black with #FAE051
Text Example
Text Example
White with #FAE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE051; }
p { color: rgb(250,224,81); }
H1.HeaderClassName
{
color: #FAE051;
}
.AnyTagClassName
{
color: #FAE051;
}
</style>
background-color css
<style>
a { background-color: #FAE051; }
a { background-color: rgb(250,224,81); }
div.DivClassName
{
background-color: #FAE051;
}
.BgClassName
{
background-color: #FAE051;
}
</style>
border-color css
<style>
span { border-color: #FAE051; }
span { border-color: rgb(250,224,81); }
td.TdClassName
{
border-color: #FAE051;
}
.TagClassName
{
border-color: #FAE051;
}
</style>