Shades of Laser Lemon #F8F962
Tints of Laser Lemon #F8F962
RGB
CMYK
RGB Variations
Color information
#F8F962 (or 0xF8F962) is known color: Laser Lemon. HEX triplet: F8, F9 and 62. RGB value is (248,249,98). Sum of RGB (Red+Green+Blue) = 248+249+98=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 98 (38.67% from 255 or 16.47% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F962 is #07069D. Grayscale: #E8E8E8. Windows color (decimal): -460446 or 6486520. OLE color: 6486520.
HSL color Cylindrical-coordinate representation of color #F8F962: hue angle of 60.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8F962 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 98 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.02 |
| HSL | 60.4º | 0.93% | 0.68% | - |
| HSV(B) | 60.4º | 0.61% | 0.98% | - |
| XYZ | 74.79 | 88.59 | 24.71 | - |
| YUV | 231.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 98 | 0.00 | 0 | 0.61 | 0.02 | 60.4 | 0.93 | 0.68 |
| Hex | F8 | F9 | 62 | 0 | 0 | 3D | 2 | 3C | 5D | 44 |
| Octal | 370 | 371 | 142 | 0 | 0 | 75 | 2 | 74 | 135 | 104 |
| Binary | 11111000 | 11111001 | 1100010 | 0 | 0 | 111101 | 10 | 111100 | 1011101 | 1000100 |
Color Harmonies of #F8F962
Complementary color
Monochromatic Colors of #F8F962
Black with #F8F962
Text Example
Text Example
White with #F8F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F962; }
p { color: rgb(248,249,98); }
H1.HeaderClassName
{
color: #F8F962;
}
.AnyTagClassName
{
color: #F8F962;
}
</style>
background-color css
<style>
a { background-color: #F8F962; }
a { background-color: rgb(248,249,98); }
div.DivClassName
{
background-color: #F8F962;
}
.BgClassName
{
background-color: #F8F962;
}
</style>
border-color css
<style>
span { border-color: #F8F962; }
span { border-color: rgb(248,249,98); }
td.TdClassName
{
border-color: #F8F962;
}
.TagClassName
{
border-color: #F8F962;
}
</style>