Shades of Laser Lemon #FCFF74
Tints of Laser Lemon #FCFF74
RGB
CMYK
RGB Variations
Color information
#FCFF74 (or 0xFCFF74) is known color: Laser Lemon. HEX triplet: FC, FF and 74. RGB value is (252,255,116). Sum of RGB (Red+Green+Blue) = 252+255+116=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 116 (45.70% from 255 or 18.62% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF74 is #03008B. Grayscale: #EEEEEE. Windows color (decimal): -196748 or 7667708. OLE color: 7667708.
HSL color Cylindrical-coordinate representation of color #FCFF74: 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 #FCFF74 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 116 | - |
| CMYK | 0.01 | 0 | 0.55 | 0 |
| HSL | 61.29º | 1% | 0.73% | - |
| HSV(B) | 61.29º | 0.55% | 1% | - |
| XYZ | 79.06 | 93.48 | 30.4 | - |
| YUV | 238.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 116 | 0.01 | 0 | 0.55 | 0 | 61.29 | 1 | 0.73 |
| Hex | FC | FF | 74 | 1 | 0 | 37 | 0 | 3D | 64 | 49 |
| Octal | 374 | 377 | 164 | 1 | 0 | 67 | 0 | 75 | 144 | 111 |
| Binary | 11111100 | 11111111 | 1110100 | 1 | 0 | 110111 | 0 | 111101 | 1100100 | 1001001 |
Color Harmonies of #FCFF74
Complementary color
Monochromatic Colors of #FCFF74
Black with #FCFF74
Text Example
Text Example
White with #FCFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF74; }
p { color: rgb(252,255,116); }
H1.HeaderClassName
{
color: #FCFF74;
}
.AnyTagClassName
{
color: #FCFF74;
}
</style>
background-color css
<style>
a { background-color: #FCFF74; }
a { background-color: rgb(252,255,116); }
div.DivClassName
{
background-color: #FCFF74;
}
.BgClassName
{
background-color: #FCFF74;
}
</style>
border-color css
<style>
span { border-color: #FCFF74; }
span { border-color: rgb(252,255,116); }
td.TdClassName
{
border-color: #FCFF74;
}
.TagClassName
{
border-color: #FCFF74;
}
</style>