Shades of Laser Lemon #F8F862
Tints of Laser Lemon #F8F862
RGB
CMYK
RGB Variations
Color information
#F8F862 (or 0xF8F862) is known color: Laser Lemon. HEX triplet: F8, F8 and 62. RGB value is (248,248,98). Sum of RGB (Red+Green+Blue) = 248+248+98=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 98 (38.67% from 255 or 16.50% from 594); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F862 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F862 is #07079D. Grayscale: #E7E7E7. Windows color (decimal): -460702 or 6486264. OLE color: 6486264.
HSL color Cylindrical-coordinate representation of color #F8F862: hue angle of 60º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8F862 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 98 | - |
| CMYK | 0 | 0 | 0.60 | 0.03 |
| HSL | 60º | 0.91% | 0.68% | - |
| HSV(B) | 60º | 0.6% | 0.97% | - |
| XYZ | 74.48 | 87.97 | 24.61 | - |
| YUV | 230.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 98 | 0 | 0 | 0.60 | 0.03 | 60 | 0.91 | 0.68 |
| Hex | F8 | F8 | 62 | 0 | 0 | 3C | 3 | 3C | 5B | 44 |
| Octal | 370 | 370 | 142 | 0 | 0 | 74 | 3 | 74 | 133 | 104 |
| Binary | 11111000 | 11111000 | 1100010 | 0 | 0 | 111100 | 11 | 111100 | 1011011 | 1000100 |
Color Harmonies of #F8F862
Complementary color
Monochromatic Colors of #F8F862
Black with #F8F862
Text Example
Text Example
White with #F8F862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F862; }
p { color: rgb(248,248,98); }
H1.HeaderClassName
{
color: #F8F862;
}
.AnyTagClassName
{
color: #F8F862;
}
</style>
background-color css
<style>
a { background-color: #F8F862; }
a { background-color: rgb(248,248,98); }
div.DivClassName
{
background-color: #F8F862;
}
.BgClassName
{
background-color: #F8F862;
}
</style>
border-color css
<style>
span { border-color: #F8F862; }
span { border-color: rgb(248,248,98); }
td.TdClassName
{
border-color: #F8F862;
}
.TagClassName
{
border-color: #F8F862;
}
</style>