Shades of Lemon #F1F610
Tints of Lemon #F1F610
RGB
CMYK
RGB Variations
Color information
#F1F610 (or 0xF1F610) is known color: Lemon. HEX triplet: F1, F6 and 10. RGB value is (241,246,16). Sum of RGB (Red+Green+Blue) = 241+246+16=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 16 (6.64% from 255 or 3.18% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F610 is #0E09EF. Grayscale: #DBDBDB. Windows color (decimal): -920048 or 1111793. OLE color: 1111793.
HSL color Cylindrical-coordinate representation of color #F1F610: hue angle of 61.3º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1F610 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 16 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.04 |
| HSL | 61.3º | 0.93% | 0.51% | - |
| HSV(B) | 61.3º | 0.93% | 0.96% | - |
| XYZ | 69.32 | 84.65 | 13.18 | - |
| YUV | 218.29 | 13.84 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 16 | 0.02 | 0 | 0.93 | 0.04 | 61.3 | 0.93 | 0.51 |
| Hex | F1 | F6 | 10 | 2 | 0 | 5D | 4 | 3D | 5D | 33 |
| Octal | 361 | 366 | 20 | 2 | 0 | 135 | 4 | 75 | 135 | 63 |
| Binary | 11110001 | 11110110 | 10000 | 10 | 0 | 1011101 | 100 | 111101 | 1011101 | 110011 |
Color Harmonies of #F1F610
Complementary color
Monochromatic Colors of #F1F610
Black with #F1F610
Text Example
Text Example
White with #F1F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F610; }
p { color: rgb(241,246,16); }
H1.HeaderClassName
{
color: #F1F610;
}
.AnyTagClassName
{
color: #F1F610;
}
</style>
background-color css
<style>
a { background-color: #F1F610; }
a { background-color: rgb(241,246,16); }
div.DivClassName
{
background-color: #F1F610;
}
.BgClassName
{
background-color: #F1F610;
}
</style>
border-color css
<style>
span { border-color: #F1F610; }
span { border-color: rgb(241,246,16); }
td.TdClassName
{
border-color: #F1F610;
}
.TagClassName
{
border-color: #F1F610;
}
</style>