Shades of Lemon #F4E812
Tints of Lemon #F4E812
RGB
CMYK
RGB Variations
Color information
#F4E812 (or 0xF4E812) is known color: Lemon. HEX triplet: F4, E8 and 12. RGB value is (244,232,18). Sum of RGB (Red+Green+Blue) = 244+232+18=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 18 (7.42% from 255 or 3.64% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4E812 is #0B17ED. Grayscale: #D4D4D4. Windows color (decimal): -727022 or 1239284. OLE color: 1239284.
HSL color Cylindrical-coordinate representation of color #F4E812: hue angle of 56.81º 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 #F4E812 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 232 | 18 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.04 |
| HSL | 56.81º | 0.91% | 0.51% | - |
| HSV(B) | 56.81º | 0.93% | 0.96% | - |
| XYZ | 66.27 | 76.99 | 11.94 | - |
| YUV | 211.19 | 18.98 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 232 | 18 | 0 | 0.05 | 0.93 | 0.04 | 56.81 | 0.91 | 0.51 |
| Hex | F4 | E8 | 12 | 0 | 5 | 5D | 4 | 39 | 5B | 33 |
| Octal | 364 | 350 | 22 | 0 | 5 | 135 | 4 | 71 | 133 | 63 |
| Binary | 11110100 | 11101000 | 10010 | 0 | 101 | 1011101 | 100 | 111001 | 1011011 | 110011 |
Color Harmonies of #F4E812
Complementary color
Monochromatic Colors of #F4E812
Black with #F4E812
Text Example
Text Example
White with #F4E812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E812; }
p { color: rgb(244,232,18); }
H1.HeaderClassName
{
color: #F4E812;
}
.AnyTagClassName
{
color: #F4E812;
}
</style>
background-color css
<style>
a { background-color: #F4E812; }
a { background-color: rgb(244,232,18); }
div.DivClassName
{
background-color: #F4E812;
}
.BgClassName
{
background-color: #F4E812;
}
</style>
border-color css
<style>
span { border-color: #F4E812; }
span { border-color: rgb(244,232,18); }
td.TdClassName
{
border-color: #F4E812;
}
.TagClassName
{
border-color: #F4E812;
}
</style>