Shades of Laser Lemon #FFFC60
Tints of Laser Lemon #FFFC60
RGB
CMYK
RGB Variations
Color information
#FFFC60 (or 0xFFFC60) is known color: Laser Lemon. HEX triplet: FF, FC and 60. RGB value is (255,252,96). Sum of RGB (Red+Green+Blue) = 255+252+96=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 96 (37.89% from 255 or 15.92% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC60 is #00039F. Grayscale: #EBEBEB. Windows color (decimal): -928 or 6356223. OLE color: 6356223.
HSL color Cylindrical-coordinate representation of color #FFFC60: hue angle of 58.87º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFFC60 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 96 | - |
| CMYK | 0 | 0.01 | 0.62 | 0 |
| HSL | 58.87º | 1% | 0.69% | - |
| HSV(B) | 58.87º | 0.62% | 1% | - |
| XYZ | 78.16 | 91.73 | 24.65 | - |
| YUV | 235.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 96 | 0 | 0.01 | 0.62 | 0 | 58.87 | 1 | 0.69 |
| Hex | FF | FC | 60 | 0 | 1 | 3E | 0 | 3B | 64 | 45 |
| Octal | 377 | 374 | 140 | 0 | 1 | 76 | 0 | 73 | 144 | 105 |
| Binary | 11111111 | 11111100 | 1100000 | 0 | 1 | 111110 | 0 | 111011 | 1100100 | 1000101 |
Color Harmonies of #FFFC60
Complementary color
Monochromatic Colors of #FFFC60
Black with #FFFC60
Text Example
Text Example
White with #FFFC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC60; }
p { color: rgb(255,252,96); }
H1.HeaderClassName
{
color: #FFFC60;
}
.AnyTagClassName
{
color: #FFFC60;
}
</style>
background-color css
<style>
a { background-color: #FFFC60; }
a { background-color: rgb(255,252,96); }
div.DivClassName
{
background-color: #FFFC60;
}
.BgClassName
{
background-color: #FFFC60;
}
</style>
border-color css
<style>
span { border-color: #FFFC60; }
span { border-color: rgb(255,252,96); }
td.TdClassName
{
border-color: #FFFC60;
}
.TagClassName
{
border-color: #FFFC60;
}
</style>