Shades of Laser Lemon #FCFC62
Tints of Laser Lemon #FCFC62
RGB
CMYK
RGB Variations
Color information
#FCFC62 (or 0xFCFC62) is known color: Laser Lemon. HEX triplet: FC, FC and 62. RGB value is (252,252,98). Sum of RGB (Red+Green+Blue) = 252+252+98=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 98 (38.67% from 255 or 16.28% from 602); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC62 is #03039D. Grayscale: #EBEBEB. Windows color (decimal): -197534 or 6487292. OLE color: 6487292.
HSL color Cylindrical-coordinate representation of color #FCFC62: hue angle of 60º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCFC62 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 98 | - |
| CMYK | 0 | 0 | 0.61 | 0.01 |
| HSL | 60º | 0.96% | 0.69% | - |
| HSV(B) | 60º | 0.61% | 0.99% | - |
| XYZ | 77.16 | 91.2 | 25.09 | - |
| YUV | 234.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 98 | 0 | 0 | 0.61 | 0.01 | 60 | 0.96 | 0.69 |
| Hex | FC | FC | 62 | 0 | 0 | 3D | 1 | 3C | 60 | 45 |
| Octal | 374 | 374 | 142 | 0 | 0 | 75 | 1 | 74 | 140 | 105 |
| Binary | 11111100 | 11111100 | 1100010 | 0 | 0 | 111101 | 1 | 111100 | 1100000 | 1000101 |
Color Harmonies of #FCFC62
Complementary color
Monochromatic Colors of #FCFC62
Black with #FCFC62
Text Example
Text Example
White with #FCFC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC62; }
p { color: rgb(252,252,98); }
H1.HeaderClassName
{
color: #FCFC62;
}
.AnyTagClassName
{
color: #FCFC62;
}
</style>
background-color css
<style>
a { background-color: #FCFC62; }
a { background-color: rgb(252,252,98); }
div.DivClassName
{
background-color: #FCFC62;
}
.BgClassName
{
background-color: #FCFC62;
}
</style>
border-color css
<style>
span { border-color: #FCFC62; }
span { border-color: rgb(252,252,98); }
td.TdClassName
{
border-color: #FCFC62;
}
.TagClassName
{
border-color: #FCFC62;
}
</style>