Shades of Lemon #F4F516
Tints of Lemon #F4F516
RGB
CMYK
RGB Variations
Color information
#F4F516 (or 0xF4F516) is known color: Lemon. HEX triplet: F4, F5 and 16. RGB value is (244,245,22). Sum of RGB (Red+Green+Blue) = 244+245+22=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F516 is #0B0AE9. Grayscale: #DCDCDC. Windows color (decimal): -723690 or 1504756. OLE color: 1504756.
HSL color Cylindrical-coordinate representation of color #F4F516: hue angle of 60.27º degrees, saturation: 0.92, 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 #F4F516 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 245 | 22 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.04 |
| HSL | 60.27º | 0.92% | 0.52% | - |
| HSV(B) | 60.27º | 0.91% | 0.96% | - |
| XYZ | 70.11 | 84.6 | 13.39 | - |
| YUV | 219.28 | 16.67 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 245 | 22 | 0.00 | 0 | 0.91 | 0.04 | 60.27 | 0.92 | 0.52 |
| Hex | F4 | F5 | 16 | 0 | 0 | 5B | 4 | 3C | 5C | 34 |
| Octal | 364 | 365 | 26 | 0 | 0 | 133 | 4 | 74 | 134 | 64 |
| Binary | 11110100 | 11110101 | 10110 | 0 | 0 | 1011011 | 100 | 111100 | 1011100 | 110100 |
Color Harmonies of #F4F516
Complementary color
Monochromatic Colors of #F4F516
Black with #F4F516
Text Example
Text Example
White with #F4F516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F516; }
p { color: rgb(244,245,22); }
H1.HeaderClassName
{
color: #F4F516;
}
.AnyTagClassName
{
color: #F4F516;
}
</style>
background-color css
<style>
a { background-color: #F4F516; }
a { background-color: rgb(244,245,22); }
div.DivClassName
{
background-color: #F4F516;
}
.BgClassName
{
background-color: #F4F516;
}
</style>
border-color css
<style>
span { border-color: #F4F516; }
span { border-color: rgb(244,245,22); }
td.TdClassName
{
border-color: #F4F516;
}
.TagClassName
{
border-color: #F4F516;
}
</style>