Shades of Laser Lemon #F8FE5E
Tints of Laser Lemon #F8FE5E
RGB
CMYK
RGB Variations
Color information
#F8FE5E (or 0xF8FE5E) is known color: Laser Lemon. HEX triplet: F8, FE and 5E. RGB value is (248,254,94). Sum of RGB (Red+Green+Blue) = 248+254+94=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 94 (37.11% from 255 or 15.77% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FE5E is #0701A1. Grayscale: #EAEAEA. Windows color (decimal): -459170 or 6225656. OLE color: 6225656.
HSL color Cylindrical-coordinate representation of color #F8FE5E: hue angle of 62.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8FE5E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 94 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.00 |
| HSL | 62.25º | 0.99% | 0.68% | - |
| HSV(B) | 62.25º | 0.63% | 1% | - |
| XYZ | 76.17 | 91.65 | 24.26 | - |
| YUV | 233.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 94 | 0.02 | 0 | 0.63 | 0.00 | 62.25 | 0.99 | 0.68 |
| Hex | F8 | FE | 5E | 2 | 0 | 3F | 0 | 3E | 63 | 44 |
| Octal | 370 | 376 | 136 | 2 | 0 | 77 | 0 | 76 | 143 | 104 |
| Binary | 11111000 | 11111110 | 1011110 | 10 | 0 | 111111 | 0 | 111110 | 1100011 | 1000100 |
Color Harmonies of #F8FE5E
Complementary color
Monochromatic Colors of #F8FE5E
Black with #F8FE5E
Text Example
Text Example
White with #F8FE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FE5E; }
p { color: rgb(248,254,94); }
H1.HeaderClassName
{
color: #F8FE5E;
}
.AnyTagClassName
{
color: #F8FE5E;
}
</style>
background-color css
<style>
a { background-color: #F8FE5E; }
a { background-color: rgb(248,254,94); }
div.DivClassName
{
background-color: #F8FE5E;
}
.BgClassName
{
background-color: #F8FE5E;
}
</style>
border-color css
<style>
span { border-color: #F8FE5E; }
span { border-color: rgb(248,254,94); }
td.TdClassName
{
border-color: #F8FE5E;
}
.TagClassName
{
border-color: #F8FE5E;
}
</style>