Shades of Lemon #F4E215
Tints of Lemon #F4E215
RGB
CMYK
RGB Variations
Color information
#F4E215 (or 0xF4E215) is known color: Lemon. HEX triplet: F4, E2 and 15. RGB value is (244,226,21). Sum of RGB (Red+Green+Blue) = 244+226+21=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E215 is #0B1DEA. Grayscale: #D0D0D0. Windows color (decimal): -728555 or 1434356. OLE color: 1434356.
HSL color Cylindrical-coordinate representation of color #F4E215: hue angle of 55.16º 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 #F4E215 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.04 |
| HSL | 55.16º | 0.91% | 0.52% | - |
| HSV(B) | 55.16º | 0.91% | 0.96% | - |
| XYZ | 64.64 | 73.68 | 11.52 | - |
| YUV | 208.01 | 22.46 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 21 | 0 | 0.07 | 0.91 | 0.04 | 55.16 | 0.91 | 0.52 |
| Hex | F4 | E2 | 15 | 0 | 7 | 5B | 4 | 37 | 5B | 34 |
| Octal | 364 | 342 | 25 | 0 | 7 | 133 | 4 | 67 | 133 | 64 |
| Binary | 11110100 | 11100010 | 10101 | 0 | 111 | 1011011 | 100 | 110111 | 1011011 | 110100 |
Color Harmonies of #F4E215
Complementary color
Monochromatic Colors of #F4E215
Black with #F4E215
Text Example
Text Example
White with #F4E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E215; }
p { color: rgb(244,226,21); }
H1.HeaderClassName
{
color: #F4E215;
}
.AnyTagClassName
{
color: #F4E215;
}
</style>
background-color css
<style>
a { background-color: #F4E215; }
a { background-color: rgb(244,226,21); }
div.DivClassName
{
background-color: #F4E215;
}
.BgClassName
{
background-color: #F4E215;
}
</style>
border-color css
<style>
span { border-color: #F4E215; }
span { border-color: rgb(244,226,21); }
td.TdClassName
{
border-color: #F4E215;
}
.TagClassName
{
border-color: #F4E215;
}
</style>