Shades of Laser Lemon #F2FA64
Tints of Laser Lemon #F2FA64
RGB
CMYK
RGB Variations
Color information
#F2FA64 (or 0xF2FA64) is known color: Laser Lemon. HEX triplet: F2, FA and 64. RGB value is (242,250,100). Sum of RGB (Red+Green+Blue) = 242+250+100=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 100 (39.45% from 255 or 16.89% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA64 is #0D059B. Grayscale: #E7E7E7. Windows color (decimal): -853404 or 6617842. OLE color: 6617842.
HSL color Cylindrical-coordinate representation of color #F2FA64: hue angle of 63.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2FA64 is Cyan = 0.03, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 100 | - |
| CMYK | 0.03 | 0 | 0.6 | 0.02 |
| HSL | 63.2º | 0.94% | 0.69% | - |
| HSV(B) | 63.2º | 0.6% | 0.98% | - |
| XYZ | 73.1 | 88.17 | 25.22 | - |
| YUV | 230.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 100 | 0.03 | 0 | 0.6 | 0.02 | 63.2 | 0.94 | 0.69 |
| Hex | F2 | FA | 64 | 3 | 0 | 3C | 2 | 3F | 5E | 45 |
| Octal | 362 | 372 | 144 | 3 | 0 | 74 | 2 | 77 | 136 | 105 |
| Binary | 11110010 | 11111010 | 1100100 | 11 | 0 | 111100 | 10 | 111111 | 1011110 | 1000101 |
Color Harmonies of #F2FA64
Complementary color
Monochromatic Colors of #F2FA64
Black with #F2FA64
Text Example
Text Example
White with #F2FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA64; }
p { color: rgb(242,250,100); }
H1.HeaderClassName
{
color: #F2FA64;
}
.AnyTagClassName
{
color: #F2FA64;
}
</style>
background-color css
<style>
a { background-color: #F2FA64; }
a { background-color: rgb(242,250,100); }
div.DivClassName
{
background-color: #F2FA64;
}
.BgClassName
{
background-color: #F2FA64;
}
</style>
border-color css
<style>
span { border-color: #F2FA64; }
span { border-color: rgb(242,250,100); }
td.TdClassName
{
border-color: #F2FA64;
}
.TagClassName
{
border-color: #F2FA64;
}
</style>