Shades of Laser Lemon #FFFF60
Tints of Laser Lemon #FFFF60
RGB
CMYK
RGB Variations
Color information
#FFFF60 (or 0xFFFF60) is known color: Laser Lemon. HEX triplet: FF, FF and 60. RGB value is (255,255,96). Sum of RGB (Red+Green+Blue) = 255+255+96=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 96 (37.89% from 255 or 15.84% from 606); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF60 is #00009F. Grayscale: #EDEDED. Windows color (decimal): -160 or 6356991. OLE color: 6356991.
HSL color Cylindrical-coordinate representation of color #FFFF60: hue angle of 60º 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 #FFFF60 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 96 | - |
| CMYK | 0 | 0 | 0.62 | 0 |
| HSL | 60º | 1% | 0.69% | - |
| HSV(B) | 60º | 0.62% | 1% | - |
| XYZ | 79.11 | 93.62 | 24.97 | - |
| YUV | 236.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 96 | 0 | 0 | 0.62 | 0 | 60 | 1 | 0.69 |
| Hex | FF | FF | 60 | 0 | 0 | 3E | 0 | 3C | 64 | 45 |
| Octal | 377 | 377 | 140 | 0 | 0 | 76 | 0 | 74 | 144 | 105 |
| Binary | 11111111 | 11111111 | 1100000 | 0 | 0 | 111110 | 0 | 111100 | 1100100 | 1000101 |
Color Harmonies of #FFFF60
Complementary color
Monochromatic Colors of #FFFF60
Black with #FFFF60
Text Example
Text Example
White with #FFFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF60; }
p { color: rgb(255,255,96); }
H1.HeaderClassName
{
color: #FFFF60;
}
.AnyTagClassName
{
color: #FFFF60;
}
</style>
background-color css
<style>
a { background-color: #FFFF60; }
a { background-color: rgb(255,255,96); }
div.DivClassName
{
background-color: #FFFF60;
}
.BgClassName
{
background-color: #FFFF60;
}
</style>
border-color css
<style>
span { border-color: #FFFF60; }
span { border-color: rgb(255,255,96); }
td.TdClassName
{
border-color: #FFFF60;
}
.TagClassName
{
border-color: #FFFF60;
}
</style>