Shades of Lemon #F4E014
Tints of Lemon #F4E014
RGB
CMYK
RGB Variations
Color information
#F4E014 (or 0xF4E014) is known color: Lemon. HEX triplet: F4, E0 and 14. RGB value is (244,224,20). Sum of RGB (Red+Green+Blue) = 244+224+20=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E014 is #0B1FEB. Grayscale: #CFCFCF. Windows color (decimal): -729068 or 1368308. OLE color: 1368308.
HSL color Cylindrical-coordinate representation of color #F4E014: hue angle of 54.64º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4E014 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.04 |
| HSL | 54.64º | 0.91% | 0.52% | - |
| HSV(B) | 54.64º | 0.92% | 0.96% | - |
| XYZ | 64.09 | 72.59 | 11.3 | - |
| YUV | 206.72 | 22.63 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 20 | 0 | 0.08 | 0.92 | 0.04 | 54.64 | 0.91 | 0.52 |
| Hex | F4 | E0 | 14 | 0 | 8 | 5C | 4 | 37 | 5B | 34 |
| Octal | 364 | 340 | 24 | 0 | 10 | 134 | 4 | 67 | 133 | 64 |
| Binary | 11110100 | 11100000 | 10100 | 0 | 1000 | 1011100 | 100 | 110111 | 1011011 | 110100 |
Color Harmonies of #F4E014
Complementary color
Monochromatic Colors of #F4E014
Black with #F4E014
Text Example
Text Example
White with #F4E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E014; }
p { color: rgb(244,224,20); }
H1.HeaderClassName
{
color: #F4E014;
}
.AnyTagClassName
{
color: #F4E014;
}
</style>
background-color css
<style>
a { background-color: #F4E014; }
a { background-color: rgb(244,224,20); }
div.DivClassName
{
background-color: #F4E014;
}
.BgClassName
{
background-color: #F4E014;
}
</style>
border-color css
<style>
span { border-color: #F4E014; }
span { border-color: rgb(244,224,20); }
td.TdClassName
{
border-color: #F4E014;
}
.TagClassName
{
border-color: #F4E014;
}
</style>