Shades of Laser Lemon #F0FB5D
Tints of Laser Lemon #F0FB5D
RGB
CMYK
RGB Variations
Color information
#F0FB5D (or 0xF0FB5D) is known color: Laser Lemon. HEX triplet: F0, FB and 5D. RGB value is (240,251,93). Sum of RGB (Red+Green+Blue) = 240+251+93=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 93 (36.72% from 255 or 15.92% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB5D is #0F04A2. Grayscale: #E6E6E6. Windows color (decimal): -984227 or 6159344. OLE color: 6159344.
HSL color Cylindrical-coordinate representation of color #F0FB5D: hue angle of 64.18º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0FB5D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 93 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.02 |
| HSL | 64.18º | 0.95% | 0.67% | - |
| HSV(B) | 64.18º | 0.63% | 0.98% | - |
| XYZ | 72.41 | 88.31 | 23.59 | - |
| YUV | 229.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 93 | 0.04 | 0 | 0.63 | 0.02 | 64.18 | 0.95 | 0.67 |
| Hex | F0 | FB | 5D | 4 | 0 | 3F | 2 | 40 | 5F | 43 |
| Octal | 360 | 373 | 135 | 4 | 0 | 77 | 2 | 100 | 137 | 103 |
| Binary | 11110000 | 11111011 | 1011101 | 100 | 0 | 111111 | 10 | 1000000 | 1011111 | 1000011 |
Color Harmonies of #F0FB5D
Complementary color
Monochromatic Colors of #F0FB5D
Black with #F0FB5D
Text Example
Text Example
White with #F0FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB5D; }
p { color: rgb(240,251,93); }
H1.HeaderClassName
{
color: #F0FB5D;
}
.AnyTagClassName
{
color: #F0FB5D;
}
</style>
background-color css
<style>
a { background-color: #F0FB5D; }
a { background-color: rgb(240,251,93); }
div.DivClassName
{
background-color: #F0FB5D;
}
.BgClassName
{
background-color: #F0FB5D;
}
</style>
border-color css
<style>
span { border-color: #F0FB5D; }
span { border-color: rgb(240,251,93); }
td.TdClassName
{
border-color: #F0FB5D;
}
.TagClassName
{
border-color: #F0FB5D;
}
</style>