Shades of Laser Lemon #FCFC59
Tints of Laser Lemon #FCFC59
RGB
CMYK
RGB Variations
Color information
#FCFC59 (or 0xFCFC59) is known color: Laser Lemon. HEX triplet: FC, FC and 59. RGB value is (252,252,89). Sum of RGB (Red+Green+Blue) = 252+252+89=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 89 (35.16% from 255 or 15.01% from 593); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC59 is #0303A6. Grayscale: #EAEAEA. Windows color (decimal): -197543 or 5897468. OLE color: 5897468.
HSL color Cylindrical-coordinate representation of color #FCFC59: hue angle of 60º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCFC59 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 89 | - |
| CMYK | 0 | 0 | 0.65 | 0.01 |
| HSL | 60º | 0.96% | 0.67% | - |
| HSV(B) | 60º | 0.65% | 0.99% | - |
| XYZ | 76.76 | 91.04 | 22.98 | - |
| YUV | 233.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 89 | 0 | 0 | 0.65 | 0.01 | 60 | 0.96 | 0.67 |
| Hex | FC | FC | 59 | 0 | 0 | 41 | 1 | 3C | 60 | 43 |
| Octal | 374 | 374 | 131 | 0 | 0 | 101 | 1 | 74 | 140 | 103 |
| Binary | 11111100 | 11111100 | 1011001 | 0 | 0 | 1000001 | 1 | 111100 | 1100000 | 1000011 |
Color Harmonies of #FCFC59
Complementary color
Monochromatic Colors of #FCFC59
Black with #FCFC59
Text Example
Text Example
White with #FCFC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC59; }
p { color: rgb(252,252,89); }
H1.HeaderClassName
{
color: #FCFC59;
}
.AnyTagClassName
{
color: #FCFC59;
}
</style>
background-color css
<style>
a { background-color: #FCFC59; }
a { background-color: rgb(252,252,89); }
div.DivClassName
{
background-color: #FCFC59;
}
.BgClassName
{
background-color: #FCFC59;
}
</style>
border-color css
<style>
span { border-color: #FCFC59; }
span { border-color: rgb(252,252,89); }
td.TdClassName
{
border-color: #FCFC59;
}
.TagClassName
{
border-color: #FCFC59;
}
</style>