Shades of Lemon #FAEC10
Tints of Lemon #FAEC10
RGB
CMYK
RGB Variations
Color information
#FAEC10 (or 0xFAEC10) is known color: Lemon. HEX triplet: FA, EC and 10. RGB value is (250,236,16). Sum of RGB (Red+Green+Blue) = 250+236+16=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 16 (6.64% from 255 or 3.19% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC10 is #0513EF. Grayscale: #D7D7D7. Windows color (decimal): -332784 or 1109242. OLE color: 1109242.
HSL color Cylindrical-coordinate representation of color #FAEC10: hue angle of 56.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAEC10 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 16 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.02 |
| HSL | 56.41º | 0.96% | 0.52% | - |
| HSV(B) | 56.41º | 0.94% | 0.98% | - |
| XYZ | 69.51 | 80.35 | 12.34 | - |
| YUV | 215.11 | 15.64 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 16 | 0 | 0.06 | 0.94 | 0.02 | 56.41 | 0.96 | 0.52 |
| Hex | FA | EC | 10 | 0 | 6 | 5E | 2 | 38 | 60 | 34 |
| Octal | 372 | 354 | 20 | 0 | 6 | 136 | 2 | 70 | 140 | 64 |
| Binary | 11111010 | 11101100 | 10000 | 0 | 110 | 1011110 | 10 | 111000 | 1100000 | 110100 |
Color Harmonies of #FAEC10
Complementary color
Monochromatic Colors of #FAEC10
Black with #FAEC10
Text Example
Text Example
White with #FAEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC10; }
p { color: rgb(250,236,16); }
H1.HeaderClassName
{
color: #FAEC10;
}
.AnyTagClassName
{
color: #FAEC10;
}
</style>
background-color css
<style>
a { background-color: #FAEC10; }
a { background-color: rgb(250,236,16); }
div.DivClassName
{
background-color: #FAEC10;
}
.BgClassName
{
background-color: #FAEC10;
}
</style>
border-color css
<style>
span { border-color: #FAEC10; }
span { border-color: rgb(250,236,16); }
td.TdClassName
{
border-color: #FAEC10;
}
.TagClassName
{
border-color: #FAEC10;
}
</style>