Shades of Lemon #F1F619
Tints of Lemon #F1F619
RGB
CMYK
RGB Variations
Color information
#F1F619 (or 0xF1F619) is known color: Lemon. HEX triplet: F1, F6 and 19. RGB value is (241,246,25). Sum of RGB (Red+Green+Blue) = 241+246+25=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 25 (10.16% from 255 or 4.88% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F619 is #0E09E6. Grayscale: #DCDCDC. Windows color (decimal): -920039 or 1701617. OLE color: 1701617.
HSL color Cylindrical-coordinate representation of color #F1F619: hue angle of 61.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1F619 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.04 |
| HSL | 61.36º | 0.92% | 0.53% | - |
| HSV(B) | 61.36º | 0.9% | 0.96% | - |
| XYZ | 69.41 | 84.68 | 13.61 | - |
| YUV | 219.31 | 18.34 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 25 | 0.02 | 0 | 0.90 | 0.04 | 61.36 | 0.92 | 0.53 |
| Hex | F1 | F6 | 19 | 2 | 0 | 5A | 4 | 3D | 5C | 35 |
| Octal | 361 | 366 | 31 | 2 | 0 | 132 | 4 | 75 | 134 | 65 |
| Binary | 11110001 | 11110110 | 11001 | 10 | 0 | 1011010 | 100 | 111101 | 1011100 | 110101 |
Color Harmonies of #F1F619
Complementary color
Monochromatic Colors of #F1F619
Black with #F1F619
Text Example
Text Example
White with #F1F619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F619; }
p { color: rgb(241,246,25); }
H1.HeaderClassName
{
color: #F1F619;
}
.AnyTagClassName
{
color: #F1F619;
}
</style>
background-color css
<style>
a { background-color: #F1F619; }
a { background-color: rgb(241,246,25); }
div.DivClassName
{
background-color: #F1F619;
}
.BgClassName
{
background-color: #F1F619;
}
</style>
border-color css
<style>
span { border-color: #F1F619; }
span { border-color: rgb(241,246,25); }
td.TdClassName
{
border-color: #F1F619;
}
.TagClassName
{
border-color: #F1F619;
}
</style>