Shades of Laser Lemon #FDFF5E
Tints of Laser Lemon #FDFF5E
RGB
CMYK
RGB Variations
Color information
#FDFF5E (or 0xFDFF5E) is known color: Laser Lemon. HEX triplet: FD, FF and 5E. RGB value is (253,255,94). Sum of RGB (Red+Green+Blue) = 253+255+94=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 94 (37.11% from 255 or 15.61% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF5E is #0200A1. Grayscale: #ECECEC. Windows color (decimal): -131234 or 6225917. OLE color: 6225917.
HSL color Cylindrical-coordinate representation of color #FDFF5E: hue angle of 60.75º 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 #FDFF5E is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 94 | - |
| CMYK | 0.01 | 0 | 0.63 | 0 |
| HSL | 60.75º | 1% | 0.68% | - |
| HSV(B) | 60.75º | 0.63% | 1% | - |
| XYZ | 78.29 | 93.21 | 24.45 | - |
| YUV | 236.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 94 | 0.01 | 0 | 0.63 | 0 | 60.75 | 1 | 0.68 |
| Hex | FD | FF | 5E | 1 | 0 | 3F | 0 | 3D | 64 | 44 |
| Octal | 375 | 377 | 136 | 1 | 0 | 77 | 0 | 75 | 144 | 104 |
| Binary | 11111101 | 11111111 | 1011110 | 1 | 0 | 111111 | 0 | 111101 | 1100100 | 1000100 |
Color Harmonies of #FDFF5E
Complementary color
Monochromatic Colors of #FDFF5E
Black with #FDFF5E
Text Example
Text Example
White with #FDFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF5E; }
p { color: rgb(253,255,94); }
H1.HeaderClassName
{
color: #FDFF5E;
}
.AnyTagClassName
{
color: #FDFF5E;
}
</style>
background-color css
<style>
a { background-color: #FDFF5E; }
a { background-color: rgb(253,255,94); }
div.DivClassName
{
background-color: #FDFF5E;
}
.BgClassName
{
background-color: #FDFF5E;
}
</style>
border-color css
<style>
span { border-color: #FDFF5E; }
span { border-color: rgb(253,255,94); }
td.TdClassName
{
border-color: #FDFF5E;
}
.TagClassName
{
border-color: #FDFF5E;
}
</style>