Shades of Laser Lemon #FCFC55
Tints of Laser Lemon #FCFC55
RGB
CMYK
RGB Variations
Color information
#FCFC55 (or 0xFCFC55) is known color: Laser Lemon. HEX triplet: FC, FC and 55. RGB value is (252,252,85). Sum of RGB (Red+Green+Blue) = 252+252+85=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 85 (33.59% from 255 or 14.43% from 589); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC55 is #0303AA. Grayscale: #E9E9E9. Windows color (decimal): -197547 or 5635324. OLE color: 5635324.
HSL color Cylindrical-coordinate representation of color #FCFC55: hue angle of 60º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCFC55 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 85 | - |
| CMYK | 0 | 0 | 0.66 | 0.01 |
| HSL | 60º | 0.97% | 0.66% | - |
| HSV(B) | 60º | 0.66% | 0.99% | - |
| XYZ | 76.59 | 90.97 | 22.12 | - |
| YUV | 232.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 85 | 0 | 0 | 0.66 | 0.01 | 60 | 0.97 | 0.66 |
| Hex | FC | FC | 55 | 0 | 0 | 42 | 1 | 3C | 61 | 42 |
| Octal | 374 | 374 | 125 | 0 | 0 | 102 | 1 | 74 | 141 | 102 |
| Binary | 11111100 | 11111100 | 1010101 | 0 | 0 | 1000010 | 1 | 111100 | 1100001 | 1000010 |
Color Harmonies of #FCFC55
Complementary color
Monochromatic Colors of #FCFC55
Black with #FCFC55
Text Example
Text Example
White with #FCFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC55; }
p { color: rgb(252,252,85); }
H1.HeaderClassName
{
color: #FCFC55;
}
.AnyTagClassName
{
color: #FCFC55;
}
</style>
background-color css
<style>
a { background-color: #FCFC55; }
a { background-color: rgb(252,252,85); }
div.DivClassName
{
background-color: #FCFC55;
}
.BgClassName
{
background-color: #FCFC55;
}
</style>
border-color css
<style>
span { border-color: #FCFC55; }
span { border-color: rgb(252,252,85); }
td.TdClassName
{
border-color: #FCFC55;
}
.TagClassName
{
border-color: #FCFC55;
}
</style>