Shades of Laser Lemon #FCFF68
Tints of Laser Lemon #FCFF68
RGB
CMYK
RGB Variations
Color information
#FCFF68 (or 0xFCFF68) is known color: Laser Lemon. HEX triplet: FC, FF and 68. RGB value is (252,255,104). Sum of RGB (Red+Green+Blue) = 252+255+104=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 104 (41.02% from 255 or 17.02% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF68 is #030097. Grayscale: #EDEDED. Windows color (decimal): -196760 or 6881276. OLE color: 6881276.
HSL color Cylindrical-coordinate representation of color #FCFF68: hue angle of 61.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCFF68 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 104 | - |
| CMYK | 0.01 | 0 | 0.59 | 0 |
| HSL | 61.19º | 1% | 0.7% | - |
| HSV(B) | 61.19º | 0.59% | 1% | - |
| XYZ | 78.4 | 93.21 | 26.96 | - |
| YUV | 236.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 104 | 0.01 | 0 | 0.59 | 0 | 61.19 | 1 | 0.7 |
| Hex | FC | FF | 68 | 1 | 0 | 3B | 0 | 3D | 64 | 46 |
| Octal | 374 | 377 | 150 | 1 | 0 | 73 | 0 | 75 | 144 | 106 |
| Binary | 11111100 | 11111111 | 1101000 | 1 | 0 | 111011 | 0 | 111101 | 1100100 | 1000110 |
Color Harmonies of #FCFF68
Complementary color
Monochromatic Colors of #FCFF68
Black with #FCFF68
Text Example
Text Example
White with #FCFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF68; }
p { color: rgb(252,255,104); }
H1.HeaderClassName
{
color: #FCFF68;
}
.AnyTagClassName
{
color: #FCFF68;
}
</style>
background-color css
<style>
a { background-color: #FCFF68; }
a { background-color: rgb(252,255,104); }
div.DivClassName
{
background-color: #FCFF68;
}
.BgClassName
{
background-color: #FCFF68;
}
</style>
border-color css
<style>
span { border-color: #FCFF68; }
span { border-color: rgb(252,255,104); }
td.TdClassName
{
border-color: #FCFF68;
}
.TagClassName
{
border-color: #FCFF68;
}
</style>