Shades of Laser Lemon #FCFD6E
Tints of Laser Lemon #FCFD6E
RGB
CMYK
RGB Variations
Color information
#FCFD6E (or 0xFCFD6E) is known color: Laser Lemon. HEX triplet: FC, FD and 6E. RGB value is (252,253,110). Sum of RGB (Red+Green+Blue) = 252+253+110=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 110 (43.36% from 255 or 17.89% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD6E is #030291. Grayscale: #ECECEC. Windows color (decimal): -197266 or 7273980. OLE color: 7273980.
HSL color Cylindrical-coordinate representation of color #FCFD6E: hue angle of 60.42º 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 #FCFD6E is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 110 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.01 |
| HSL | 60.42º | 0.97% | 0.71% | - |
| HSV(B) | 60.42º | 0.57% | 0.99% | - |
| XYZ | 78.08 | 92.07 | 28.41 | - |
| YUV | 236.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 110 | 0.00 | 0 | 0.57 | 0.01 | 60.42 | 0.97 | 0.71 |
| Hex | FC | FD | 6E | 0 | 0 | 39 | 1 | 3C | 61 | 47 |
| Octal | 374 | 375 | 156 | 0 | 0 | 71 | 1 | 74 | 141 | 107 |
| Binary | 11111100 | 11111101 | 1101110 | 0 | 0 | 111001 | 1 | 111100 | 1100001 | 1000111 |
Color Harmonies of #FCFD6E
Complementary color
Monochromatic Colors of #FCFD6E
Black with #FCFD6E
Text Example
Text Example
White with #FCFD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD6E; }
p { color: rgb(252,253,110); }
H1.HeaderClassName
{
color: #FCFD6E;
}
.AnyTagClassName
{
color: #FCFD6E;
}
</style>
background-color css
<style>
a { background-color: #FCFD6E; }
a { background-color: rgb(252,253,110); }
div.DivClassName
{
background-color: #FCFD6E;
}
.BgClassName
{
background-color: #FCFD6E;
}
</style>
border-color css
<style>
span { border-color: #FCFD6E; }
span { border-color: rgb(252,253,110); }
td.TdClassName
{
border-color: #FCFD6E;
}
.TagClassName
{
border-color: #FCFD6E;
}
</style>