Shades of Laser Lemon #FCFE6D
Tints of Laser Lemon #FCFE6D
RGB
CMYK
RGB Variations
Color information
#FCFE6D (or 0xFCFE6D) is known color: Laser Lemon. HEX triplet: FC, FE and 6D. RGB value is (252,254,109). Sum of RGB (Red+Green+Blue) = 252+254+109=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 109 (42.97% from 255 or 17.72% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE6D is #030192. Grayscale: #EDEDED. Windows color (decimal): -197011 or 7208700. OLE color: 7208700.
HSL color Cylindrical-coordinate representation of color #FCFE6D: hue angle of 60.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCFE6D is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 109 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.00 |
| HSL | 60.83º | 0.99% | 0.71% | - |
| HSV(B) | 60.83º | 0.57% | 1% | - |
| XYZ | 78.35 | 92.68 | 28.23 | - |
| YUV | 236.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 109 | 0.01 | 0 | 0.57 | 0.00 | 60.83 | 0.99 | 0.71 |
| Hex | FC | FE | 6D | 1 | 0 | 39 | 0 | 3D | 63 | 47 |
| Octal | 374 | 376 | 155 | 1 | 0 | 71 | 0 | 75 | 143 | 107 |
| Binary | 11111100 | 11111110 | 1101101 | 1 | 0 | 111001 | 0 | 111101 | 1100011 | 1000111 |
Color Harmonies of #FCFE6D
Complementary color
Monochromatic Colors of #FCFE6D
Black with #FCFE6D
Text Example
Text Example
White with #FCFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE6D; }
p { color: rgb(252,254,109); }
H1.HeaderClassName
{
color: #FCFE6D;
}
.AnyTagClassName
{
color: #FCFE6D;
}
</style>
background-color css
<style>
a { background-color: #FCFE6D; }
a { background-color: rgb(252,254,109); }
div.DivClassName
{
background-color: #FCFE6D;
}
.BgClassName
{
background-color: #FCFE6D;
}
</style>
border-color css
<style>
span { border-color: #FCFE6D; }
span { border-color: rgb(252,254,109); }
td.TdClassName
{
border-color: #FCFE6D;
}
.TagClassName
{
border-color: #FCFE6D;
}
</style>