Shades of Laser Lemon #FFFF56
Tints of Laser Lemon #FFFF56
RGB
CMYK
RGB Variations
Color information
#FFFF56 (or 0xFFFF56) is known color: Laser Lemon. HEX triplet: FF, FF and 56. RGB value is (255,255,86). Sum of RGB (Red+Green+Blue) = 255+255+86=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 86 (33.98% from 255 or 14.43% from 596); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF56 is #0000A9. Grayscale: #ECECEC. Windows color (decimal): -170 or 5701631. OLE color: 5701631.
HSL color Cylindrical-coordinate representation of color #FFFF56: hue angle of 60º 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 #FFFF56 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 86 | - |
| CMYK | 0 | 0 | 0.66 | 0 |
| HSL | 60º | 1% | 0.67% | - |
| HSV(B) | 60º | 0.66% | 1% | - |
| XYZ | 78.68 | 93.45 | 22.7 | - |
| YUV | 235.73 | 43.5 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 86 | 0 | 0 | 0.66 | 0 | 60 | 1 | 0.67 |
| Hex | FF | FF | 56 | 0 | 0 | 42 | 0 | 3C | 64 | 43 |
| Octal | 377 | 377 | 126 | 0 | 0 | 102 | 0 | 74 | 144 | 103 |
| Binary | 11111111 | 11111111 | 1010110 | 0 | 0 | 1000010 | 0 | 111100 | 1100100 | 1000011 |
Color Harmonies of #FFFF56
Complementary color
Monochromatic Colors of #FFFF56
Black with #FFFF56
Text Example
Text Example
White with #FFFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF56; }
p { color: rgb(255,255,86); }
H1.HeaderClassName
{
color: #FFFF56;
}
.AnyTagClassName
{
color: #FFFF56;
}
</style>
background-color css
<style>
a { background-color: #FFFF56; }
a { background-color: rgb(255,255,86); }
div.DivClassName
{
background-color: #FFFF56;
}
.BgClassName
{
background-color: #FFFF56;
}
</style>
border-color css
<style>
span { border-color: #FFFF56; }
span { border-color: rgb(255,255,86); }
td.TdClassName
{
border-color: #FFFF56;
}
.TagClassName
{
border-color: #FFFF56;
}
</style>