Shades of Laser Lemon #FCFD68
Tints of Laser Lemon #FCFD68
RGB
CMYK
RGB Variations
Color information
#FCFD68 (or 0xFCFD68) is known color: Laser Lemon. HEX triplet: FC, FD and 68. RGB value is (252,253,104). Sum of RGB (Red+Green+Blue) = 252+253+104=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 104 (41.02% from 255 or 17.08% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD68 is #030297. Grayscale: #ECECEC. Windows color (decimal): -197272 or 6880764. OLE color: 6880764.
HSL color Cylindrical-coordinate representation of color #FCFD68: hue angle of 60.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCFD68 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 104 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.01 |
| HSL | 60.4º | 0.97% | 0.7% | - |
| HSV(B) | 60.4º | 0.59% | 0.99% | - |
| XYZ | 77.77 | 91.95 | 26.75 | - |
| YUV | 235.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 104 | 0.00 | 0 | 0.59 | 0.01 | 60.4 | 0.97 | 0.7 |
| Hex | FC | FD | 68 | 0 | 0 | 3B | 1 | 3C | 61 | 46 |
| Octal | 374 | 375 | 150 | 0 | 0 | 73 | 1 | 74 | 141 | 106 |
| Binary | 11111100 | 11111101 | 1101000 | 0 | 0 | 111011 | 1 | 111100 | 1100001 | 1000110 |
Color Harmonies of #FCFD68
Complementary color
Monochromatic Colors of #FCFD68
Black with #FCFD68
Text Example
Text Example
White with #FCFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD68; }
p { color: rgb(252,253,104); }
H1.HeaderClassName
{
color: #FCFD68;
}
.AnyTagClassName
{
color: #FCFD68;
}
</style>
background-color css
<style>
a { background-color: #FCFD68; }
a { background-color: rgb(252,253,104); }
div.DivClassName
{
background-color: #FCFD68;
}
.BgClassName
{
background-color: #FCFD68;
}
</style>
border-color css
<style>
span { border-color: #FCFD68; }
span { border-color: rgb(252,253,104); }
td.TdClassName
{
border-color: #FCFD68;
}
.TagClassName
{
border-color: #FCFD68;
}
</style>