Shades of Laser Lemon #F8FA5E
Tints of Laser Lemon #F8FA5E
RGB
CMYK
RGB Variations
Color information
#F8FA5E (or 0xF8FA5E) is known color: Laser Lemon. HEX triplet: F8, FA and 5E. RGB value is (248,250,94). Sum of RGB (Red+Green+Blue) = 248+250+94=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 94 (37.11% from 255 or 15.88% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA5E is #0705A1. Grayscale: #E8E8E8. Windows color (decimal): -460194 or 6224632. OLE color: 6224632.
HSL color Cylindrical-coordinate representation of color #F8FA5E: hue angle of 60.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8FA5E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 250 | 94 | - |
CMYK | 0.01 | 0 | 0.62 | 0.02 |
HSL | 60.77º | 0.94% | 0.67% | - |
HSV(B) | 60.77º | 0.62% | 0.98% | - |
XYZ | 74.92 | 89.14 | 23.85 | - |
YUV | 231.62 | 50.34 | 139.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 250 | 94 | 0.01 | 0 | 0.62 | 0.02 | 60.77 | 0.94 | 0.67 |
Hex | F8 | FA | 5E | 1 | 0 | 3E | 2 | 3D | 5E | 43 |
Octal | 370 | 372 | 136 | 1 | 0 | 76 | 2 | 75 | 136 | 103 |
Binary | 11111000 | 11111010 | 1011110 | 1 | 0 | 111110 | 10 | 111101 | 1011110 | 1000011 |
Color Harmonies of #F8FA5E
Complementary color
Monochromatic Colors of #F8FA5E
Black with #F8FA5E
Text Example
Text Example
White with #F8FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA5E; }
p { color: rgb(248,250,94); }
H1.HeaderClassName
{
color: #F8FA5E;
}
.AnyTagClassName
{
color: #F8FA5E;
}
</style>
background-color css
<style>
a { background-color: #F8FA5E; }
a { background-color: rgb(248,250,94); }
div.DivClassName
{
background-color: #F8FA5E;
}
.BgClassName
{
background-color: #F8FA5E;
}
</style>
border-color css
<style>
span { border-color: #F8FA5E; }
span { border-color: rgb(248,250,94); }
td.TdClassName
{
border-color: #F8FA5E;
}
.TagClassName
{
border-color: #F8FA5E;
}
</style>