Shades of Lemon #F4F119
Tints of Lemon #F4F119
RGB
CMYK
RGB Variations
Color information
#F4F119 (or 0xF4F119) is known color: Lemon. HEX triplet: F4, F1 and 19. RGB value is (244,241,25). Sum of RGB (Red+Green+Blue) = 244+241+25=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 25 (10.16% from 255 or 4.90% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F119 is #0B0EE6. Grayscale: #DADADA. Windows color (decimal): -724711 or 1700340. OLE color: 1700340.
HSL color Cylindrical-coordinate representation of color #F4F119: hue angle of 59.18º 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 #F4F119 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.04 |
| HSL | 59.18º | 0.91% | 0.53% | - |
| HSV(B) | 59.18º | 0.9% | 0.96% | - |
| XYZ | 68.94 | 82.21 | 13.16 | - |
| YUV | 217.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 25 | 0 | 0.01 | 0.90 | 0.04 | 59.18 | 0.91 | 0.53 |
| Hex | F4 | F1 | 19 | 0 | 1 | 5A | 4 | 3B | 5B | 35 |
| Octal | 364 | 361 | 31 | 0 | 1 | 132 | 4 | 73 | 133 | 65 |
| Binary | 11110100 | 11110001 | 11001 | 0 | 1 | 1011010 | 100 | 111011 | 1011011 | 110101 |
Color Harmonies of #F4F119
Complementary color
Monochromatic Colors of #F4F119
Black with #F4F119
Text Example
Text Example
White with #F4F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F119; }
p { color: rgb(244,241,25); }
H1.HeaderClassName
{
color: #F4F119;
}
.AnyTagClassName
{
color: #F4F119;
}
</style>
background-color css
<style>
a { background-color: #F4F119; }
a { background-color: rgb(244,241,25); }
div.DivClassName
{
background-color: #F4F119;
}
.BgClassName
{
background-color: #F4F119;
}
</style>
border-color css
<style>
span { border-color: #F4F119; }
span { border-color: rgb(244,241,25); }
td.TdClassName
{
border-color: #F4F119;
}
.TagClassName
{
border-color: #F4F119;
}
</style>