Shades of Laser Lemon #FCFF58
Tints of Laser Lemon #FCFF58
RGB
CMYK
RGB Variations
Color information
#FCFF58 (or 0xFCFF58) is known color: Laser Lemon. HEX triplet: FC, FF and 58. RGB value is (252,255,88). Sum of RGB (Red+Green+Blue) = 252+255+88=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 88 (34.77% from 255 or 14.79% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF58 is #0300A7. Grayscale: #EBEBEB. Windows color (decimal): -196776 or 5832700. OLE color: 5832700.
HSL color Cylindrical-coordinate representation of color #FCFF58: hue angle of 61.08º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCFF58 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 88 | - |
| CMYK | 0.01 | 0 | 0.65 | 0 |
| HSL | 61.08º | 1% | 0.67% | - |
| HSV(B) | 61.08º | 0.65% | 1% | - |
| XYZ | 77.67 | 92.92 | 23.07 | - |
| YUV | 235.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 88 | 0.01 | 0 | 0.65 | 0 | 61.08 | 1 | 0.67 |
| Hex | FC | FF | 58 | 1 | 0 | 41 | 0 | 3D | 64 | 43 |
| Octal | 374 | 377 | 130 | 1 | 0 | 101 | 0 | 75 | 144 | 103 |
| Binary | 11111100 | 11111111 | 1011000 | 1 | 0 | 1000001 | 0 | 111101 | 1100100 | 1000011 |
Color Harmonies of #FCFF58
Complementary color
Monochromatic Colors of #FCFF58
Black with #FCFF58
Text Example
Text Example
White with #FCFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF58; }
p { color: rgb(252,255,88); }
H1.HeaderClassName
{
color: #FCFF58;
}
.AnyTagClassName
{
color: #FCFF58;
}
</style>
background-color css
<style>
a { background-color: #FCFF58; }
a { background-color: rgb(252,255,88); }
div.DivClassName
{
background-color: #FCFF58;
}
.BgClassName
{
background-color: #FCFF58;
}
</style>
border-color css
<style>
span { border-color: #FCFF58; }
span { border-color: rgb(252,255,88); }
td.TdClassName
{
border-color: #FCFF58;
}
.TagClassName
{
border-color: #FCFF58;
}
</style>