Shades of Laser Lemon #FCFC54
Tints of Laser Lemon #FCFC54
RGB
CMYK
RGB Variations
Color information
#FCFC54 (or 0xFCFC54) is known color: Laser Lemon. HEX triplet: FC, FC and 54. RGB value is (252,252,84). Sum of RGB (Red+Green+Blue) = 252+252+84=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 84 (33.20% from 255 or 14.29% from 588); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC54 is #0303AB. Grayscale: #E9E9E9. Windows color (decimal): -197548 or 5569788. OLE color: 5569788.
HSL color Cylindrical-coordinate representation of color #FCFC54: 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.67%. Process color model (Four color, CMYK) of #FCFC54 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 84 | - |
| CMYK | 0 | 0 | 0.67 | 0.01 |
| HSL | 60º | 0.97% | 0.66% | - |
| HSV(B) | 60º | 0.67% | 0.99% | - |
| XYZ | 76.56 | 90.96 | 21.91 | - |
| YUV | 232.85 | 44 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 84 | 0 | 0 | 0.67 | 0.01 | 60 | 0.97 | 0.66 |
| Hex | FC | FC | 54 | 0 | 0 | 43 | 1 | 3C | 61 | 42 |
| Octal | 374 | 374 | 124 | 0 | 0 | 103 | 1 | 74 | 141 | 102 |
| Binary | 11111100 | 11111100 | 1010100 | 0 | 0 | 1000011 | 1 | 111100 | 1100001 | 1000010 |
Color Harmonies of #FCFC54
Complementary color
Monochromatic Colors of #FCFC54
Black with #FCFC54
Text Example
Text Example
White with #FCFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC54; }
p { color: rgb(252,252,84); }
H1.HeaderClassName
{
color: #FCFC54;
}
.AnyTagClassName
{
color: #FCFC54;
}
</style>
background-color css
<style>
a { background-color: #FCFC54; }
a { background-color: rgb(252,252,84); }
div.DivClassName
{
background-color: #FCFC54;
}
.BgClassName
{
background-color: #FCFC54;
}
</style>
border-color css
<style>
span { border-color: #FCFC54; }
span { border-color: rgb(252,252,84); }
td.TdClassName
{
border-color: #FCFC54;
}
.TagClassName
{
border-color: #FCFC54;
}
</style>