Shades of Laser Lemon #FCFF51
Tints of Laser Lemon #FCFF51
RGB
CMYK
RGB Variations
Color information
#FCFF51 (or 0xFCFF51) is known color: Laser Lemon. HEX triplet: FC, FF and 51. RGB value is (252,255,81). Sum of RGB (Red+Green+Blue) = 252+255+81=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 81 (32.03% from 255 or 13.78% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF51 is #0300AE. Grayscale: #EAEAEA. Windows color (decimal): -196783 or 5373948. OLE color: 5373948.
HSL color Cylindrical-coordinate representation of color #FCFF51: hue angle of 61.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCFF51 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 81 | - |
| CMYK | 0.01 | 0 | 0.68 | 0 |
| HSL | 61.03º | 1% | 0.66% | - |
| HSV(B) | 61.03º | 0.68% | 1% | - |
| XYZ | 77.39 | 92.81 | 21.62 | - |
| YUV | 234.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 81 | 0.01 | 0 | 0.68 | 0 | 61.03 | 1 | 0.66 |
| Hex | FC | FF | 51 | 1 | 0 | 44 | 0 | 3D | 64 | 42 |
| Octal | 374 | 377 | 121 | 1 | 0 | 104 | 0 | 75 | 144 | 102 |
| Binary | 11111100 | 11111111 | 1010001 | 1 | 0 | 1000100 | 0 | 111101 | 1100100 | 1000010 |
Color Harmonies of #FCFF51
Complementary color
Monochromatic Colors of #FCFF51
Black with #FCFF51
Text Example
Text Example
White with #FCFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF51; }
p { color: rgb(252,255,81); }
H1.HeaderClassName
{
color: #FCFF51;
}
.AnyTagClassName
{
color: #FCFF51;
}
</style>
background-color css
<style>
a { background-color: #FCFF51; }
a { background-color: rgb(252,255,81); }
div.DivClassName
{
background-color: #FCFF51;
}
.BgClassName
{
background-color: #FCFF51;
}
</style>
border-color css
<style>
span { border-color: #FCFF51; }
span { border-color: rgb(252,255,81); }
td.TdClassName
{
border-color: #FCFF51;
}
.TagClassName
{
border-color: #FCFF51;
}
</style>