Shades of Laser Lemon #FFFF5E
Tints of Laser Lemon #FFFF5E
RGB
CMYK
RGB Variations
Color information
#FFFF5E (or 0xFFFF5E) is known color: Laser Lemon. HEX triplet: FF, FF and 5E. RGB value is (255,255,94). Sum of RGB (Red+Green+Blue) = 255+255+94=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 94 (37.11% from 255 or 15.56% from 604); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF5E is #0000A1. Grayscale: #EDEDED. Windows color (decimal): -162 or 6225919. OLE color: 6225919.
HSL color Cylindrical-coordinate representation of color #FFFF5E: hue angle of 60º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFFF5E is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 94 | - |
| CMYK | 0 | 0 | 0.63 | 0 |
| HSL | 60º | 1% | 0.68% | - |
| HSV(B) | 60º | 0.63% | 1% | - |
| XYZ | 79.02 | 93.59 | 24.49 | - |
| YUV | 236.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 94 | 0 | 0 | 0.63 | 0 | 60 | 1 | 0.68 |
| Hex | FF | FF | 5E | 0 | 0 | 3F | 0 | 3C | 64 | 44 |
| Octal | 377 | 377 | 136 | 0 | 0 | 77 | 0 | 74 | 144 | 104 |
| Binary | 11111111 | 11111111 | 1011110 | 0 | 0 | 111111 | 0 | 111100 | 1100100 | 1000100 |
Color Harmonies of #FFFF5E
Complementary color
Monochromatic Colors of #FFFF5E
Black with #FFFF5E
Text Example
Text Example
White with #FFFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF5E; }
p { color: rgb(255,255,94); }
H1.HeaderClassName
{
color: #FFFF5E;
}
.AnyTagClassName
{
color: #FFFF5E;
}
</style>
background-color css
<style>
a { background-color: #FFFF5E; }
a { background-color: rgb(255,255,94); }
div.DivClassName
{
background-color: #FFFF5E;
}
.BgClassName
{
background-color: #FFFF5E;
}
</style>
border-color css
<style>
span { border-color: #FFFF5E; }
span { border-color: rgb(255,255,94); }
td.TdClassName
{
border-color: #FFFF5E;
}
.TagClassName
{
border-color: #FFFF5E;
}
</style>