Shades of Lemon #F4E119
Tints of Lemon #F4E119
RGB
CMYK
RGB Variations
Color information
#F4E119 (or 0xF4E119) is known color: Lemon. HEX triplet: F4, E1 and 19. RGB value is (244,225,25). Sum of RGB (Red+Green+Blue) = 244+225+25=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E119 is #0B1EE6. Grayscale: #D0D0D0. Windows color (decimal): -728807 or 1696244. OLE color: 1696244.
HSL color Cylindrical-coordinate representation of color #F4E119: hue angle of 54.79º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4E119 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 25 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.04 |
| HSL | 54.79º | 0.91% | 0.53% | - |
| HSV(B) | 54.79º | 0.9% | 0.96% | - |
| XYZ | 64.41 | 73.15 | 11.65 | - |
| YUV | 207.88 | 24.79 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 25 | 0 | 0.08 | 0.90 | 0.04 | 54.79 | 0.91 | 0.53 |
| Hex | F4 | E1 | 19 | 0 | 8 | 5A | 4 | 37 | 5B | 35 |
| Octal | 364 | 341 | 31 | 0 | 10 | 132 | 4 | 67 | 133 | 65 |
| Binary | 11110100 | 11100001 | 11001 | 0 | 1000 | 1011010 | 100 | 110111 | 1011011 | 110101 |
Color Harmonies of #F4E119
Complementary color
Monochromatic Colors of #F4E119
Black with #F4E119
Text Example
Text Example
White with #F4E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E119; }
p { color: rgb(244,225,25); }
H1.HeaderClassName
{
color: #F4E119;
}
.AnyTagClassName
{
color: #F4E119;
}
</style>
background-color css
<style>
a { background-color: #F4E119; }
a { background-color: rgb(244,225,25); }
div.DivClassName
{
background-color: #F4E119;
}
.BgClassName
{
background-color: #F4E119;
}
</style>
border-color css
<style>
span { border-color: #F4E119; }
span { border-color: rgb(244,225,25); }
td.TdClassName
{
border-color: #F4E119;
}
.TagClassName
{
border-color: #F4E119;
}
</style>