Shades of Lemon #FAE916
Tints of Lemon #FAE916
RGB
CMYK
RGB Variations
Color information
#FAE916 (or 0xFAE916) is known color: Lemon. HEX triplet: FA, E9 and 16. RGB value is (250,233,22). Sum of RGB (Red+Green+Blue) = 250+233+22=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 22 (8.98% from 255 or 4.36% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE916 is #0516E9. Grayscale: #D6D6D6. Windows color (decimal): -333546 or 1501690. OLE color: 1501690.
HSL color Cylindrical-coordinate representation of color #FAE916: hue angle of 55.53º 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 #FAE916 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.02 |
| HSL | 55.53º | 0.96% | 0.53% | - |
| HSV(B) | 55.53º | 0.91% | 0.98% | - |
| XYZ | 68.71 | 78.66 | 12.32 | - |
| YUV | 214.03 | 19.63 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 22 | 0 | 0.07 | 0.91 | 0.02 | 55.53 | 0.96 | 0.53 |
| Hex | FA | E9 | 16 | 0 | 7 | 5B | 2 | 38 | 60 | 35 |
| Octal | 372 | 351 | 26 | 0 | 7 | 133 | 2 | 70 | 140 | 65 |
| Binary | 11111010 | 11101001 | 10110 | 0 | 111 | 1011011 | 10 | 111000 | 1100000 | 110101 |
Color Harmonies of #FAE916
Complementary color
Monochromatic Colors of #FAE916
Black with #FAE916
Text Example
Text Example
White with #FAE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE916; }
p { color: rgb(250,233,22); }
H1.HeaderClassName
{
color: #FAE916;
}
.AnyTagClassName
{
color: #FAE916;
}
</style>
background-color css
<style>
a { background-color: #FAE916; }
a { background-color: rgb(250,233,22); }
div.DivClassName
{
background-color: #FAE916;
}
.BgClassName
{
background-color: #FAE916;
}
</style>
border-color css
<style>
span { border-color: #FAE916; }
span { border-color: rgb(250,233,22); }
td.TdClassName
{
border-color: #FAE916;
}
.TagClassName
{
border-color: #FAE916;
}
</style>