Shades of Lemon #FAEC16
Tints of Lemon #FAEC16
RGB
CMYK
RGB Variations
Color information
#FAEC16 (or 0xFAEC16) is known color: Lemon. HEX triplet: FA, EC and 16. RGB value is (250,236,22). Sum of RGB (Red+Green+Blue) = 250+236+22=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 22 (8.98% from 255 or 4.33% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC16 is #0513E9. Grayscale: #D8D8D8. Windows color (decimal): -332778 or 1502458. OLE color: 1502458.
HSL color Cylindrical-coordinate representation of color #FAEC16: hue angle of 56.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAEC16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.02 |
| HSL | 56.32º | 0.96% | 0.53% | - |
| HSV(B) | 56.32º | 0.91% | 0.98% | - |
| XYZ | 69.56 | 80.37 | 12.61 | - |
| YUV | 215.79 | 18.64 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 22 | 0 | 0.06 | 0.91 | 0.02 | 56.32 | 0.96 | 0.53 |
| Hex | FA | EC | 16 | 0 | 6 | 5B | 2 | 38 | 60 | 35 |
| Octal | 372 | 354 | 26 | 0 | 6 | 133 | 2 | 70 | 140 | 65 |
| Binary | 11111010 | 11101100 | 10110 | 0 | 110 | 1011011 | 10 | 111000 | 1100000 | 110101 |
Color Harmonies of #FAEC16
Complementary color
Monochromatic Colors of #FAEC16
Black with #FAEC16
Text Example
Text Example
White with #FAEC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC16; }
p { color: rgb(250,236,22); }
H1.HeaderClassName
{
color: #FAEC16;
}
.AnyTagClassName
{
color: #FAEC16;
}
</style>
background-color css
<style>
a { background-color: #FAEC16; }
a { background-color: rgb(250,236,22); }
div.DivClassName
{
background-color: #FAEC16;
}
.BgClassName
{
background-color: #FAEC16;
}
</style>
border-color css
<style>
span { border-color: #FAEC16; }
span { border-color: rgb(250,236,22); }
td.TdClassName
{
border-color: #FAEC16;
}
.TagClassName
{
border-color: #FAEC16;
}
</style>