Shades of Laser Lemon #F0FA5A
Tints of Laser Lemon #F0FA5A
RGB
CMYK
RGB Variations
Color information
#F0FA5A (or 0xF0FA5A) is known color: Laser Lemon. HEX triplet: F0, FA and 5A. RGB value is (240,250,90). Sum of RGB (Red+Green+Blue) = 240+250+90=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 90 (35.55% from 255 or 15.52% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA5A is #0F05A5. Grayscale: #E5E5E5. Windows color (decimal): -984486 or 5962480. OLE color: 5962480.
HSL color Cylindrical-coordinate representation of color #F0FA5A: hue angle of 63.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0FA5A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 90 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.02 |
| HSL | 63.75º | 0.94% | 0.67% | - |
| HSV(B) | 63.75º | 0.64% | 0.98% | - |
| XYZ | 71.97 | 87.63 | 22.8 | - |
| YUV | 228.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 90 | 0.04 | 0 | 0.64 | 0.02 | 63.75 | 0.94 | 0.67 |
| Hex | F0 | FA | 5A | 4 | 0 | 40 | 2 | 40 | 5E | 43 |
| Octal | 360 | 372 | 132 | 4 | 0 | 100 | 2 | 100 | 136 | 103 |
| Binary | 11110000 | 11111010 | 1011010 | 100 | 0 | 1000000 | 10 | 1000000 | 1011110 | 1000011 |
Color Harmonies of #F0FA5A
Complementary color
Monochromatic Colors of #F0FA5A
Black with #F0FA5A
Text Example
Text Example
White with #F0FA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA5A; }
p { color: rgb(240,250,90); }
H1.HeaderClassName
{
color: #F0FA5A;
}
.AnyTagClassName
{
color: #F0FA5A;
}
</style>
background-color css
<style>
a { background-color: #F0FA5A; }
a { background-color: rgb(240,250,90); }
div.DivClassName
{
background-color: #F0FA5A;
}
.BgClassName
{
background-color: #F0FA5A;
}
</style>
border-color css
<style>
span { border-color: #F0FA5A; }
span { border-color: rgb(240,250,90); }
td.TdClassName
{
border-color: #F0FA5A;
}
.TagClassName
{
border-color: #F0FA5A;
}
</style>