Shades of Laser Lemon #F7FE52
Tints of Laser Lemon #F7FE52
RGB
CMYK
RGB Variations
Color information
#F7FE52 (or 0xF7FE52) is known color: Laser Lemon. HEX triplet: F7, FE and 52. RGB value is (247,254,82). Sum of RGB (Red+Green+Blue) = 247+254+82=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 82 (32.42% from 255 or 14.07% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FE52 is #0801AD. Grayscale: #E8E8E8. Windows color (decimal): -524718 or 5439223. OLE color: 5439223.
HSL color Cylindrical-coordinate representation of color #F7FE52: hue angle of 62.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7FE52 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 254 | 82 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.00 |
| HSL | 62.44º | 0.99% | 0.66% | - |
| HSV(B) | 62.44º | 0.68% | 1% | - |
| XYZ | 75.32 | 91.27 | 21.63 | - |
| YUV | 232.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 254 | 82 | 0.03 | 0 | 0.68 | 0.00 | 62.44 | 0.99 | 0.66 |
| Hex | F7 | FE | 52 | 3 | 0 | 44 | 0 | 3E | 63 | 42 |
| Octal | 367 | 376 | 122 | 3 | 0 | 104 | 0 | 76 | 143 | 102 |
| Binary | 11110111 | 11111110 | 1010010 | 11 | 0 | 1000100 | 0 | 111110 | 1100011 | 1000010 |
Color Harmonies of #F7FE52
Complementary color
Monochromatic Colors of #F7FE52
Black with #F7FE52
Text Example
Text Example
White with #F7FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FE52; }
p { color: rgb(247,254,82); }
H1.HeaderClassName
{
color: #F7FE52;
}
.AnyTagClassName
{
color: #F7FE52;
}
</style>
background-color css
<style>
a { background-color: #F7FE52; }
a { background-color: rgb(247,254,82); }
div.DivClassName
{
background-color: #F7FE52;
}
.BgClassName
{
background-color: #F7FE52;
}
</style>
border-color css
<style>
span { border-color: #F7FE52; }
span { border-color: rgb(247,254,82); }
td.TdClassName
{
border-color: #F7FE52;
}
.TagClassName
{
border-color: #F7FE52;
}
</style>