Shades of Lemon #F1F206
Tints of Lemon #F1F206
RGB
CMYK
RGB Variations
Color information
#F1F206 (or 0xF1F206) is known color: Lemon. HEX triplet: F1, F2 and 06. RGB value is (241,242,6). Sum of RGB (Red+Green+Blue) = 241+242+6=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 6 (2.73% from 255 or 1.23% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F206 is #0E0DF9. Grayscale: #D7D7D7. Windows color (decimal): -921082 or 455409. OLE color: 455409.
HSL color Cylindrical-coordinate representation of color #F1F206: hue angle of 60.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1F206 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 6 | - |
| CMYK | 0.00 | 0 | 0.98 | 0.05 |
| HSL | 60.25º | 0.95% | 0.49% | - |
| HSV(B) | 60.25º | 0.98% | 0.95% | - |
| XYZ | 68.06 | 82.22 | 12.45 | - |
| YUV | 214.8 | 10.17 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 6 | 0.00 | 0 | 0.98 | 0.05 | 60.25 | 0.95 | 0.49 |
| Hex | F1 | F2 | 6 | 0 | 0 | 62 | 5 | 3C | 5F | 31 |
| Octal | 361 | 362 | 6 | 0 | 0 | 142 | 5 | 74 | 137 | 61 |
| Binary | 11110001 | 11110010 | 110 | 0 | 0 | 1100010 | 101 | 111100 | 1011111 | 110001 |
Color Harmonies of #F1F206
Complementary color
Monochromatic Colors of #F1F206
Black with #F1F206
Text Example
Text Example
White with #F1F206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F206; }
p { color: rgb(241,242,6); }
H1.HeaderClassName
{
color: #F1F206;
}
.AnyTagClassName
{
color: #F1F206;
}
</style>
background-color css
<style>
a { background-color: #F1F206; }
a { background-color: rgb(241,242,6); }
div.DivClassName
{
background-color: #F1F206;
}
.BgClassName
{
background-color: #F1F206;
}
</style>
border-color css
<style>
span { border-color: #F1F206; }
span { border-color: rgb(241,242,6); }
td.TdClassName
{
border-color: #F1F206;
}
.TagClassName
{
border-color: #F1F206;
}
</style>