Shades of Lemon #FAEC18
Tints of Lemon #FAEC18
RGB
CMYK
RGB Variations
Color information
#FAEC18 (or 0xFAEC18) is known color: Lemon. HEX triplet: FA, EC and 18. RGB value is (250,236,24). Sum of RGB (Red+Green+Blue) = 250+236+24=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 24 (9.77% from 255 or 4.71% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC18 is #0513E7. Grayscale: #D8D8D8. Windows color (decimal): -332776 or 1633530. OLE color: 1633530.
HSL color Cylindrical-coordinate representation of color #FAEC18: hue angle of 56.28º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAEC18 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 24 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.02 |
| HSL | 56.28º | 0.96% | 0.54% | - |
| HSV(B) | 56.28º | 0.9% | 0.98% | - |
| XYZ | 69.58 | 80.38 | 12.71 | - |
| YUV | 216.02 | 19.64 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 24 | 0 | 0.06 | 0.90 | 0.02 | 56.28 | 0.96 | 0.54 |
| Hex | FA | EC | 18 | 0 | 6 | 5A | 2 | 38 | 60 | 36 |
| Octal | 372 | 354 | 30 | 0 | 6 | 132 | 2 | 70 | 140 | 66 |
| Binary | 11111010 | 11101100 | 11000 | 0 | 110 | 1011010 | 10 | 111000 | 1100000 | 110110 |
Color Harmonies of #FAEC18
Complementary color
Monochromatic Colors of #FAEC18
Black with #FAEC18
Text Example
Text Example
White with #FAEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC18; }
p { color: rgb(250,236,24); }
H1.HeaderClassName
{
color: #FAEC18;
}
.AnyTagClassName
{
color: #FAEC18;
}
</style>
background-color css
<style>
a { background-color: #FAEC18; }
a { background-color: rgb(250,236,24); }
div.DivClassName
{
background-color: #FAEC18;
}
.BgClassName
{
background-color: #FAEC18;
}
</style>
border-color css
<style>
span { border-color: #FAEC18; }
span { border-color: rgb(250,236,24); }
td.TdClassName
{
border-color: #FAEC18;
}
.TagClassName
{
border-color: #FAEC18;
}
</style>