Shades of Laser Lemon #FCFF70
Tints of Laser Lemon #FCFF70
RGB
CMYK
RGB Variations
Color information
#FCFF70 (or 0xFCFF70) is known color: Laser Lemon. HEX triplet: FC, FF and 70. RGB value is (252,255,112). Sum of RGB (Red+Green+Blue) = 252+255+112=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 112 (44.14% from 255 or 18.09% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF70 is #03008F. Grayscale: #EEEEEE. Windows color (decimal): -196752 or 7405564. OLE color: 7405564.
HSL color Cylindrical-coordinate representation of color #FCFF70: hue angle of 61.26º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCFF70 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 112 | - |
| CMYK | 0.01 | 0 | 0.56 | 0 |
| HSL | 61.26º | 1% | 0.72% | - |
| HSV(B) | 61.26º | 0.56% | 1% | - |
| XYZ | 78.83 | 93.39 | 29.2 | - |
| YUV | 237.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 112 | 0.01 | 0 | 0.56 | 0 | 61.26 | 1 | 0.72 |
| Hex | FC | FF | 70 | 1 | 0 | 38 | 0 | 3D | 64 | 48 |
| Octal | 374 | 377 | 160 | 1 | 0 | 70 | 0 | 75 | 144 | 110 |
| Binary | 11111100 | 11111111 | 1110000 | 1 | 0 | 111000 | 0 | 111101 | 1100100 | 1001000 |
Color Harmonies of #FCFF70
Complementary color
Monochromatic Colors of #FCFF70
Black with #FCFF70
Text Example
Text Example
White with #FCFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF70; }
p { color: rgb(252,255,112); }
H1.HeaderClassName
{
color: #FCFF70;
}
.AnyTagClassName
{
color: #FCFF70;
}
</style>
background-color css
<style>
a { background-color: #FCFF70; }
a { background-color: rgb(252,255,112); }
div.DivClassName
{
background-color: #FCFF70;
}
.BgClassName
{
background-color: #FCFF70;
}
</style>
border-color css
<style>
span { border-color: #FCFF70; }
span { border-color: rgb(252,255,112); }
td.TdClassName
{
border-color: #FCFF70;
}
.TagClassName
{
border-color: #FCFF70;
}
</style>