Shades of Laser Lemon #F8FF55
Tints of Laser Lemon #F8FF55
RGB
CMYK
RGB Variations
Color information
#F8FF55 (or 0xF8FF55) is known color: Laser Lemon. HEX triplet: F8, FF and 55. RGB value is (248,255,85). Sum of RGB (Red+Green+Blue) = 248+255+85=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 85 (33.59% from 255 or 14.46% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FF55 is #0700AA. Grayscale: #EAEAEA. Windows color (decimal): -458923 or 5636088. OLE color: 5636088.
HSL color Cylindrical-coordinate representation of color #F8FF55: hue angle of 62.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8FF55 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 85 | - |
| CMYK | 0.03 | 0 | 0.67 | 0 |
| HSL | 62.47º | 1% | 0.67% | - |
| HSV(B) | 62.47º | 0.67% | 1% | - |
| XYZ | 76.11 | 92.13 | 22.37 | - |
| YUV | 233.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 85 | 0.03 | 0 | 0.67 | 0 | 62.47 | 1 | 0.67 |
| Hex | F8 | FF | 55 | 3 | 0 | 43 | 0 | 3E | 64 | 43 |
| Octal | 370 | 377 | 125 | 3 | 0 | 103 | 0 | 76 | 144 | 103 |
| Binary | 11111000 | 11111111 | 1010101 | 11 | 0 | 1000011 | 0 | 111110 | 1100100 | 1000011 |
Color Harmonies of #F8FF55
Complementary color
Monochromatic Colors of #F8FF55
Black with #F8FF55
Text Example
Text Example
White with #F8FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF55; }
p { color: rgb(248,255,85); }
H1.HeaderClassName
{
color: #F8FF55;
}
.AnyTagClassName
{
color: #F8FF55;
}
</style>
background-color css
<style>
a { background-color: #F8FF55; }
a { background-color: rgb(248,255,85); }
div.DivClassName
{
background-color: #F8FF55;
}
.BgClassName
{
background-color: #F8FF55;
}
</style>
border-color css
<style>
span { border-color: #F8FF55; }
span { border-color: rgb(248,255,85); }
td.TdClassName
{
border-color: #F8FF55;
}
.TagClassName
{
border-color: #F8FF55;
}
</style>