Shades of Laser Lemon #F8F85B
Tints of Laser Lemon #F8F85B
RGB
CMYK
RGB Variations
Color information
#F8F85B (or 0xF8F85B) is known color: Laser Lemon. HEX triplet: F8, F8 and 5B. RGB value is (248,248,91). Sum of RGB (Red+Green+Blue) = 248+248+91=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 91 (35.94% from 255 or 15.50% from 587); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F85B is #0707A4. Grayscale: #E6E6E6. Windows color (decimal): -460709 or 6027512. OLE color: 6027512.
HSL color Cylindrical-coordinate representation of color #F8F85B: hue angle of 60º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8F85B is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 91 | - |
| CMYK | 0 | 0 | 0.63 | 0.03 |
| HSL | 60º | 0.92% | 0.66% | - |
| HSV(B) | 60º | 0.63% | 0.97% | - |
| XYZ | 74.17 | 87.85 | 22.94 | - |
| YUV | 230.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 91 | 0 | 0 | 0.63 | 0.03 | 60 | 0.92 | 0.66 |
| Hex | F8 | F8 | 5B | 0 | 0 | 3F | 3 | 3C | 5C | 42 |
| Octal | 370 | 370 | 133 | 0 | 0 | 77 | 3 | 74 | 134 | 102 |
| Binary | 11111000 | 11111000 | 1011011 | 0 | 0 | 111111 | 11 | 111100 | 1011100 | 1000010 |
Color Harmonies of #F8F85B
Complementary color
Monochromatic Colors of #F8F85B
Black with #F8F85B
Text Example
Text Example
White with #F8F85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F85B; }
p { color: rgb(248,248,91); }
H1.HeaderClassName
{
color: #F8F85B;
}
.AnyTagClassName
{
color: #F8F85B;
}
</style>
background-color css
<style>
a { background-color: #F8F85B; }
a { background-color: rgb(248,248,91); }
div.DivClassName
{
background-color: #F8F85B;
}
.BgClassName
{
background-color: #F8F85B;
}
</style>
border-color css
<style>
span { border-color: #F8F85B; }
span { border-color: rgb(248,248,91); }
td.TdClassName
{
border-color: #F8F85B;
}
.TagClassName
{
border-color: #F8F85B;
}
</style>