Shades of Laser Lemon #F0FA5E
Tints of Laser Lemon #F0FA5E
RGB
CMYK
RGB Variations
Color information
#F0FA5E (or 0xF0FA5E) is known color: Laser Lemon. HEX triplet: F0, FA and 5E. RGB value is (240,250,94). Sum of RGB (Red+Green+Blue) = 240+250+94=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 94 (37.11% from 255 or 16.10% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA5E is #0F05A1. Grayscale: #E5E5E5. Windows color (decimal): -984482 or 6224624. OLE color: 6224624.
HSL color Cylindrical-coordinate representation of color #F0FA5E: hue angle of 63.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0FA5E is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 94 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.02 |
| HSL | 63.85º | 0.94% | 0.67% | - |
| HSV(B) | 63.85º | 0.62% | 0.98% | - |
| XYZ | 72.14 | 87.7 | 23.72 | - |
| YUV | 229.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 94 | 0.04 | 0 | 0.62 | 0.02 | 63.85 | 0.94 | 0.67 |
| Hex | F0 | FA | 5E | 4 | 0 | 3E | 2 | 40 | 5E | 43 |
| Octal | 360 | 372 | 136 | 4 | 0 | 76 | 2 | 100 | 136 | 103 |
| Binary | 11110000 | 11111010 | 1011110 | 100 | 0 | 111110 | 10 | 1000000 | 1011110 | 1000011 |
Color Harmonies of #F0FA5E
Complementary color
Monochromatic Colors of #F0FA5E
Black with #F0FA5E
Text Example
Text Example
White with #F0FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA5E; }
p { color: rgb(240,250,94); }
H1.HeaderClassName
{
color: #F0FA5E;
}
.AnyTagClassName
{
color: #F0FA5E;
}
</style>
background-color css
<style>
a { background-color: #F0FA5E; }
a { background-color: rgb(240,250,94); }
div.DivClassName
{
background-color: #F0FA5E;
}
.BgClassName
{
background-color: #F0FA5E;
}
</style>
border-color css
<style>
span { border-color: #F0FA5E; }
span { border-color: rgb(240,250,94); }
td.TdClassName
{
border-color: #F0FA5E;
}
.TagClassName
{
border-color: #F0FA5E;
}
</style>