Shades of Lemon #F4F220
Tints of Lemon #F4F220
RGB
CMYK
RGB Variations
Color information
#F4F220 (or 0xF4F220) is known color: Lemon. HEX triplet: F4, F2 and 20. RGB value is (244,242,32). Sum of RGB (Red+Green+Blue) = 244+242+32=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 32 (12.89% from 255 or 6.18% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F220 is #0B0DDF. Grayscale: #DBDBDB. Windows color (decimal): -724448 or 2159348. OLE color: 2159348.
HSL color Cylindrical-coordinate representation of color #F4F220: hue angle of 59.43º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4F220 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 32 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.04 |
| HSL | 59.43º | 0.91% | 0.54% | - |
| HSV(B) | 59.43º | 0.87% | 0.96% | - |
| XYZ | 69.32 | 82.84 | 13.7 | - |
| YUV | 218.66 | 22.66 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 32 | 0 | 0.01 | 0.87 | 0.04 | 59.43 | 0.91 | 0.54 |
| Hex | F4 | F2 | 20 | 0 | 1 | 57 | 4 | 3B | 5B | 36 |
| Octal | 364 | 362 | 40 | 0 | 1 | 127 | 4 | 73 | 133 | 66 |
| Binary | 11110100 | 11110010 | 100000 | 0 | 1 | 1010111 | 100 | 111011 | 1011011 | 110110 |
Color Harmonies of #F4F220
Complementary color
Monochromatic Colors of #F4F220
Black with #F4F220
Text Example
Text Example
White with #F4F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F220; }
p { color: rgb(244,242,32); }
H1.HeaderClassName
{
color: #F4F220;
}
.AnyTagClassName
{
color: #F4F220;
}
</style>
background-color css
<style>
a { background-color: #F4F220; }
a { background-color: rgb(244,242,32); }
div.DivClassName
{
background-color: #F4F220;
}
.BgClassName
{
background-color: #F4F220;
}
</style>
border-color css
<style>
span { border-color: #F4F220; }
span { border-color: rgb(244,242,32); }
td.TdClassName
{
border-color: #F4F220;
}
.TagClassName
{
border-color: #F4F220;
}
</style>