Shades of Laser Lemon #FFFE56
Tints of Laser Lemon #FFFE56
RGB
CMYK
RGB Variations
Color information
#FFFE56 (or 0xFFFE56) is known color: Laser Lemon. HEX triplet: FF, FE and 56. RGB value is (255,254,86). Sum of RGB (Red+Green+Blue) = 255+254+86=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 86 (33.98% from 255 or 14.45% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE56 is #0001A9. Grayscale: #EBEBEB. Windows color (decimal): -426 or 5701375. OLE color: 5701375.
HSL color Cylindrical-coordinate representation of color #FFFE56: hue angle of 59.64º 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 #FFFE56 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 86 | - |
| CMYK | 0 | 0.00 | 0.66 | 0 |
| HSL | 59.64º | 1% | 0.67% | - |
| HSV(B) | 59.64º | 0.66% | 1% | - |
| XYZ | 78.36 | 92.82 | 22.59 | - |
| YUV | 235.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 86 | 0 | 0.00 | 0.66 | 0 | 59.64 | 1 | 0.67 |
| Hex | FF | FE | 56 | 0 | 0 | 42 | 0 | 3C | 64 | 43 |
| Octal | 377 | 376 | 126 | 0 | 0 | 102 | 0 | 74 | 144 | 103 |
| Binary | 11111111 | 11111110 | 1010110 | 0 | 0 | 1000010 | 0 | 111100 | 1100100 | 1000011 |
Color Harmonies of #FFFE56
Complementary color
Monochromatic Colors of #FFFE56
Black with #FFFE56
Text Example
Text Example
White with #FFFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE56; }
p { color: rgb(255,254,86); }
H1.HeaderClassName
{
color: #FFFE56;
}
.AnyTagClassName
{
color: #FFFE56;
}
</style>
background-color css
<style>
a { background-color: #FFFE56; }
a { background-color: rgb(255,254,86); }
div.DivClassName
{
background-color: #FFFE56;
}
.BgClassName
{
background-color: #FFFE56;
}
</style>
border-color css
<style>
span { border-color: #FFFE56; }
span { border-color: rgb(255,254,86); }
td.TdClassName
{
border-color: #FFFE56;
}
.TagClassName
{
border-color: #FFFE56;
}
</style>