Shades of Lemon #F4E40C
Tints of Lemon #F4E40C
RGB
CMYK
RGB Variations
Color information
#F4E40C (or 0xF4E40C) is known color: Lemon. HEX triplet: F4, E4 and 0C. RGB value is (244,228,12). Sum of RGB (Red+Green+Blue) = 244+228+12=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E40C is #0B1BF3. Grayscale: #D1D1D1. Windows color (decimal): -728052 or 845044. OLE color: 845044.
HSL color Cylindrical-coordinate representation of color #F4E40C: hue angle of 55.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4E40C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.04 |
| HSL | 55.86º | 0.91% | 0.5% | - |
| HSV(B) | 55.86º | 0.95% | 0.96% | - |
| XYZ | 65.12 | 74.75 | 11.34 | - |
| YUV | 208.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 12 | 0 | 0.07 | 0.95 | 0.04 | 55.86 | 0.91 | 0.5 |
| Hex | F4 | E4 | C | 0 | 7 | 5F | 4 | 38 | 5B | 32 |
| Octal | 364 | 344 | 14 | 0 | 7 | 137 | 4 | 70 | 133 | 62 |
| Binary | 11110100 | 11100100 | 1100 | 0 | 111 | 1011111 | 100 | 111000 | 1011011 | 110010 |
Color Harmonies of #F4E40C
Complementary color
Monochromatic Colors of #F4E40C
Black with #F4E40C
Text Example
Text Example
White with #F4E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E40C; }
p { color: rgb(244,228,12); }
H1.HeaderClassName
{
color: #F4E40C;
}
.AnyTagClassName
{
color: #F4E40C;
}
</style>
background-color css
<style>
a { background-color: #F4E40C; }
a { background-color: rgb(244,228,12); }
div.DivClassName
{
background-color: #F4E40C;
}
.BgClassName
{
background-color: #F4E40C;
}
</style>
border-color css
<style>
span { border-color: #F4E40C; }
span { border-color: rgb(244,228,12); }
td.TdClassName
{
border-color: #F4E40C;
}
.TagClassName
{
border-color: #F4E40C;
}
</style>