Shades of Laser Lemon #FFFC58
Tints of Laser Lemon #FFFC58
RGB
CMYK
RGB Variations
Color information
#FFFC58 (or 0xFFFC58) is known color: Laser Lemon. HEX triplet: FF, FC and 58. RGB value is (255,252,88). Sum of RGB (Red+Green+Blue) = 255+252+88=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 88 (34.77% from 255 or 14.79% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC58 is #0003A7. Grayscale: #EAEAEA. Windows color (decimal): -936 or 5831935. OLE color: 5831935.
HSL color Cylindrical-coordinate representation of color #FFFC58: hue angle of 58.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFFC58 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 88 | - |
| CMYK | 0 | 0.01 | 0.65 | 0 |
| HSL | 58.92º | 1% | 0.67% | - |
| HSV(B) | 58.92º | 0.65% | 1% | - |
| XYZ | 77.81 | 91.59 | 22.81 | - |
| YUV | 234.2 | 45.49 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 88 | 0 | 0.01 | 0.65 | 0 | 58.92 | 1 | 0.67 |
| Hex | FF | FC | 58 | 0 | 1 | 41 | 0 | 3B | 64 | 43 |
| Octal | 377 | 374 | 130 | 0 | 1 | 101 | 0 | 73 | 144 | 103 |
| Binary | 11111111 | 11111100 | 1011000 | 0 | 1 | 1000001 | 0 | 111011 | 1100100 | 1000011 |
Color Harmonies of #FFFC58
Complementary color
Monochromatic Colors of #FFFC58
Black with #FFFC58
Text Example
Text Example
White with #FFFC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC58; }
p { color: rgb(255,252,88); }
H1.HeaderClassName
{
color: #FFFC58;
}
.AnyTagClassName
{
color: #FFFC58;
}
</style>
background-color css
<style>
a { background-color: #FFFC58; }
a { background-color: rgb(255,252,88); }
div.DivClassName
{
background-color: #FFFC58;
}
.BgClassName
{
background-color: #FFFC58;
}
</style>
border-color css
<style>
span { border-color: #FFFC58; }
span { border-color: rgb(255,252,88); }
td.TdClassName
{
border-color: #FFFC58;
}
.TagClassName
{
border-color: #FFFC58;
}
</style>