Shades of Lemon #F4E210
Tints of Lemon #F4E210
RGB
CMYK
RGB Variations
Color information
#F4E210 (or 0xF4E210) is known color: Lemon. HEX triplet: F4, E2 and 10. RGB value is (244,226,16). Sum of RGB (Red+Green+Blue) = 244+226+16=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E210 is #0B1DEF. Grayscale: #D0D0D0. Windows color (decimal): -728560 or 1106676. OLE color: 1106676.
HSL color Cylindrical-coordinate representation of color #F4E210: hue angle of 55.26º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4E210 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.04 |
| HSL | 55.26º | 0.91% | 0.51% | - |
| HSV(B) | 55.26º | 0.93% | 0.96% | - |
| XYZ | 64.6 | 73.66 | 11.3 | - |
| YUV | 207.44 | 19.96 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 16 | 0 | 0.07 | 0.93 | 0.04 | 55.26 | 0.91 | 0.51 |
| Hex | F4 | E2 | 10 | 0 | 7 | 5D | 4 | 37 | 5B | 33 |
| Octal | 364 | 342 | 20 | 0 | 7 | 135 | 4 | 67 | 133 | 63 |
| Binary | 11110100 | 11100010 | 10000 | 0 | 111 | 1011101 | 100 | 110111 | 1011011 | 110011 |
Color Harmonies of #F4E210
Complementary color
Monochromatic Colors of #F4E210
Black with #F4E210
Text Example
Text Example
White with #F4E210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E210; }
p { color: rgb(244,226,16); }
H1.HeaderClassName
{
color: #F4E210;
}
.AnyTagClassName
{
color: #F4E210;
}
</style>
background-color css
<style>
a { background-color: #F4E210; }
a { background-color: rgb(244,226,16); }
div.DivClassName
{
background-color: #F4E210;
}
.BgClassName
{
background-color: #F4E210;
}
</style>
border-color css
<style>
span { border-color: #F4E210; }
span { border-color: rgb(244,226,16); }
td.TdClassName
{
border-color: #F4E210;
}
.TagClassName
{
border-color: #F4E210;
}
</style>