Shades of Energy Yellow #FAE052
Tints of Energy Yellow #FAE052
RGB
CMYK
RGB Variations
Color information
#FAE052 (or 0xFAE052) is known color: Energy Yellow. HEX triplet: FA, E0 and 52. RGB value is (250,224,82). Sum of RGB (Red+Green+Blue) = 250+224+82=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 82 (32.42% from 255 or 14.75% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE052 is #051FAD. Grayscale: #D8D8D8. Windows color (decimal): -335790 or 5431546. OLE color: 5431546.
HSL color Cylindrical-coordinate representation of color #FAE052: hue angle of 50.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAE052 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 82 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.02 |
| HSL | 50.71º | 0.94% | 0.65% | - |
| HSV(B) | 50.71º | 0.67% | 0.98% | - |
| XYZ | 67.6 | 74.24 | 18.75 | - |
| YUV | 215.59 | 52.61 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 82 | 0 | 0.10 | 0.67 | 0.02 | 50.71 | 0.94 | 0.65 |
| Hex | FA | E0 | 52 | 0 | A | 43 | 2 | 33 | 5E | 41 |
| Octal | 372 | 340 | 122 | 0 | 12 | 103 | 2 | 63 | 136 | 101 |
| Binary | 11111010 | 11100000 | 1010010 | 0 | 1010 | 1000011 | 10 | 110011 | 1011110 | 1000001 |
Color Harmonies of #FAE052
Complementary color
Monochromatic Colors of #FAE052
Black with #FAE052
Text Example
Text Example
White with #FAE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE052; }
p { color: rgb(250,224,82); }
H1.HeaderClassName
{
color: #FAE052;
}
.AnyTagClassName
{
color: #FAE052;
}
</style>
background-color css
<style>
a { background-color: #FAE052; }
a { background-color: rgb(250,224,82); }
div.DivClassName
{
background-color: #FAE052;
}
.BgClassName
{
background-color: #FAE052;
}
</style>
border-color css
<style>
span { border-color: #FAE052; }
span { border-color: rgb(250,224,82); }
td.TdClassName
{
border-color: #FAE052;
}
.TagClassName
{
border-color: #FAE052;
}
</style>