Shades of Lemon #F4E512
Tints of Lemon #F4E512
RGB
CMYK
RGB Variations
Color information
#F4E512 (or 0xF4E512) is known color: Lemon. HEX triplet: F4, E5 and 12. RGB value is (244,229,18). Sum of RGB (Red+Green+Blue) = 244+229+18=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E512 is #0B1AED. Grayscale: #D2D2D2. Windows color (decimal): -727790 or 1238516. OLE color: 1238516.
HSL color Cylindrical-coordinate representation of color #F4E512: hue angle of 56.02º 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 #F4E512 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 18 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.04 |
| HSL | 56.02º | 0.91% | 0.51% | - |
| HSV(B) | 56.02º | 0.93% | 0.96% | - |
| XYZ | 65.44 | 75.32 | 11.66 | - |
| YUV | 209.43 | 19.97 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 18 | 0 | 0.06 | 0.93 | 0.04 | 56.02 | 0.91 | 0.51 |
| Hex | F4 | E5 | 12 | 0 | 6 | 5D | 4 | 38 | 5B | 33 |
| Octal | 364 | 345 | 22 | 0 | 6 | 135 | 4 | 70 | 133 | 63 |
| Binary | 11110100 | 11100101 | 10010 | 0 | 110 | 1011101 | 100 | 111000 | 1011011 | 110011 |
Color Harmonies of #F4E512
Complementary color
Monochromatic Colors of #F4E512
Black with #F4E512
Text Example
Text Example
White with #F4E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E512; }
p { color: rgb(244,229,18); }
H1.HeaderClassName
{
color: #F4E512;
}
.AnyTagClassName
{
color: #F4E512;
}
</style>
background-color css
<style>
a { background-color: #F4E512; }
a { background-color: rgb(244,229,18); }
div.DivClassName
{
background-color: #F4E512;
}
.BgClassName
{
background-color: #F4E512;
}
</style>
border-color css
<style>
span { border-color: #F4E512; }
span { border-color: rgb(244,229,18); }
td.TdClassName
{
border-color: #F4E512;
}
.TagClassName
{
border-color: #F4E512;
}
</style>