Shades of Laser Lemon #F8FA5D
Tints of Laser Lemon #F8FA5D
RGB
CMYK
RGB Variations
Color information
#F8FA5D (or 0xF8FA5D) is known color: Laser Lemon. HEX triplet: F8, FA and 5D. RGB value is (248,250,93). Sum of RGB (Red+Green+Blue) = 248+250+93=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 93 (36.72% from 255 or 15.74% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA5D is #0705A2. Grayscale: #E8E8E8. Windows color (decimal): -460195 or 6159096. OLE color: 6159096.
HSL color Cylindrical-coordinate representation of color #F8FA5D: hue angle of 60.76º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8FA5D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 93 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.02 |
| HSL | 60.76º | 0.94% | 0.67% | - |
| HSV(B) | 60.76º | 0.63% | 0.98% | - |
| XYZ | 74.87 | 89.12 | 23.61 | - |
| YUV | 231.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 93 | 0.01 | 0 | 0.63 | 0.02 | 60.76 | 0.94 | 0.67 |
| Hex | F8 | FA | 5D | 1 | 0 | 3F | 2 | 3D | 5E | 43 |
| Octal | 370 | 372 | 135 | 1 | 0 | 77 | 2 | 75 | 136 | 103 |
| Binary | 11111000 | 11111010 | 1011101 | 1 | 0 | 111111 | 10 | 111101 | 1011110 | 1000011 |
Color Harmonies of #F8FA5D
Complementary color
Monochromatic Colors of #F8FA5D
Black with #F8FA5D
Text Example
Text Example
White with #F8FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA5D; }
p { color: rgb(248,250,93); }
H1.HeaderClassName
{
color: #F8FA5D;
}
.AnyTagClassName
{
color: #F8FA5D;
}
</style>
background-color css
<style>
a { background-color: #F8FA5D; }
a { background-color: rgb(248,250,93); }
div.DivClassName
{
background-color: #F8FA5D;
}
.BgClassName
{
background-color: #F8FA5D;
}
</style>
border-color css
<style>
span { border-color: #F8FA5D; }
span { border-color: rgb(248,250,93); }
td.TdClassName
{
border-color: #F8FA5D;
}
.TagClassName
{
border-color: #F8FA5D;
}
</style>