Shades of Laser Lemon #FCFF57
Tints of Laser Lemon #FCFF57
RGB
CMYK
RGB Variations
Color information
#FCFF57 (or 0xFCFF57) is known color: Laser Lemon. HEX triplet: FC, FF and 57. RGB value is (252,255,87). Sum of RGB (Red+Green+Blue) = 252+255+87=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 87 (34.38% from 255 or 14.65% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF57 is #0300A8. Grayscale: #EBEBEB. Windows color (decimal): -196777 or 5767164. OLE color: 5767164.
HSL color Cylindrical-coordinate representation of color #FCFF57: hue angle of 61.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCFF57 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 87 | - |
| CMYK | 0.01 | 0 | 0.66 | 0 |
| HSL | 61.07º | 1% | 0.67% | - |
| HSV(B) | 61.07º | 0.66% | 1% | - |
| XYZ | 77.63 | 92.9 | 22.86 | - |
| YUV | 234.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 87 | 0.01 | 0 | 0.66 | 0 | 61.07 | 1 | 0.67 |
| Hex | FC | FF | 57 | 1 | 0 | 42 | 0 | 3D | 64 | 43 |
| Octal | 374 | 377 | 127 | 1 | 0 | 102 | 0 | 75 | 144 | 103 |
| Binary | 11111100 | 11111111 | 1010111 | 1 | 0 | 1000010 | 0 | 111101 | 1100100 | 1000011 |
Color Harmonies of #FCFF57
Complementary color
Monochromatic Colors of #FCFF57
Black with #FCFF57
Text Example
Text Example
White with #FCFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF57; }
p { color: rgb(252,255,87); }
H1.HeaderClassName
{
color: #FCFF57;
}
.AnyTagClassName
{
color: #FCFF57;
}
</style>
background-color css
<style>
a { background-color: #FCFF57; }
a { background-color: rgb(252,255,87); }
div.DivClassName
{
background-color: #FCFF57;
}
.BgClassName
{
background-color: #FCFF57;
}
</style>
border-color css
<style>
span { border-color: #FCFF57; }
span { border-color: rgb(252,255,87); }
td.TdClassName
{
border-color: #FCFF57;
}
.TagClassName
{
border-color: #FCFF57;
}
</style>