Shades of Laser Lemon #FCFF52
Tints of Laser Lemon #FCFF52
RGB
CMYK
RGB Variations
Color information
#FCFF52 (or 0xFCFF52) is known color: Laser Lemon. HEX triplet: FC, FF and 52. RGB value is (252,255,82). Sum of RGB (Red+Green+Blue) = 252+255+82=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 82 (32.42% from 255 or 13.92% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF52 is #0300AD. Grayscale: #EBEBEB. Windows color (decimal): -196782 or 5439484. OLE color: 5439484.
HSL color Cylindrical-coordinate representation of color #FCFF52: hue angle of 61.04º 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 #FCFF52 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 82 | - |
| CMYK | 0.01 | 0 | 0.68 | 0 |
| HSL | 61.04º | 1% | 0.66% | - |
| HSV(B) | 61.04º | 0.68% | 1% | - |
| XYZ | 77.43 | 92.82 | 21.82 | - |
| YUV | 234.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 82 | 0.01 | 0 | 0.68 | 0 | 61.04 | 1 | 0.66 |
| Hex | FC | FF | 52 | 1 | 0 | 44 | 0 | 3D | 64 | 42 |
| Octal | 374 | 377 | 122 | 1 | 0 | 104 | 0 | 75 | 144 | 102 |
| Binary | 11111100 | 11111111 | 1010010 | 1 | 0 | 1000100 | 0 | 111101 | 1100100 | 1000010 |
Color Harmonies of #FCFF52
Complementary color
Monochromatic Colors of #FCFF52
Black with #FCFF52
Text Example
Text Example
White with #FCFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF52; }
p { color: rgb(252,255,82); }
H1.HeaderClassName
{
color: #FCFF52;
}
.AnyTagClassName
{
color: #FCFF52;
}
</style>
background-color css
<style>
a { background-color: #FCFF52; }
a { background-color: rgb(252,255,82); }
div.DivClassName
{
background-color: #FCFF52;
}
.BgClassName
{
background-color: #FCFF52;
}
</style>
border-color css
<style>
span { border-color: #FCFF52; }
span { border-color: rgb(252,255,82); }
td.TdClassName
{
border-color: #FCFF52;
}
.TagClassName
{
border-color: #FCFF52;
}
</style>