Shades of Laser Lemon #F0FB5A
Tints of Laser Lemon #F0FB5A
RGB
CMYK
RGB Variations
Color information
#F0FB5A (or 0xF0FB5A) is known color: Laser Lemon. HEX triplet: F0, FB and 5A. RGB value is (240,251,90). Sum of RGB (Red+Green+Blue) = 240+251+90=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 90 (35.55% from 255 or 15.49% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB5A is #0F04A5. Grayscale: #E5E5E5. Windows color (decimal): -984230 or 5962736. OLE color: 5962736.
HSL color Cylindrical-coordinate representation of color #F0FB5A: hue angle of 64.1º degrees, saturation: 0.95, 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 #F0FB5A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 90 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.02 |
| HSL | 64.1º | 0.95% | 0.67% | - |
| HSV(B) | 64.1º | 0.64% | 0.98% | - |
| XYZ | 72.28 | 88.26 | 22.9 | - |
| YUV | 229.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 90 | 0.04 | 0 | 0.64 | 0.02 | 64.1 | 0.95 | 0.67 |
| Hex | F0 | FB | 5A | 4 | 0 | 40 | 2 | 40 | 5F | 43 |
| Octal | 360 | 373 | 132 | 4 | 0 | 100 | 2 | 100 | 137 | 103 |
| Binary | 11110000 | 11111011 | 1011010 | 100 | 0 | 1000000 | 10 | 1000000 | 1011111 | 1000011 |
Color Harmonies of #F0FB5A
Complementary color
Monochromatic Colors of #F0FB5A
Black with #F0FB5A
Text Example
Text Example
White with #F0FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB5A; }
p { color: rgb(240,251,90); }
H1.HeaderClassName
{
color: #F0FB5A;
}
.AnyTagClassName
{
color: #F0FB5A;
}
</style>
background-color css
<style>
a { background-color: #F0FB5A; }
a { background-color: rgb(240,251,90); }
div.DivClassName
{
background-color: #F0FB5A;
}
.BgClassName
{
background-color: #F0FB5A;
}
</style>
border-color css
<style>
span { border-color: #F0FB5A; }
span { border-color: rgb(240,251,90); }
td.TdClassName
{
border-color: #F0FB5A;
}
.TagClassName
{
border-color: #F0FB5A;
}
</style>