Shades of Laser Lemon #FCFF73
Tints of Laser Lemon #FCFF73
RGB
CMYK
RGB Variations
Color information
#FCFF73 (or 0xFCFF73) is known color: Laser Lemon. HEX triplet: FC, FF and 73. RGB value is (252,255,115). Sum of RGB (Red+Green+Blue) = 252+255+115=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 115 (45.31% from 255 or 18.49% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF73 is #03008C. Grayscale: #EEEEEE. Windows color (decimal): -196749 or 7602172. OLE color: 7602172.
HSL color Cylindrical-coordinate representation of color #FCFF73: hue angle of 61.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCFF73 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 115 | - |
| CMYK | 0.01 | 0 | 0.55 | 0 |
| HSL | 61.29º | 1% | 0.73% | - |
| HSV(B) | 61.29º | 0.55% | 1% | - |
| XYZ | 79 | 93.45 | 30.09 | - |
| YUV | 238.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 115 | 0.01 | 0 | 0.55 | 0 | 61.29 | 1 | 0.73 |
| Hex | FC | FF | 73 | 1 | 0 | 37 | 0 | 3D | 64 | 49 |
| Octal | 374 | 377 | 163 | 1 | 0 | 67 | 0 | 75 | 144 | 111 |
| Binary | 11111100 | 11111111 | 1110011 | 1 | 0 | 110111 | 0 | 111101 | 1100100 | 1001001 |
Color Harmonies of #FCFF73
Complementary color
Monochromatic Colors of #FCFF73
Black with #FCFF73
Text Example
Text Example
White with #FCFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF73; }
p { color: rgb(252,255,115); }
H1.HeaderClassName
{
color: #FCFF73;
}
.AnyTagClassName
{
color: #FCFF73;
}
</style>
background-color css
<style>
a { background-color: #FCFF73; }
a { background-color: rgb(252,255,115); }
div.DivClassName
{
background-color: #FCFF73;
}
.BgClassName
{
background-color: #FCFF73;
}
</style>
border-color css
<style>
span { border-color: #FCFF73; }
span { border-color: rgb(252,255,115); }
td.TdClassName
{
border-color: #FCFF73;
}
.TagClassName
{
border-color: #FCFF73;
}
</style>