Shades of Laser Lemon #FCFD6C
Tints of Laser Lemon #FCFD6C
RGB
CMYK
RGB Variations
Color information
#FCFD6C (or 0xFCFD6C) is known color: Laser Lemon. HEX triplet: FC, FD and 6C. RGB value is (252,253,108). Sum of RGB (Red+Green+Blue) = 252+253+108=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 108 (42.58% from 255 or 17.62% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD6C is #030293. Grayscale: #ECECEC. Windows color (decimal): -197268 or 7142908. OLE color: 7142908.
HSL color Cylindrical-coordinate representation of color #FCFD6C: hue angle of 60.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCFD6C is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 108 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.01 |
| HSL | 60.41º | 0.97% | 0.71% | - |
| HSV(B) | 60.41º | 0.57% | 0.99% | - |
| XYZ | 77.98 | 92.03 | 27.84 | - |
| YUV | 236.17 | 55.67 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 108 | 0.00 | 0 | 0.57 | 0.01 | 60.41 | 0.97 | 0.71 |
| Hex | FC | FD | 6C | 0 | 0 | 39 | 1 | 3C | 61 | 47 |
| Octal | 374 | 375 | 154 | 0 | 0 | 71 | 1 | 74 | 141 | 107 |
| Binary | 11111100 | 11111101 | 1101100 | 0 | 0 | 111001 | 1 | 111100 | 1100001 | 1000111 |
Color Harmonies of #FCFD6C
Complementary color
Monochromatic Colors of #FCFD6C
Black with #FCFD6C
Text Example
Text Example
White with #FCFD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD6C; }
p { color: rgb(252,253,108); }
H1.HeaderClassName
{
color: #FCFD6C;
}
.AnyTagClassName
{
color: #FCFD6C;
}
</style>
background-color css
<style>
a { background-color: #FCFD6C; }
a { background-color: rgb(252,253,108); }
div.DivClassName
{
background-color: #FCFD6C;
}
.BgClassName
{
background-color: #FCFD6C;
}
</style>
border-color css
<style>
span { border-color: #FCFD6C; }
span { border-color: rgb(252,253,108); }
td.TdClassName
{
border-color: #FCFD6C;
}
.TagClassName
{
border-color: #FCFD6C;
}
</style>