Shades of Laser Lemon #F8F959
Tints of Laser Lemon #F8F959
RGB
CMYK
RGB Variations
Color information
#F8F959 (or 0xF8F959) is known color: Laser Lemon. HEX triplet: F8, F9 and 59. RGB value is (248,249,89). Sum of RGB (Red+Green+Blue) = 248+249+89=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 89 (35.16% from 255 or 15.19% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F959 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F959 is #0706A6. Grayscale: #E7E7E7. Windows color (decimal): -460455 or 5896696. OLE color: 5896696.
HSL color Cylindrical-coordinate representation of color #F8F959: hue angle of 60.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8F959 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 89 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.02 |
| HSL | 60.38º | 0.93% | 0.66% | - |
| HSV(B) | 60.38º | 0.64% | 0.98% | - |
| XYZ | 74.39 | 88.43 | 22.6 | - |
| YUV | 230.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 89 | 0.00 | 0 | 0.64 | 0.02 | 60.38 | 0.93 | 0.66 |
| Hex | F8 | F9 | 59 | 0 | 0 | 40 | 2 | 3C | 5D | 42 |
| Octal | 370 | 371 | 131 | 0 | 0 | 100 | 2 | 74 | 135 | 102 |
| Binary | 11111000 | 11111001 | 1011001 | 0 | 0 | 1000000 | 10 | 111100 | 1011101 | 1000010 |
Color Harmonies of #F8F959
Complementary color
Monochromatic Colors of #F8F959
Black with #F8F959
Text Example
Text Example
White with #F8F959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F959; }
p { color: rgb(248,249,89); }
H1.HeaderClassName
{
color: #F8F959;
}
.AnyTagClassName
{
color: #F8F959;
}
</style>
background-color css
<style>
a { background-color: #F8F959; }
a { background-color: rgb(248,249,89); }
div.DivClassName
{
background-color: #F8F959;
}
.BgClassName
{
background-color: #F8F959;
}
</style>
border-color css
<style>
span { border-color: #F8F959; }
span { border-color: rgb(248,249,89); }
td.TdClassName
{
border-color: #F8F959;
}
.TagClassName
{
border-color: #F8F959;
}
</style>