Shades of Laser Lemon #FCFC70
Tints of Laser Lemon #FCFC70
RGB
CMYK
RGB Variations
Color information
#FCFC70 (or 0xFCFC70) is known color: Laser Lemon. HEX triplet: FC, FC and 70. RGB value is (252,252,112). Sum of RGB (Red+Green+Blue) = 252+252+112=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 112 (44.14% from 255 or 18.18% from 616); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC70 is #03038F. Grayscale: #ECECEC. Windows color (decimal): -197520 or 7404796. OLE color: 7404796.
HSL color Cylindrical-coordinate representation of color #FCFC70: hue angle of 60º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCFC70 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 112 | - |
| CMYK | 0 | 0 | 0.56 | 0.01 |
| HSL | 60º | 0.96% | 0.71% | - |
| HSV(B) | 60º | 0.56% | 0.99% | - |
| XYZ | 77.88 | 91.49 | 28.88 | - |
| YUV | 236.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 112 | 0 | 0 | 0.56 | 0.01 | 60 | 0.96 | 0.71 |
| Hex | FC | FC | 70 | 0 | 0 | 38 | 1 | 3C | 60 | 47 |
| Octal | 374 | 374 | 160 | 0 | 0 | 70 | 1 | 74 | 140 | 107 |
| Binary | 11111100 | 11111100 | 1110000 | 0 | 0 | 111000 | 1 | 111100 | 1100000 | 1000111 |
Color Harmonies of #FCFC70
Complementary color
Monochromatic Colors of #FCFC70
Black with #FCFC70
Text Example
Text Example
White with #FCFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC70; }
p { color: rgb(252,252,112); }
H1.HeaderClassName
{
color: #FCFC70;
}
.AnyTagClassName
{
color: #FCFC70;
}
</style>
background-color css
<style>
a { background-color: #FCFC70; }
a { background-color: rgb(252,252,112); }
div.DivClassName
{
background-color: #FCFC70;
}
.BgClassName
{
background-color: #FCFC70;
}
</style>
border-color css
<style>
span { border-color: #FCFC70; }
span { border-color: rgb(252,252,112); }
td.TdClassName
{
border-color: #FCFC70;
}
.TagClassName
{
border-color: #FCFC70;
}
</style>