Shades of Laser Lemon #FFFC64
Tints of Laser Lemon #FFFC64
RGB
CMYK
RGB Variations
Color information
#FFFC64 (or 0xFFFC64) is known color: Laser Lemon. HEX triplet: FF, FC and 64. RGB value is (255,252,100). Sum of RGB (Red+Green+Blue) = 255+252+100=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 100 (39.45% from 255 or 16.47% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC64 is #00039B. Grayscale: #ECECEC. Windows color (decimal): -924 or 6618367. OLE color: 6618367.
HSL color Cylindrical-coordinate representation of color #FFFC64: hue angle of 58.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFFC64 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 100 | - |
| CMYK | 0 | 0.01 | 0.61 | 0 |
| HSL | 58.84º | 1% | 0.7% | - |
| HSV(B) | 58.84º | 0.61% | 1% | - |
| XYZ | 78.35 | 91.8 | 25.65 | - |
| YUV | 235.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 100 | 0 | 0.01 | 0.61 | 0 | 58.84 | 1 | 0.7 |
| Hex | FF | FC | 64 | 0 | 1 | 3D | 0 | 3B | 64 | 46 |
| Octal | 377 | 374 | 144 | 0 | 1 | 75 | 0 | 73 | 144 | 106 |
| Binary | 11111111 | 11111100 | 1100100 | 0 | 1 | 111101 | 0 | 111011 | 1100100 | 1000110 |
Color Harmonies of #FFFC64
Complementary color
Monochromatic Colors of #FFFC64
Black with #FFFC64
Text Example
Text Example
White with #FFFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC64; }
p { color: rgb(255,252,100); }
H1.HeaderClassName
{
color: #FFFC64;
}
.AnyTagClassName
{
color: #FFFC64;
}
</style>
background-color css
<style>
a { background-color: #FFFC64; }
a { background-color: rgb(255,252,100); }
div.DivClassName
{
background-color: #FFFC64;
}
.BgClassName
{
background-color: #FFFC64;
}
</style>
border-color css
<style>
span { border-color: #FFFC64; }
span { border-color: rgb(255,252,100); }
td.TdClassName
{
border-color: #FFFC64;
}
.TagClassName
{
border-color: #FFFC64;
}
</style>