Shades of Lemon #F1F010
Tints of Lemon #F1F010
RGB
CMYK
RGB Variations
Color information
#F1F010 (or 0xF1F010) is known color: Lemon. HEX triplet: F1, F0 and 10. RGB value is (241,240,16). Sum of RGB (Red+Green+Blue) = 241+240+16=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 16 (6.64% from 255 or 3.22% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F010 is #0E0FEF. Grayscale: #D7D7D7. Windows color (decimal): -921584 or 1110257. OLE color: 1110257.
HSL color Cylindrical-coordinate representation of color #F1F010: hue angle of 59.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1F010 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 16 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.05 |
| HSL | 59.73º | 0.89% | 0.5% | - |
| HSV(B) | 59.73º | 0.93% | 0.95% | - |
| XYZ | 67.53 | 81.06 | 12.58 | - |
| YUV | 214.76 | 15.83 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 16 | 0 | 0.00 | 0.93 | 0.05 | 59.73 | 0.89 | 0.5 |
| Hex | F1 | F0 | 10 | 0 | 0 | 5D | 5 | 3C | 59 | 32 |
| Octal | 361 | 360 | 20 | 0 | 0 | 135 | 5 | 74 | 131 | 62 |
| Binary | 11110001 | 11110000 | 10000 | 0 | 0 | 1011101 | 101 | 111100 | 1011001 | 110010 |
Color Harmonies of #F1F010
Complementary color
Monochromatic Colors of #F1F010
Black with #F1F010
Text Example
Text Example
White with #F1F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F010; }
p { color: rgb(241,240,16); }
H1.HeaderClassName
{
color: #F1F010;
}
.AnyTagClassName
{
color: #F1F010;
}
</style>
background-color css
<style>
a { background-color: #F1F010; }
a { background-color: rgb(241,240,16); }
div.DivClassName
{
background-color: #F1F010;
}
.BgClassName
{
background-color: #F1F010;
}
</style>
border-color css
<style>
span { border-color: #F1F010; }
span { border-color: rgb(241,240,16); }
td.TdClassName
{
border-color: #F1F010;
}
.TagClassName
{
border-color: #F1F010;
}
</style>