Shades of Laser Lemon #FFFE55
Tints of Laser Lemon #FFFE55
RGB
CMYK
RGB Variations
Color information
#FFFE55 (or 0xFFFE55) is known color: Laser Lemon. HEX triplet: FF, FE and 55. RGB value is (255,254,85). Sum of RGB (Red+Green+Blue) = 255+254+85=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 85 (33.59% from 255 or 14.31% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE55 is #0001AA. Grayscale: #EBEBEB. Windows color (decimal): -427 or 5635839. OLE color: 5635839.
HSL color Cylindrical-coordinate representation of color #FFFE55: hue angle of 59.65º 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 #FFFE55 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 85 | - |
| CMYK | 0 | 0.00 | 0.67 | 0 |
| HSL | 59.65º | 1% | 0.67% | - |
| HSV(B) | 59.65º | 0.67% | 1% | - |
| XYZ | 78.32 | 92.8 | 22.38 | - |
| YUV | 235.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 85 | 0 | 0.00 | 0.67 | 0 | 59.65 | 1 | 0.67 |
| Hex | FF | FE | 55 | 0 | 0 | 43 | 0 | 3C | 64 | 43 |
| Octal | 377 | 376 | 125 | 0 | 0 | 103 | 0 | 74 | 144 | 103 |
| Binary | 11111111 | 11111110 | 1010101 | 0 | 0 | 1000011 | 0 | 111100 | 1100100 | 1000011 |
Color Harmonies of #FFFE55
Complementary color
Monochromatic Colors of #FFFE55
Black with #FFFE55
Text Example
Text Example
White with #FFFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE55; }
p { color: rgb(255,254,85); }
H1.HeaderClassName
{
color: #FFFE55;
}
.AnyTagClassName
{
color: #FFFE55;
}
</style>
background-color css
<style>
a { background-color: #FFFE55; }
a { background-color: rgb(255,254,85); }
div.DivClassName
{
background-color: #FFFE55;
}
.BgClassName
{
background-color: #FFFE55;
}
</style>
border-color css
<style>
span { border-color: #FFFE55; }
span { border-color: rgb(255,254,85); }
td.TdClassName
{
border-color: #FFFE55;
}
.TagClassName
{
border-color: #FFFE55;
}
</style>