Shades of Lemon #F4E40F
Tints of Lemon #F4E40F
RGB
CMYK
RGB Variations
Color information
#F4E40F (or 0xF4E40F) is known color: Lemon. HEX triplet: F4, E4 and 0F. RGB value is (244,228,15). Sum of RGB (Red+Green+Blue) = 244+228+15=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 15 (6.25% from 255 or 3.08% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E40F is #0B1BF0. Grayscale: #D1D1D1. Windows color (decimal): -728049 or 1041652. OLE color: 1041652.
HSL color Cylindrical-coordinate representation of color #F4E40F: hue angle of 55.81º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4E40F is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 15 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.04 |
| HSL | 55.81º | 0.91% | 0.51% | - |
| HSV(B) | 55.81º | 0.94% | 0.96% | - |
| XYZ | 65.14 | 74.75 | 11.45 | - |
| YUV | 208.5 | 18.8 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 15 | 0 | 0.07 | 0.94 | 0.04 | 55.81 | 0.91 | 0.51 |
| Hex | F4 | E4 | F | 0 | 7 | 5E | 4 | 38 | 5B | 33 |
| Octal | 364 | 344 | 17 | 0 | 7 | 136 | 4 | 70 | 133 | 63 |
| Binary | 11110100 | 11100100 | 1111 | 0 | 111 | 1011110 | 100 | 111000 | 1011011 | 110011 |
Color Harmonies of #F4E40F
Complementary color
Monochromatic Colors of #F4E40F
Black with #F4E40F
Text Example
Text Example
White with #F4E40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E40F; }
p { color: rgb(244,228,15); }
H1.HeaderClassName
{
color: #F4E40F;
}
.AnyTagClassName
{
color: #F4E40F;
}
</style>
background-color css
<style>
a { background-color: #F4E40F; }
a { background-color: rgb(244,228,15); }
div.DivClassName
{
background-color: #F4E40F;
}
.BgClassName
{
background-color: #F4E40F;
}
</style>
border-color css
<style>
span { border-color: #F4E40F; }
span { border-color: rgb(244,228,15); }
td.TdClassName
{
border-color: #F4E40F;
}
.TagClassName
{
border-color: #F4E40F;
}
</style>