Shades of Laser Lemon #FFFC59
Tints of Laser Lemon #FFFC59
RGB
CMYK
RGB Variations
Color information
#FFFC59 (or 0xFFFC59) is known color: Laser Lemon. HEX triplet: FF, FC and 59. RGB value is (255,252,89). Sum of RGB (Red+Green+Blue) = 255+252+89=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 89 (35.16% from 255 or 14.93% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC59 is #0003A6. Grayscale: #EAEAEA. Windows color (decimal): -935 or 5897471. OLE color: 5897471.
HSL color Cylindrical-coordinate representation of color #FFFC59: 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 #FFFC59 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 89 | - |
| CMYK | 0 | 0.01 | 0.65 | 0 |
| HSL | 58.92º | 1% | 0.67% | - |
| HSV(B) | 58.92º | 0.65% | 1% | - |
| XYZ | 77.85 | 91.6 | 23.03 | - |
| YUV | 234.32 | 45.99 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 89 | 0 | 0.01 | 0.65 | 0 | 58.92 | 1 | 0.67 |
| Hex | FF | FC | 59 | 0 | 1 | 41 | 0 | 3B | 64 | 43 |
| Octal | 377 | 374 | 131 | 0 | 1 | 101 | 0 | 73 | 144 | 103 |
| Binary | 11111111 | 11111100 | 1011001 | 0 | 1 | 1000001 | 0 | 111011 | 1100100 | 1000011 |
Color Harmonies of #FFFC59
Complementary color
Monochromatic Colors of #FFFC59
Black with #FFFC59
Text Example
Text Example
White with #FFFC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC59; }
p { color: rgb(255,252,89); }
H1.HeaderClassName
{
color: #FFFC59;
}
.AnyTagClassName
{
color: #FFFC59;
}
</style>
background-color css
<style>
a { background-color: #FFFC59; }
a { background-color: rgb(255,252,89); }
div.DivClassName
{
background-color: #FFFC59;
}
.BgClassName
{
background-color: #FFFC59;
}
</style>
border-color css
<style>
span { border-color: #FFFC59; }
span { border-color: rgb(255,252,89); }
td.TdClassName
{
border-color: #FFFC59;
}
.TagClassName
{
border-color: #FFFC59;
}
</style>