Shades of Lemon #FAEC02
Tints of Lemon #FAEC02
RGB
CMYK
RGB Variations
Color information
#FAEC02 (or 0xFAEC02) is known color: Lemon. HEX triplet: FA, EC and 02. RGB value is (250,236,2). Sum of RGB (Red+Green+Blue) = 250+236+2=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 2 (1.17% from 255 or 0.41% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC02 is #0513FD. Grayscale: #D6D6D6. Windows color (decimal): -332798 or 191738. OLE color: 191738.
HSL color Cylindrical-coordinate representation of color #FAEC02: hue angle of 56.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAEC02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.02 |
| HSL | 56.61º | 0.98% | 0.49% | - |
| HSV(B) | 56.61º | 0.99% | 0.98% | - |
| XYZ | 69.43 | 80.32 | 11.9 | - |
| YUV | 213.51 | 8.64 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 2 | 0 | 0.06 | 0.99 | 0.02 | 56.61 | 0.98 | 0.49 |
| Hex | FA | EC | 2 | 0 | 6 | 63 | 2 | 39 | 62 | 31 |
| Octal | 372 | 354 | 2 | 0 | 6 | 143 | 2 | 71 | 142 | 61 |
| Binary | 11111010 | 11101100 | 10 | 0 | 110 | 1100011 | 10 | 111001 | 1100010 | 110001 |
Color Harmonies of #FAEC02
Complementary color
Monochromatic Colors of #FAEC02
Black with #FAEC02
Text Example
Text Example
White with #FAEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC02; }
p { color: rgb(250,236,2); }
H1.HeaderClassName
{
color: #FAEC02;
}
.AnyTagClassName
{
color: #FAEC02;
}
</style>
background-color css
<style>
a { background-color: #FAEC02; }
a { background-color: rgb(250,236,2); }
div.DivClassName
{
background-color: #FAEC02;
}
.BgClassName
{
background-color: #FAEC02;
}
</style>
border-color css
<style>
span { border-color: #FAEC02; }
span { border-color: rgb(250,236,2); }
td.TdClassName
{
border-color: #FAEC02;
}
.TagClassName
{
border-color: #FAEC02;
}
</style>