Shades of Laser Lemon #FCFF6A
Tints of Laser Lemon #FCFF6A
RGB
CMYK
RGB Variations
Color information
#FCFF6A (or 0xFCFF6A) is known color: Laser Lemon. HEX triplet: FC, FF and 6A. RGB value is (252,255,106). Sum of RGB (Red+Green+Blue) = 252+255+106=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 106 (41.80% from 255 or 17.29% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF6A is #030095. Grayscale: #EDEDED. Windows color (decimal): -196758 or 7012348. OLE color: 7012348.
HSL color Cylindrical-coordinate representation of color #FCFF6A: hue angle of 61.21º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCFF6A is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 106 | - |
| CMYK | 0.01 | 0 | 0.58 | 0 |
| HSL | 61.21º | 1% | 0.71% | - |
| HSV(B) | 61.21º | 0.58% | 1% | - |
| XYZ | 78.51 | 93.26 | 27.5 | - |
| YUV | 237.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 106 | 0.01 | 0 | 0.58 | 0 | 61.21 | 1 | 0.71 |
| Hex | FC | FF | 6A | 1 | 0 | 3A | 0 | 3D | 64 | 47 |
| Octal | 374 | 377 | 152 | 1 | 0 | 72 | 0 | 75 | 144 | 107 |
| Binary | 11111100 | 11111111 | 1101010 | 1 | 0 | 111010 | 0 | 111101 | 1100100 | 1000111 |
Color Harmonies of #FCFF6A
Complementary color
Monochromatic Colors of #FCFF6A
Black with #FCFF6A
Text Example
Text Example
White with #FCFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF6A; }
p { color: rgb(252,255,106); }
H1.HeaderClassName
{
color: #FCFF6A;
}
.AnyTagClassName
{
color: #FCFF6A;
}
</style>
background-color css
<style>
a { background-color: #FCFF6A; }
a { background-color: rgb(252,255,106); }
div.DivClassName
{
background-color: #FCFF6A;
}
.BgClassName
{
background-color: #FCFF6A;
}
</style>
border-color css
<style>
span { border-color: #FCFF6A; }
span { border-color: rgb(252,255,106); }
td.TdClassName
{
border-color: #FCFF6A;
}
.TagClassName
{
border-color: #FCFF6A;
}
</style>