Shades of Laser Lemon #F0FE5A
Tints of Laser Lemon #F0FE5A
RGB
CMYK
RGB Variations
Color information
#F0FE5A (or 0xF0FE5A) is known color: Laser Lemon. HEX triplet: F0, FE and 5A. RGB value is (240,254,90). Sum of RGB (Red+Green+Blue) = 240+254+90=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE5A is #0F01A5. Grayscale: #E7E7E7. Windows color (decimal): -983462 or 5963504. OLE color: 5963504.
HSL color Cylindrical-coordinate representation of color #F0FE5A: hue angle of 65.12º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0FE5A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 90 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.00 |
| HSL | 65.12º | 0.99% | 0.67% | - |
| HSV(B) | 65.12º | 0.65% | 1% | - |
| XYZ | 73.22 | 90.15 | 23.21 | - |
| YUV | 231.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 90 | 0.06 | 0 | 0.65 | 0.00 | 65.12 | 0.99 | 0.67 |
| Hex | F0 | FE | 5A | 6 | 0 | 41 | 0 | 41 | 63 | 43 |
| Octal | 360 | 376 | 132 | 6 | 0 | 101 | 0 | 101 | 143 | 103 |
| Binary | 11110000 | 11111110 | 1011010 | 110 | 0 | 1000001 | 0 | 1000001 | 1100011 | 1000011 |
Color Harmonies of #F0FE5A
Complementary color
Monochromatic Colors of #F0FE5A
Black with #F0FE5A
Text Example
Text Example
White with #F0FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE5A; }
p { color: rgb(240,254,90); }
H1.HeaderClassName
{
color: #F0FE5A;
}
.AnyTagClassName
{
color: #F0FE5A;
}
</style>
background-color css
<style>
a { background-color: #F0FE5A; }
a { background-color: rgb(240,254,90); }
div.DivClassName
{
background-color: #F0FE5A;
}
.BgClassName
{
background-color: #F0FE5A;
}
</style>
border-color css
<style>
span { border-color: #F0FE5A; }
span { border-color: rgb(240,254,90); }
td.TdClassName
{
border-color: #F0FE5A;
}
.TagClassName
{
border-color: #F0FE5A;
}
</style>