Shades of Laser Lemon #F8FF5E
Tints of Laser Lemon #F8FF5E
RGB
CMYK
RGB Variations
Color information
#F8FF5E (or 0xF8FF5E) is known color: Laser Lemon. HEX triplet: F8, FF and 5E. RGB value is (248,255,94). Sum of RGB (Red+Green+Blue) = 248+255+94=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 94 (37.11% from 255 or 15.75% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FF5E is #0700A1. Grayscale: #EBEBEB. Windows color (decimal): -458914 or 6225912. OLE color: 6225912.
HSL color Cylindrical-coordinate representation of color #F8FF5E: hue angle of 62.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8FF5E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 94 | - |
| CMYK | 0.03 | 0 | 0.63 | 0 |
| HSL | 62.61º | 1% | 0.68% | - |
| HSV(B) | 62.61º | 0.63% | 1% | - |
| XYZ | 76.49 | 92.28 | 24.37 | - |
| YUV | 234.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 94 | 0.03 | 0 | 0.63 | 0 | 62.61 | 1 | 0.68 |
| Hex | F8 | FF | 5E | 3 | 0 | 3F | 0 | 3F | 64 | 44 |
| Octal | 370 | 377 | 136 | 3 | 0 | 77 | 0 | 77 | 144 | 104 |
| Binary | 11111000 | 11111111 | 1011110 | 11 | 0 | 111111 | 0 | 111111 | 1100100 | 1000100 |
Color Harmonies of #F8FF5E
Complementary color
Monochromatic Colors of #F8FF5E
Black with #F8FF5E
Text Example
Text Example
White with #F8FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF5E; }
p { color: rgb(248,255,94); }
H1.HeaderClassName
{
color: #F8FF5E;
}
.AnyTagClassName
{
color: #F8FF5E;
}
</style>
background-color css
<style>
a { background-color: #F8FF5E; }
a { background-color: rgb(248,255,94); }
div.DivClassName
{
background-color: #F8FF5E;
}
.BgClassName
{
background-color: #F8FF5E;
}
</style>
border-color css
<style>
span { border-color: #F8FF5E; }
span { border-color: rgb(248,255,94); }
td.TdClassName
{
border-color: #F8FF5E;
}
.TagClassName
{
border-color: #F8FF5E;
}
</style>