Shades of Laser Lemon #FDFF5D
Tints of Laser Lemon #FDFF5D
RGB
CMYK
RGB Variations
Color information
#FDFF5D (or 0xFDFF5D) is known color: Laser Lemon. HEX triplet: FD, FF and 5D. RGB value is (253,255,93). Sum of RGB (Red+Green+Blue) = 253+255+93=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 93 (36.72% from 255 or 15.47% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF5D is #0200A2. Grayscale: #ECECEC. Windows color (decimal): -131235 or 6160381. OLE color: 6160381.
HSL color Cylindrical-coordinate representation of color #FDFF5D: hue angle of 60.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDFF5D is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 93 | - |
| CMYK | 0.01 | 0 | 0.64 | 0 |
| HSL | 60.74º | 1% | 0.68% | - |
| HSV(B) | 60.74º | 0.64% | 1% | - |
| XYZ | 78.24 | 93.19 | 24.22 | - |
| YUV | 235.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 93 | 0.01 | 0 | 0.64 | 0 | 60.74 | 1 | 0.68 |
| Hex | FD | FF | 5D | 1 | 0 | 40 | 0 | 3D | 64 | 44 |
| Octal | 375 | 377 | 135 | 1 | 0 | 100 | 0 | 75 | 144 | 104 |
| Binary | 11111101 | 11111111 | 1011101 | 1 | 0 | 1000000 | 0 | 111101 | 1100100 | 1000100 |
Color Harmonies of #FDFF5D
Complementary color
Monochromatic Colors of #FDFF5D
Black with #FDFF5D
Text Example
Text Example
White with #FDFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF5D; }
p { color: rgb(253,255,93); }
H1.HeaderClassName
{
color: #FDFF5D;
}
.AnyTagClassName
{
color: #FDFF5D;
}
</style>
background-color css
<style>
a { background-color: #FDFF5D; }
a { background-color: rgb(253,255,93); }
div.DivClassName
{
background-color: #FDFF5D;
}
.BgClassName
{
background-color: #FDFF5D;
}
</style>
border-color css
<style>
span { border-color: #FDFF5D; }
span { border-color: rgb(253,255,93); }
td.TdClassName
{
border-color: #FDFF5D;
}
.TagClassName
{
border-color: #FDFF5D;
}
</style>