Shades of Laser Lemon #FCFF5D
Tints of Laser Lemon #FCFF5D
RGB
CMYK
RGB Variations
Color information
#FCFF5D (or 0xFCFF5D) is known color: Laser Lemon. HEX triplet: FC, FF and 5D. RGB value is (252,255,93). Sum of RGB (Red+Green+Blue) = 252+255+93=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 93 (36.72% from 255 or 15.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF5D is #0300A2. Grayscale: #ECECEC. Windows color (decimal): -196771 or 6160380. OLE color: 6160380.
HSL color Cylindrical-coordinate representation of color #FCFF5D: hue angle of 61.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCFF5D is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 93 | - |
| CMYK | 0.01 | 0 | 0.64 | 0 |
| HSL | 61.11º | 1% | 0.68% | - |
| HSV(B) | 61.11º | 0.64% | 1% | - |
| XYZ | 77.88 | 93.01 | 24.2 | - |
| YUV | 235.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 93 | 0.01 | 0 | 0.64 | 0 | 61.11 | 1 | 0.68 |
| Hex | FC | FF | 5D | 1 | 0 | 40 | 0 | 3D | 64 | 44 |
| Octal | 374 | 377 | 135 | 1 | 0 | 100 | 0 | 75 | 144 | 104 |
| Binary | 11111100 | 11111111 | 1011101 | 1 | 0 | 1000000 | 0 | 111101 | 1100100 | 1000100 |
Color Harmonies of #FCFF5D
Complementary color
Monochromatic Colors of #FCFF5D
Black with #FCFF5D
Text Example
Text Example
White with #FCFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF5D; }
p { color: rgb(252,255,93); }
H1.HeaderClassName
{
color: #FCFF5D;
}
.AnyTagClassName
{
color: #FCFF5D;
}
</style>
background-color css
<style>
a { background-color: #FCFF5D; }
a { background-color: rgb(252,255,93); }
div.DivClassName
{
background-color: #FCFF5D;
}
.BgClassName
{
background-color: #FCFF5D;
}
</style>
border-color css
<style>
span { border-color: #FCFF5D; }
span { border-color: rgb(252,255,93); }
td.TdClassName
{
border-color: #FCFF5D;
}
.TagClassName
{
border-color: #FCFF5D;
}
</style>