Shades of Lemon #FAEE11
Tints of Lemon #FAEE11
RGB
CMYK
RGB Variations
Color information
#FAEE11 (or 0xFAEE11) is known color: Lemon. HEX triplet: FA, EE and 11. RGB value is (250,238,17). Sum of RGB (Red+Green+Blue) = 250+238+17=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 17 (7.03% from 255 or 3.37% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEE11 is #0511EE. Grayscale: #D9D9D9. Windows color (decimal): -332271 or 1175290. OLE color: 1175290.
HSL color Cylindrical-coordinate representation of color #FAEE11: hue angle of 56.91º 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 #FAEE11 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.02 |
| HSL | 56.91º | 0.96% | 0.52% | - |
| HSV(B) | 56.91º | 0.93% | 0.98% | - |
| XYZ | 70.1 | 81.51 | 12.57 | - |
| YUV | 216.39 | 15.48 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 17 | 0 | 0.05 | 0.93 | 0.02 | 56.91 | 0.96 | 0.52 |
| Hex | FA | EE | 11 | 0 | 5 | 5D | 2 | 39 | 60 | 34 |
| Octal | 372 | 356 | 21 | 0 | 5 | 135 | 2 | 71 | 140 | 64 |
| Binary | 11111010 | 11101110 | 10001 | 0 | 101 | 1011101 | 10 | 111001 | 1100000 | 110100 |
Color Harmonies of #FAEE11
Complementary color
Monochromatic Colors of #FAEE11
Black with #FAEE11
Text Example
Text Example
White with #FAEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE11; }
p { color: rgb(250,238,17); }
H1.HeaderClassName
{
color: #FAEE11;
}
.AnyTagClassName
{
color: #FAEE11;
}
</style>
background-color css
<style>
a { background-color: #FAEE11; }
a { background-color: rgb(250,238,17); }
div.DivClassName
{
background-color: #FAEE11;
}
.BgClassName
{
background-color: #FAEE11;
}
</style>
border-color css
<style>
span { border-color: #FAEE11; }
span { border-color: rgb(250,238,17); }
td.TdClassName
{
border-color: #FAEE11;
}
.TagClassName
{
border-color: #FAEE11;
}
</style>