Shades of Laser Lemon #F0FA56
Tints of Laser Lemon #F0FA56
RGB
CMYK
RGB Variations
Color information
#F0FA56 (or 0xF0FA56) is known color: Laser Lemon. HEX triplet: F0, FA and 56. RGB value is (240,250,86). Sum of RGB (Red+Green+Blue) = 240+250+86=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 86 (33.98% from 255 or 14.93% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA56 is #0F05A9. Grayscale: #E4E4E4. Windows color (decimal): -984490 or 5700336. OLE color: 5700336.
HSL color Cylindrical-coordinate representation of color #F0FA56: hue angle of 63.66º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0FA56 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 86 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.02 |
| HSL | 63.66º | 0.94% | 0.66% | - |
| HSV(B) | 63.66º | 0.66% | 0.98% | - |
| XYZ | 71.8 | 87.57 | 21.92 | - |
| YUV | 228.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 86 | 0.04 | 0 | 0.66 | 0.02 | 63.66 | 0.94 | 0.66 |
| Hex | F0 | FA | 56 | 4 | 0 | 42 | 2 | 40 | 5E | 42 |
| Octal | 360 | 372 | 126 | 4 | 0 | 102 | 2 | 100 | 136 | 102 |
| Binary | 11110000 | 11111010 | 1010110 | 100 | 0 | 1000010 | 10 | 1000000 | 1011110 | 1000010 |
Color Harmonies of #F0FA56
Complementary color
Monochromatic Colors of #F0FA56
Black with #F0FA56
Text Example
Text Example
White with #F0FA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA56; }
p { color: rgb(240,250,86); }
H1.HeaderClassName
{
color: #F0FA56;
}
.AnyTagClassName
{
color: #F0FA56;
}
</style>
background-color css
<style>
a { background-color: #F0FA56; }
a { background-color: rgb(240,250,86); }
div.DivClassName
{
background-color: #F0FA56;
}
.BgClassName
{
background-color: #F0FA56;
}
</style>
border-color css
<style>
span { border-color: #F0FA56; }
span { border-color: rgb(240,250,86); }
td.TdClassName
{
border-color: #F0FA56;
}
.TagClassName
{
border-color: #F0FA56;
}
</style>