Shades of Laser Lemon #FFFC57
Tints of Laser Lemon #FFFC57
RGB
CMYK
RGB Variations
Color information
#FFFC57 (or 0xFFFC57) is known color: Laser Lemon. HEX triplet: FF, FC and 57. RGB value is (255,252,87). Sum of RGB (Red+Green+Blue) = 255+252+87=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 87 (34.38% from 255 or 14.65% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC57 is #0003A8. Grayscale: #EAEAEA. Windows color (decimal): -937 or 5766399. OLE color: 5766399.
HSL color Cylindrical-coordinate representation of color #FFFC57: 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 #FFFC57 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 87 | - |
| CMYK | 0 | 0.01 | 0.66 | 0 |
| HSL | 58.93º | 1% | 0.67% | - |
| HSV(B) | 58.93º | 0.66% | 1% | - |
| XYZ | 77.77 | 91.57 | 22.59 | - |
| YUV | 234.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 87 | 0 | 0.01 | 0.66 | 0 | 58.93 | 1 | 0.67 |
| Hex | FF | FC | 57 | 0 | 1 | 42 | 0 | 3B | 64 | 43 |
| Octal | 377 | 374 | 127 | 0 | 1 | 102 | 0 | 73 | 144 | 103 |
| Binary | 11111111 | 11111100 | 1010111 | 0 | 1 | 1000010 | 0 | 111011 | 1100100 | 1000011 |
Color Harmonies of #FFFC57
Complementary color
Monochromatic Colors of #FFFC57
Black with #FFFC57
Text Example
Text Example
White with #FFFC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC57; }
p { color: rgb(255,252,87); }
H1.HeaderClassName
{
color: #FFFC57;
}
.AnyTagClassName
{
color: #FFFC57;
}
</style>
background-color css
<style>
a { background-color: #FFFC57; }
a { background-color: rgb(255,252,87); }
div.DivClassName
{
background-color: #FFFC57;
}
.BgClassName
{
background-color: #FFFC57;
}
</style>
border-color css
<style>
span { border-color: #FFFC57; }
span { border-color: rgb(255,252,87); }
td.TdClassName
{
border-color: #FFFC57;
}
.TagClassName
{
border-color: #FFFC57;
}
</style>