Shades of Laser Lemon #F0FA5D
Tints of Laser Lemon #F0FA5D
RGB
CMYK
RGB Variations
Color information
#F0FA5D (or 0xF0FA5D) is known color: Laser Lemon. HEX triplet: F0, FA and 5D. RGB value is (240,250,93). Sum of RGB (Red+Green+Blue) = 240+250+93=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 93 (36.72% from 255 or 15.95% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA5D is #0F05A2. Grayscale: #E5E5E5. Windows color (decimal): -984483 or 6159088. OLE color: 6159088.
HSL color Cylindrical-coordinate representation of color #F0FA5D: hue angle of 63.82º degrees, saturation: 0.94, 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 #F0FA5D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 93 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.02 |
| HSL | 63.82º | 0.94% | 0.67% | - |
| HSV(B) | 63.82º | 0.63% | 0.98% | - |
| XYZ | 72.1 | 87.69 | 23.48 | - |
| YUV | 229.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 93 | 0.04 | 0 | 0.63 | 0.02 | 63.82 | 0.94 | 0.67 |
| Hex | F0 | FA | 5D | 4 | 0 | 3F | 2 | 40 | 5E | 43 |
| Octal | 360 | 372 | 135 | 4 | 0 | 77 | 2 | 100 | 136 | 103 |
| Binary | 11110000 | 11111010 | 1011101 | 100 | 0 | 111111 | 10 | 1000000 | 1011110 | 1000011 |
Color Harmonies of #F0FA5D
Complementary color
Monochromatic Colors of #F0FA5D
Black with #F0FA5D
Text Example
Text Example
White with #F0FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA5D; }
p { color: rgb(240,250,93); }
H1.HeaderClassName
{
color: #F0FA5D;
}
.AnyTagClassName
{
color: #F0FA5D;
}
</style>
background-color css
<style>
a { background-color: #F0FA5D; }
a { background-color: rgb(240,250,93); }
div.DivClassName
{
background-color: #F0FA5D;
}
.BgClassName
{
background-color: #F0FA5D;
}
</style>
border-color css
<style>
span { border-color: #F0FA5D; }
span { border-color: rgb(240,250,93); }
td.TdClassName
{
border-color: #F0FA5D;
}
.TagClassName
{
border-color: #F0FA5D;
}
</style>