Shades of Lemon #F4F10E
Tints of Lemon #F4F10E
RGB
CMYK
RGB Variations
Color information
#F4F10E (or 0xF4F10E) is known color: Lemon. HEX triplet: F4, F1 and 0E. RGB value is (244,241,14). Sum of RGB (Red+Green+Blue) = 244+241+14=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 14 (5.86% from 255 or 2.81% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F10E is #0B0EF1. Grayscale: #D8D8D8. Windows color (decimal): -724722 or 979444. OLE color: 979444.
HSL color Cylindrical-coordinate representation of color #F4F10E: hue angle of 59.22º 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 #F4F10E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.04 |
| HSL | 59.22º | 0.91% | 0.51% | - |
| HSV(B) | 59.22º | 0.94% | 0.96% | - |
| XYZ | 68.84 | 82.18 | 12.65 | - |
| YUV | 216.02 | 13.99 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 14 | 0 | 0.01 | 0.94 | 0.04 | 59.22 | 0.91 | 0.51 |
| Hex | F4 | F1 | E | 0 | 1 | 5E | 4 | 3B | 5B | 33 |
| Octal | 364 | 361 | 16 | 0 | 1 | 136 | 4 | 73 | 133 | 63 |
| Binary | 11110100 | 11110001 | 1110 | 0 | 1 | 1011110 | 100 | 111011 | 1011011 | 110011 |
Color Harmonies of #F4F10E
Complementary color
Monochromatic Colors of #F4F10E
Black with #F4F10E
Text Example
Text Example
White with #F4F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F10E; }
p { color: rgb(244,241,14); }
H1.HeaderClassName
{
color: #F4F10E;
}
.AnyTagClassName
{
color: #F4F10E;
}
</style>
background-color css
<style>
a { background-color: #F4F10E; }
a { background-color: rgb(244,241,14); }
div.DivClassName
{
background-color: #F4F10E;
}
.BgClassName
{
background-color: #F4F10E;
}
</style>
border-color css
<style>
span { border-color: #F4F10E; }
span { border-color: rgb(244,241,14); }
td.TdClassName
{
border-color: #F4F10E;
}
.TagClassName
{
border-color: #F4F10E;
}
</style>