Shades of Laser Lemon #FCFC67
Tints of Laser Lemon #FCFC67
RGB
CMYK
RGB Variations
Color information
#FCFC67 (or 0xFCFC67) is known color: Laser Lemon. HEX triplet: FC, FC and 67. RGB value is (252,252,103). Sum of RGB (Red+Green+Blue) = 252+252+103=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 103 (40.62% from 255 or 16.97% from 607); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC67 is #030398. Grayscale: #EBEBEB. Windows color (decimal): -197529 or 6814972. OLE color: 6814972.
HSL color Cylindrical-coordinate representation of color #FCFC67: hue angle of 60º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCFC67 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 103 | - |
| CMYK | 0 | 0 | 0.59 | 0.01 |
| HSL | 60º | 0.96% | 0.7% | - |
| HSV(B) | 60º | 0.59% | 0.99% | - |
| XYZ | 77.4 | 91.3 | 26.37 | - |
| YUV | 235.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 103 | 0 | 0 | 0.59 | 0.01 | 60 | 0.96 | 0.7 |
| Hex | FC | FC | 67 | 0 | 0 | 3B | 1 | 3C | 60 | 46 |
| Octal | 374 | 374 | 147 | 0 | 0 | 73 | 1 | 74 | 140 | 106 |
| Binary | 11111100 | 11111100 | 1100111 | 0 | 0 | 111011 | 1 | 111100 | 1100000 | 1000110 |
Color Harmonies of #FCFC67
Complementary color
Monochromatic Colors of #FCFC67
Black with #FCFC67
Text Example
Text Example
White with #FCFC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC67; }
p { color: rgb(252,252,103); }
H1.HeaderClassName
{
color: #FCFC67;
}
.AnyTagClassName
{
color: #FCFC67;
}
</style>
background-color css
<style>
a { background-color: #FCFC67; }
a { background-color: rgb(252,252,103); }
div.DivClassName
{
background-color: #FCFC67;
}
.BgClassName
{
background-color: #FCFC67;
}
</style>
border-color css
<style>
span { border-color: #FCFC67; }
span { border-color: rgb(252,252,103); }
td.TdClassName
{
border-color: #FCFC67;
}
.TagClassName
{
border-color: #FCFC67;
}
</style>