Shades of Lemon #F4F11E
Tints of Lemon #F4F11E
RGB
CMYK
RGB Variations
Color information
#F4F11E (or 0xF4F11E) is known color: Lemon. HEX triplet: F4, F1 and 1E. RGB value is (244,241,30). Sum of RGB (Red+Green+Blue) = 244+241+30=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 30 (12.11% from 255 or 5.83% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F11E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F11E is #0B0EE1. Grayscale: #DADADA. Windows color (decimal): -724706 or 2028020. OLE color: 2028020.
HSL color Cylindrical-coordinate representation of color #F4F11E: hue angle of 59.16º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4F11E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.04 |
| HSL | 59.16º | 0.91% | 0.54% | - |
| HSV(B) | 59.16º | 0.88% | 0.96% | - |
| XYZ | 69 | 82.24 | 13.47 | - |
| YUV | 217.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 30 | 0 | 0.01 | 0.88 | 0.04 | 59.16 | 0.91 | 0.54 |
| Hex | F4 | F1 | 1E | 0 | 1 | 58 | 4 | 3B | 5B | 36 |
| Octal | 364 | 361 | 36 | 0 | 1 | 130 | 4 | 73 | 133 | 66 |
| Binary | 11110100 | 11110001 | 11110 | 0 | 1 | 1011000 | 100 | 111011 | 1011011 | 110110 |
Color Harmonies of #F4F11E
Complementary color
Monochromatic Colors of #F4F11E
Black with #F4F11E
Text Example
Text Example
White with #F4F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F11E; }
p { color: rgb(244,241,30); }
H1.HeaderClassName
{
color: #F4F11E;
}
.AnyTagClassName
{
color: #F4F11E;
}
</style>
background-color css
<style>
a { background-color: #F4F11E; }
a { background-color: rgb(244,241,30); }
div.DivClassName
{
background-color: #F4F11E;
}
.BgClassName
{
background-color: #F4F11E;
}
</style>
border-color css
<style>
span { border-color: #F4F11E; }
span { border-color: rgb(244,241,30); }
td.TdClassName
{
border-color: #F4F11E;
}
.TagClassName
{
border-color: #F4F11E;
}
</style>