Shades of Laser Lemon #F8FF73
Tints of Laser Lemon #F8FF73
RGB
CMYK
RGB Variations
Color information
#F8FF73 (or 0xF8FF73) is known color: Laser Lemon. HEX triplet: F8, FF and 73. RGB value is (248,255,115). Sum of RGB (Red+Green+Blue) = 248+255+115=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 115 (45.31% from 255 or 18.61% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FF73 is #07008C. Grayscale: #EDEDED. Windows color (decimal): -458893 or 7602168. OLE color: 7602168.
HSL color Cylindrical-coordinate representation of color #F8FF73: hue angle of 63º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8FF73 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 115 | - |
| CMYK | 0.03 | 0 | 0.55 | 0 |
| HSL | 63º | 1% | 0.73% | - |
| HSV(B) | 63º | 0.55% | 1% | - |
| XYZ | 77.57 | 92.71 | 30.03 | - |
| YUV | 236.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 115 | 0.03 | 0 | 0.55 | 0 | 63 | 1 | 0.73 |
| Hex | F8 | FF | 73 | 3 | 0 | 37 | 0 | 3F | 64 | 49 |
| Octal | 370 | 377 | 163 | 3 | 0 | 67 | 0 | 77 | 144 | 111 |
| Binary | 11111000 | 11111111 | 1110011 | 11 | 0 | 110111 | 0 | 111111 | 1100100 | 1001001 |
Color Harmonies of #F8FF73
Complementary color
Monochromatic Colors of #F8FF73
Black with #F8FF73
Text Example
Text Example
White with #F8FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF73; }
p { color: rgb(248,255,115); }
H1.HeaderClassName
{
color: #F8FF73;
}
.AnyTagClassName
{
color: #F8FF73;
}
</style>
background-color css
<style>
a { background-color: #F8FF73; }
a { background-color: rgb(248,255,115); }
div.DivClassName
{
background-color: #F8FF73;
}
.BgClassName
{
background-color: #F8FF73;
}
</style>
border-color css
<style>
span { border-color: #F8FF73; }
span { border-color: rgb(248,255,115); }
td.TdClassName
{
border-color: #F8FF73;
}
.TagClassName
{
border-color: #F8FF73;
}
</style>