Shades of Laser Lemon #F7FE5A
Tints of Laser Lemon #F7FE5A
RGB
CMYK
RGB Variations
Color information
#F7FE5A (or 0xF7FE5A) is known color: Laser Lemon. HEX triplet: F7, FE and 5A. RGB value is (247,254,90). Sum of RGB (Red+Green+Blue) = 247+254+90=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 90 (35.55% from 255 or 15.23% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FE5A is #0801A5. Grayscale: #E9E9E9. Windows color (decimal): -524710 or 5963511. OLE color: 5963511.
HSL color Cylindrical-coordinate representation of color #F7FE5A: hue angle of 62.56º 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 #F7FE5A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 254 | 90 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.00 |
| HSL | 62.56º | 0.99% | 0.67% | - |
| HSV(B) | 62.56º | 0.65% | 1% | - |
| XYZ | 75.65 | 91.4 | 23.33 | - |
| YUV | 233.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 254 | 90 | 0.03 | 0 | 0.65 | 0.00 | 62.56 | 0.99 | 0.67 |
| Hex | F7 | FE | 5A | 3 | 0 | 41 | 0 | 3F | 63 | 43 |
| Octal | 367 | 376 | 132 | 3 | 0 | 101 | 0 | 77 | 143 | 103 |
| Binary | 11110111 | 11111110 | 1011010 | 11 | 0 | 1000001 | 0 | 111111 | 1100011 | 1000011 |
Color Harmonies of #F7FE5A
Complementary color
Monochromatic Colors of #F7FE5A
Black with #F7FE5A
Text Example
Text Example
White with #F7FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FE5A; }
p { color: rgb(247,254,90); }
H1.HeaderClassName
{
color: #F7FE5A;
}
.AnyTagClassName
{
color: #F7FE5A;
}
</style>
background-color css
<style>
a { background-color: #F7FE5A; }
a { background-color: rgb(247,254,90); }
div.DivClassName
{
background-color: #F7FE5A;
}
.BgClassName
{
background-color: #F7FE5A;
}
</style>
border-color css
<style>
span { border-color: #F7FE5A; }
span { border-color: rgb(247,254,90); }
td.TdClassName
{
border-color: #F7FE5A;
}
.TagClassName
{
border-color: #F7FE5A;
}
</style>