Shades of Lemon #FAE011
Tints of Lemon #FAE011
RGB
CMYK
RGB Variations
Color information
#FAE011 (or 0xFAE011) is known color: Lemon. HEX triplet: FA, E0 and 11. RGB value is (250,224,17). Sum of RGB (Red+Green+Blue) = 250+224+17=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE011 is #051FEE. Grayscale: #D1D1D1. Windows color (decimal): -335855 or 1171706. OLE color: 1171706.
HSL color Cylindrical-coordinate representation of color #FAE011: hue angle of 53.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAE011 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.02 |
| HSL | 53.3º | 0.96% | 0.52% | - |
| HSV(B) | 53.3º | 0.93% | 0.98% | - |
| XYZ | 66.18 | 73.68 | 11.26 | - |
| YUV | 208.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 17 | 0 | 0.10 | 0.93 | 0.02 | 53.3 | 0.96 | 0.52 |
| Hex | FA | E0 | 11 | 0 | A | 5D | 2 | 35 | 60 | 34 |
| Octal | 372 | 340 | 21 | 0 | 12 | 135 | 2 | 65 | 140 | 64 |
| Binary | 11111010 | 11100000 | 10001 | 0 | 1010 | 1011101 | 10 | 110101 | 1100000 | 110100 |
Color Harmonies of #FAE011
Complementary color
Monochromatic Colors of #FAE011
Black with #FAE011
Text Example
Text Example
White with #FAE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE011; }
p { color: rgb(250,224,17); }
H1.HeaderClassName
{
color: #FAE011;
}
.AnyTagClassName
{
color: #FAE011;
}
</style>
background-color css
<style>
a { background-color: #FAE011; }
a { background-color: rgb(250,224,17); }
div.DivClassName
{
background-color: #FAE011;
}
.BgClassName
{
background-color: #FAE011;
}
</style>
border-color css
<style>
span { border-color: #FAE011; }
span { border-color: rgb(250,224,17); }
td.TdClassName
{
border-color: #FAE011;
}
.TagClassName
{
border-color: #FAE011;
}
</style>