Shades of Laser Lemon #F8FA57
Tints of Laser Lemon #F8FA57
RGB
CMYK
RGB Variations
Color information
#F8FA57 (or 0xF8FA57) is known color: Laser Lemon. HEX triplet: F8, FA and 57. RGB value is (248,250,87). Sum of RGB (Red+Green+Blue) = 248+250+87=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 87 (34.38% from 255 or 14.87% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA57 is #0705A8. Grayscale: #E7E7E7. Windows color (decimal): -460201 or 5765880. OLE color: 5765880.
HSL color Cylindrical-coordinate representation of color #F8FA57: hue angle of 60.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8FA57 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 87 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.02 |
| HSL | 60.74º | 0.94% | 0.66% | - |
| HSV(B) | 60.74º | 0.65% | 0.98% | - |
| XYZ | 74.62 | 89.02 | 22.27 | - |
| YUV | 230.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 87 | 0.01 | 0 | 0.65 | 0.02 | 60.74 | 0.94 | 0.66 |
| Hex | F8 | FA | 57 | 1 | 0 | 41 | 2 | 3D | 5E | 42 |
| Octal | 370 | 372 | 127 | 1 | 0 | 101 | 2 | 75 | 136 | 102 |
| Binary | 11111000 | 11111010 | 1010111 | 1 | 0 | 1000001 | 10 | 111101 | 1011110 | 1000010 |
Color Harmonies of #F8FA57
Complementary color
Monochromatic Colors of #F8FA57
Black with #F8FA57
Text Example
Text Example
White with #F8FA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA57; }
p { color: rgb(248,250,87); }
H1.HeaderClassName
{
color: #F8FA57;
}
.AnyTagClassName
{
color: #F8FA57;
}
</style>
background-color css
<style>
a { background-color: #F8FA57; }
a { background-color: rgb(248,250,87); }
div.DivClassName
{
background-color: #F8FA57;
}
.BgClassName
{
background-color: #F8FA57;
}
</style>
border-color css
<style>
span { border-color: #F8FA57; }
span { border-color: rgb(248,250,87); }
td.TdClassName
{
border-color: #F8FA57;
}
.TagClassName
{
border-color: #F8FA57;
}
</style>