Shades of Lemon #F9E816
Tints of Lemon #F9E816
RGB
CMYK
RGB Variations
Color information
#F9E816 (or 0xF9E816) is known color: Lemon. HEX triplet: F9, E8 and 16. RGB value is (249,232,22). Sum of RGB (Red+Green+Blue) = 249+232+22=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 22 (8.98% from 255 or 4.37% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9E816 is #0617E9. Grayscale: #D5D5D5. Windows color (decimal): -399338 or 1501433. OLE color: 1501433.
HSL color Cylindrical-coordinate representation of color #F9E816: hue angle of 55.51º degrees, saturation: 0.95, 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 #F9E816 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.02 |
| HSL | 55.51º | 0.95% | 0.53% | - |
| HSV(B) | 55.51º | 0.91% | 0.98% | - |
| XYZ | 68.07 | 77.91 | 12.21 | - |
| YUV | 213.14 | 20.13 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 22 | 0 | 0.07 | 0.91 | 0.02 | 55.51 | 0.95 | 0.53 |
| Hex | F9 | E8 | 16 | 0 | 7 | 5B | 2 | 38 | 5F | 35 |
| Octal | 371 | 350 | 26 | 0 | 7 | 133 | 2 | 70 | 137 | 65 |
| Binary | 11111001 | 11101000 | 10110 | 0 | 111 | 1011011 | 10 | 111000 | 1011111 | 110101 |
Color Harmonies of #F9E816
Complementary color
Monochromatic Colors of #F9E816
Black with #F9E816
Text Example
Text Example
White with #F9E816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E816; }
p { color: rgb(249,232,22); }
H1.HeaderClassName
{
color: #F9E816;
}
.AnyTagClassName
{
color: #F9E816;
}
</style>
background-color css
<style>
a { background-color: #F9E816; }
a { background-color: rgb(249,232,22); }
div.DivClassName
{
background-color: #F9E816;
}
.BgClassName
{
background-color: #F9E816;
}
</style>
border-color css
<style>
span { border-color: #F9E816; }
span { border-color: rgb(249,232,22); }
td.TdClassName
{
border-color: #F9E816;
}
.TagClassName
{
border-color: #F9E816;
}
</style>