Shades of Lemon #F1E016
Tints of Lemon #F1E016
RGB
CMYK
RGB Variations
Color information
#F1E016 (or 0xF1E016) is known color: Lemon. HEX triplet: F1, E0 and 16. RGB value is (241,224,22). Sum of RGB (Red+Green+Blue) = 241+224+22=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 22 (8.98% from 255 or 4.52% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E016 is #0E1FE9. Grayscale: #CECECE. Windows color (decimal): -925674 or 1499377. OLE color: 1499377.
HSL color Cylindrical-coordinate representation of color #F1E016: hue angle of 55.34º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1E016 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.05 |
| HSL | 55.34º | 0.89% | 0.52% | - |
| HSV(B) | 55.34º | 0.91% | 0.95% | - |
| XYZ | 63.08 | 72.07 | 11.35 | - |
| YUV | 206.06 | 24.13 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 22 | 0 | 0.07 | 0.91 | 0.05 | 55.34 | 0.89 | 0.52 |
| Hex | F1 | E0 | 16 | 0 | 7 | 5B | 5 | 37 | 59 | 34 |
| Octal | 361 | 340 | 26 | 0 | 7 | 133 | 5 | 67 | 131 | 64 |
| Binary | 11110001 | 11100000 | 10110 | 0 | 111 | 1011011 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F1E016
Complementary color
Monochromatic Colors of #F1E016
Black with #F1E016
Text Example
Text Example
White with #F1E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E016; }
p { color: rgb(241,224,22); }
H1.HeaderClassName
{
color: #F1E016;
}
.AnyTagClassName
{
color: #F1E016;
}
</style>
background-color css
<style>
a { background-color: #F1E016; }
a { background-color: rgb(241,224,22); }
div.DivClassName
{
background-color: #F1E016;
}
.BgClassName
{
background-color: #F1E016;
}
</style>
border-color css
<style>
span { border-color: #F1E016; }
span { border-color: rgb(241,224,22); }
td.TdClassName
{
border-color: #F1E016;
}
.TagClassName
{
border-color: #F1E016;
}
</style>