Shades of Laser Lemon #FFFC66
Tints of Laser Lemon #FFFC66
RGB
CMYK
RGB Variations
Color information
#FFFC66 (or 0xFFFC66) is known color: Laser Lemon. HEX triplet: FF, FC and 66. RGB value is (255,252,102). Sum of RGB (Red+Green+Blue) = 255+252+102=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 102 (40.23% from 255 or 16.75% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC66 is #000399. Grayscale: #ECECEC. Windows color (decimal): -922 or 6749439. OLE color: 6749439.
HSL color Cylindrical-coordinate representation of color #FFFC66: hue angle of 58.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFFC66 is Cyan = 0, Magento = 0.01, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 102 | - |
| CMYK | 0 | 0.01 | 0.6 | 0 |
| HSL | 58.82º | 1% | 0.7% | - |
| HSV(B) | 58.82º | 0.6% | 1% | - |
| XYZ | 78.45 | 91.84 | 26.16 | - |
| YUV | 235.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 102 | 0 | 0.01 | 0.6 | 0 | 58.82 | 1 | 0.7 |
| Hex | FF | FC | 66 | 0 | 1 | 3C | 0 | 3B | 64 | 46 |
| Octal | 377 | 374 | 146 | 0 | 1 | 74 | 0 | 73 | 144 | 106 |
| Binary | 11111111 | 11111100 | 1100110 | 0 | 1 | 111100 | 0 | 111011 | 1100100 | 1000110 |
Color Harmonies of #FFFC66
Complementary color
Monochromatic Colors of #FFFC66
Black with #FFFC66
Text Example
Text Example
White with #FFFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC66; }
p { color: rgb(255,252,102); }
H1.HeaderClassName
{
color: #FFFC66;
}
.AnyTagClassName
{
color: #FFFC66;
}
</style>
background-color css
<style>
a { background-color: #FFFC66; }
a { background-color: rgb(255,252,102); }
div.DivClassName
{
background-color: #FFFC66;
}
.BgClassName
{
background-color: #FFFC66;
}
</style>
border-color css
<style>
span { border-color: #FFFC66; }
span { border-color: rgb(255,252,102); }
td.TdClassName
{
border-color: #FFFC66;
}
.TagClassName
{
border-color: #FFFC66;
}
</style>