Shades of Laser Lemon #FFFF55
Tints of Laser Lemon #FFFF55
RGB
CMYK
RGB Variations
Color information
#FFFF55 (or 0xFFFF55) is known color: Laser Lemon. HEX triplet: FF, FF and 55. RGB value is (255,255,85). Sum of RGB (Red+Green+Blue) = 255+255+85=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 85 (33.59% from 255 or 14.29% from 595); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF55 is #0000AA. Grayscale: #ECECEC. Windows color (decimal): -171 or 5636095. OLE color: 5636095.
HSL color Cylindrical-coordinate representation of color #FFFF55: hue angle of 60º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFFF55 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 85 | - |
| CMYK | 0 | 0 | 0.67 | 0 |
| HSL | 60º | 1% | 0.67% | - |
| HSV(B) | 60º | 0.67% | 1% | - |
| XYZ | 78.64 | 93.44 | 22.48 | - |
| YUV | 235.62 | 43 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 85 | 0 | 0 | 0.67 | 0 | 60 | 1 | 0.67 |
| Hex | FF | FF | 55 | 0 | 0 | 43 | 0 | 3C | 64 | 43 |
| Octal | 377 | 377 | 125 | 0 | 0 | 103 | 0 | 74 | 144 | 103 |
| Binary | 11111111 | 11111111 | 1010101 | 0 | 0 | 1000011 | 0 | 111100 | 1100100 | 1000011 |
Color Harmonies of #FFFF55
Complementary color
Monochromatic Colors of #FFFF55
Black with #FFFF55
Text Example
Text Example
White with #FFFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF55; }
p { color: rgb(255,255,85); }
H1.HeaderClassName
{
color: #FFFF55;
}
.AnyTagClassName
{
color: #FFFF55;
}
</style>
background-color css
<style>
a { background-color: #FFFF55; }
a { background-color: rgb(255,255,85); }
div.DivClassName
{
background-color: #FFFF55;
}
.BgClassName
{
background-color: #FFFF55;
}
</style>
border-color css
<style>
span { border-color: #FFFF55; }
span { border-color: rgb(255,255,85); }
td.TdClassName
{
border-color: #FFFF55;
}
.TagClassName
{
border-color: #FFFF55;
}
</style>