Shades of Laser Lemon #F2FA66
Tints of Laser Lemon #F2FA66
RGB
CMYK
RGB Variations
Color information
#F2FA66 (or 0xF2FA66) is known color: Laser Lemon. HEX triplet: F2, FA and 66. RGB value is (242,250,102). Sum of RGB (Red+Green+Blue) = 242+250+102=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 102 (40.23% from 255 or 17.17% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA66 is #0D0599. Grayscale: #E7E7E7. Windows color (decimal): -853402 or 6748914. OLE color: 6748914.
HSL color Cylindrical-coordinate representation of color #F2FA66: hue angle of 63.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2FA66 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 102 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.02 |
| HSL | 63.24º | 0.94% | 0.69% | - |
| HSV(B) | 63.24º | 0.59% | 0.98% | - |
| XYZ | 73.2 | 88.21 | 25.74 | - |
| YUV | 230.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 102 | 0.03 | 0 | 0.59 | 0.02 | 63.24 | 0.94 | 0.69 |
| Hex | F2 | FA | 66 | 3 | 0 | 3B | 2 | 3F | 5E | 45 |
| Octal | 362 | 372 | 146 | 3 | 0 | 73 | 2 | 77 | 136 | 105 |
| Binary | 11110010 | 11111010 | 1100110 | 11 | 0 | 111011 | 10 | 111111 | 1011110 | 1000101 |
Color Harmonies of #F2FA66
Complementary color
Monochromatic Colors of #F2FA66
Black with #F2FA66
Text Example
Text Example
White with #F2FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA66; }
p { color: rgb(242,250,102); }
H1.HeaderClassName
{
color: #F2FA66;
}
.AnyTagClassName
{
color: #F2FA66;
}
</style>
background-color css
<style>
a { background-color: #F2FA66; }
a { background-color: rgb(242,250,102); }
div.DivClassName
{
background-color: #F2FA66;
}
.BgClassName
{
background-color: #F2FA66;
}
</style>
border-color css
<style>
span { border-color: #F2FA66; }
span { border-color: rgb(242,250,102); }
td.TdClassName
{
border-color: #F2FA66;
}
.TagClassName
{
border-color: #F2FA66;
}
</style>