Shades of Laser Lemon #FFFC56
Tints of Laser Lemon #FFFC56
RGB
CMYK
RGB Variations
Color information
#FFFC56 (or 0xFFFC56) is known color: Laser Lemon. HEX triplet: FF, FC and 56. RGB value is (255,252,86). Sum of RGB (Red+Green+Blue) = 255+252+86=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 86 (33.98% from 255 or 14.50% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC56 is #0003A9. Grayscale: #EAEAEA. Windows color (decimal): -938 or 5700863. OLE color: 5700863.
HSL color Cylindrical-coordinate representation of color #FFFC56: hue angle of 58.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFFC56 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 86 | - |
| CMYK | 0 | 0.01 | 0.66 | 0 |
| HSL | 58.93º | 1% | 0.67% | - |
| HSV(B) | 58.93º | 0.66% | 1% | - |
| XYZ | 77.73 | 91.55 | 22.38 | - |
| YUV | 233.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 86 | 0 | 0.01 | 0.66 | 0 | 58.93 | 1 | 0.67 |
| Hex | FF | FC | 56 | 0 | 1 | 42 | 0 | 3B | 64 | 43 |
| Octal | 377 | 374 | 126 | 0 | 1 | 102 | 0 | 73 | 144 | 103 |
| Binary | 11111111 | 11111100 | 1010110 | 0 | 1 | 1000010 | 0 | 111011 | 1100100 | 1000011 |
Color Harmonies of #FFFC56
Complementary color
Monochromatic Colors of #FFFC56
Black with #FFFC56
Text Example
Text Example
White with #FFFC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC56; }
p { color: rgb(255,252,86); }
H1.HeaderClassName
{
color: #FFFC56;
}
.AnyTagClassName
{
color: #FFFC56;
}
</style>
background-color css
<style>
a { background-color: #FFFC56; }
a { background-color: rgb(255,252,86); }
div.DivClassName
{
background-color: #FFFC56;
}
.BgClassName
{
background-color: #FFFC56;
}
</style>
border-color css
<style>
span { border-color: #FFFC56; }
span { border-color: rgb(255,252,86); }
td.TdClassName
{
border-color: #FFFC56;
}
.TagClassName
{
border-color: #FFFC56;
}
</style>