Shades of Lemon #F4E312
Tints of Lemon #F4E312
RGB
CMYK
RGB Variations
Color information
#F4E312 (or 0xF4E312) is known color: Lemon. HEX triplet: F4, E3 and 12. RGB value is (244,227,18). Sum of RGB (Red+Green+Blue) = 244+227+18=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E312 is #0B1CED. Grayscale: #D1D1D1. Windows color (decimal): -728302 or 1238004. OLE color: 1238004.
HSL color Cylindrical-coordinate representation of color #F4E312: hue angle of 55.49º 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 #F4E312 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 227 | 18 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.04 |
| HSL | 55.49º | 0.91% | 0.51% | - |
| HSV(B) | 55.49º | 0.93% | 0.96% | - |
| XYZ | 64.89 | 74.21 | 11.48 | - |
| YUV | 208.26 | 20.63 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 227 | 18 | 0 | 0.07 | 0.93 | 0.04 | 55.49 | 0.91 | 0.51 |
| Hex | F4 | E3 | 12 | 0 | 7 | 5D | 4 | 37 | 5B | 33 |
| Octal | 364 | 343 | 22 | 0 | 7 | 135 | 4 | 67 | 133 | 63 |
| Binary | 11110100 | 11100011 | 10010 | 0 | 111 | 1011101 | 100 | 110111 | 1011011 | 110011 |
Color Harmonies of #F4E312
Complementary color
Monochromatic Colors of #F4E312
Black with #F4E312
Text Example
Text Example
White with #F4E312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E312; }
p { color: rgb(244,227,18); }
H1.HeaderClassName
{
color: #F4E312;
}
.AnyTagClassName
{
color: #F4E312;
}
</style>
background-color css
<style>
a { background-color: #F4E312; }
a { background-color: rgb(244,227,18); }
div.DivClassName
{
background-color: #F4E312;
}
.BgClassName
{
background-color: #F4E312;
}
</style>
border-color css
<style>
span { border-color: #F4E312; }
span { border-color: rgb(244,227,18); }
td.TdClassName
{
border-color: #F4E312;
}
.TagClassName
{
border-color: #F4E312;
}
</style>