Shades of Laser Lemon #F0FE5C
Tints of Laser Lemon #F0FE5C
RGB
CMYK
RGB Variations
Color information
#F0FE5C (or 0xF0FE5C) is known color: Laser Lemon. HEX triplet: F0, FE and 5C. RGB value is (240,254,92). Sum of RGB (Red+Green+Blue) = 240+254+92=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 92 (36.33% from 255 or 15.70% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE5C is #0F01A3. Grayscale: #E7E7E7. Windows color (decimal): -983460 or 6094576. OLE color: 6094576.
HSL color Cylindrical-coordinate representation of color #F0FE5C: hue angle of 65.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0FE5C is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 92 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.00 |
| HSL | 65.19º | 0.99% | 0.68% | - |
| HSV(B) | 65.19º | 0.64% | 1% | - |
| XYZ | 73.31 | 90.18 | 23.67 | - |
| YUV | 231.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 92 | 0.06 | 0 | 0.64 | 0.00 | 65.19 | 0.99 | 0.68 |
| Hex | F0 | FE | 5C | 6 | 0 | 40 | 0 | 41 | 63 | 44 |
| Octal | 360 | 376 | 134 | 6 | 0 | 100 | 0 | 101 | 143 | 104 |
| Binary | 11110000 | 11111110 | 1011100 | 110 | 0 | 1000000 | 0 | 1000001 | 1100011 | 1000100 |
Color Harmonies of #F0FE5C
Complementary color
Monochromatic Colors of #F0FE5C
Black with #F0FE5C
Text Example
Text Example
White with #F0FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE5C; }
p { color: rgb(240,254,92); }
H1.HeaderClassName
{
color: #F0FE5C;
}
.AnyTagClassName
{
color: #F0FE5C;
}
</style>
background-color css
<style>
a { background-color: #F0FE5C; }
a { background-color: rgb(240,254,92); }
div.DivClassName
{
background-color: #F0FE5C;
}
.BgClassName
{
background-color: #F0FE5C;
}
</style>
border-color css
<style>
span { border-color: #F0FE5C; }
span { border-color: rgb(240,254,92); }
td.TdClassName
{
border-color: #F0FE5C;
}
.TagClassName
{
border-color: #F0FE5C;
}
</style>