Shades of Lemon #F4F118
Tints of Lemon #F4F118
RGB
CMYK
RGB Variations
Color information
#F4F118 (or 0xF4F118) is known color: Lemon. HEX triplet: F4, F1 and 18. RGB value is (244,241,24). Sum of RGB (Red+Green+Blue) = 244+241+24=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 24 (9.77% from 255 or 4.72% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F118 is #0B0EE7. Grayscale: #DADADA. Windows color (decimal): -724712 or 1634804. OLE color: 1634804.
HSL color Cylindrical-coordinate representation of color #F4F118: 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 #F4F118 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 24 | - |
| 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.93 | 82.21 | 13.1 | - |
| YUV | 217.16 | 18.99 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 24 | 0 | 0.01 | 0.90 | 0.04 | 59.18 | 0.91 | 0.53 |
| Hex | F4 | F1 | 18 | 0 | 1 | 5A | 4 | 3B | 5B | 35 |
| Octal | 364 | 361 | 30 | 0 | 1 | 132 | 4 | 73 | 133 | 65 |
| Binary | 11110100 | 11110001 | 11000 | 0 | 1 | 1011010 | 100 | 111011 | 1011011 | 110101 |
Color Harmonies of #F4F118
Complementary color
Monochromatic Colors of #F4F118
Black with #F4F118
Text Example
Text Example
White with #F4F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F118; }
p { color: rgb(244,241,24); }
H1.HeaderClassName
{
color: #F4F118;
}
.AnyTagClassName
{
color: #F4F118;
}
</style>
background-color css
<style>
a { background-color: #F4F118; }
a { background-color: rgb(244,241,24); }
div.DivClassName
{
background-color: #F4F118;
}
.BgClassName
{
background-color: #F4F118;
}
</style>
border-color css
<style>
span { border-color: #F4F118; }
span { border-color: rgb(244,241,24); }
td.TdClassName
{
border-color: #F4F118;
}
.TagClassName
{
border-color: #F4F118;
}
</style>