Shades of Laser Lemon #F7FA5E
Tints of Laser Lemon #F7FA5E
RGB
CMYK
RGB Variations
Color information
#F7FA5E (or 0xF7FA5E) is known color: Laser Lemon. HEX triplet: F7, FA and 5E. RGB value is (247,250,94). Sum of RGB (Red+Green+Blue) = 247+250+94=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 94 (37.11% from 255 or 15.91% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FA5E is #0805A1. Grayscale: #E7E7E7. Windows color (decimal): -525730 or 6224631. OLE color: 6224631.
HSL color Cylindrical-coordinate representation of color #F7FA5E: hue angle of 61.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7FA5E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 94 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.02 |
| HSL | 61.15º | 0.94% | 0.67% | - |
| HSV(B) | 61.15º | 0.62% | 0.98% | - |
| XYZ | 74.56 | 88.95 | 23.83 | - |
| YUV | 231.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 94 | 0.01 | 0 | 0.62 | 0.02 | 61.15 | 0.94 | 0.67 |
| Hex | F7 | FA | 5E | 1 | 0 | 3E | 2 | 3D | 5E | 43 |
| Octal | 367 | 372 | 136 | 1 | 0 | 76 | 2 | 75 | 136 | 103 |
| Binary | 11110111 | 11111010 | 1011110 | 1 | 0 | 111110 | 10 | 111101 | 1011110 | 1000011 |
Color Harmonies of #F7FA5E
Complementary color
Monochromatic Colors of #F7FA5E
Black with #F7FA5E
Text Example
Text Example
White with #F7FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA5E; }
p { color: rgb(247,250,94); }
H1.HeaderClassName
{
color: #F7FA5E;
}
.AnyTagClassName
{
color: #F7FA5E;
}
</style>
background-color css
<style>
a { background-color: #F7FA5E; }
a { background-color: rgb(247,250,94); }
div.DivClassName
{
background-color: #F7FA5E;
}
.BgClassName
{
background-color: #F7FA5E;
}
</style>
border-color css
<style>
span { border-color: #F7FA5E; }
span { border-color: rgb(247,250,94); }
td.TdClassName
{
border-color: #F7FA5E;
}
.TagClassName
{
border-color: #F7FA5E;
}
</style>