Shades of Lemon #F4EE16
Tints of Lemon #F4EE16
RGB
CMYK
RGB Variations
Color information
#F4EE16 (or 0xF4EE16) is known color: Lemon. HEX triplet: F4, EE and 16. RGB value is (244,238,22). Sum of RGB (Red+Green+Blue) = 244+238+22=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 22 (8.98% from 255 or 4.37% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4EE16 is #0B11E9. Grayscale: #D8D8D8. Windows color (decimal): -725482 or 1502964. OLE color: 1502964.
HSL color Cylindrical-coordinate representation of color #F4EE16: hue angle of 58.38º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4EE16 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.04 |
| HSL | 58.38º | 0.91% | 0.52% | - |
| HSV(B) | 58.38º | 0.91% | 0.96% | - |
| XYZ | 68.03 | 80.44 | 12.7 | - |
| YUV | 215.17 | 18.99 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 22 | 0 | 0.02 | 0.91 | 0.04 | 58.38 | 0.91 | 0.52 |
| Hex | F4 | EE | 16 | 0 | 2 | 5B | 4 | 3A | 5B | 34 |
| Octal | 364 | 356 | 26 | 0 | 2 | 133 | 4 | 72 | 133 | 64 |
| Binary | 11110100 | 11101110 | 10110 | 0 | 10 | 1011011 | 100 | 111010 | 1011011 | 110100 |
Color Harmonies of #F4EE16
Complementary color
Monochromatic Colors of #F4EE16
Black with #F4EE16
Text Example
Text Example
White with #F4EE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EE16; }
p { color: rgb(244,238,22); }
H1.HeaderClassName
{
color: #F4EE16;
}
.AnyTagClassName
{
color: #F4EE16;
}
</style>
background-color css
<style>
a { background-color: #F4EE16; }
a { background-color: rgb(244,238,22); }
div.DivClassName
{
background-color: #F4EE16;
}
.BgClassName
{
background-color: #F4EE16;
}
</style>
border-color css
<style>
span { border-color: #F4EE16; }
span { border-color: rgb(244,238,22); }
td.TdClassName
{
border-color: #F4EE16;
}
.TagClassName
{
border-color: #F4EE16;
}
</style>