Shades of Laser Lemon #FDFE5D
Tints of Laser Lemon #FDFE5D
RGB
CMYK
RGB Variations
Color information
#FDFE5D (or 0xFDFE5D) is known color: Laser Lemon. HEX triplet: FD, FE and 5D. RGB value is (253,254,93). Sum of RGB (Red+Green+Blue) = 253+254+93=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 93 (36.72% from 255 or 15.5% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE5D is #0201A2. Grayscale: #EBEBEB. Windows color (decimal): -131491 or 6160125. OLE color: 6160125.
HSL color Cylindrical-coordinate representation of color #FDFE5D: hue angle of 60.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDFE5D is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 93 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.00 |
| HSL | 60.37º | 0.99% | 0.68% | - |
| HSV(B) | 60.37º | 0.63% | 1% | - |
| XYZ | 77.93 | 92.56 | 24.11 | - |
| YUV | 235.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 93 | 0.00 | 0 | 0.63 | 0.00 | 60.37 | 0.99 | 0.68 |
| Hex | FD | FE | 5D | 0 | 0 | 3F | 0 | 3C | 63 | 44 |
| Octal | 375 | 376 | 135 | 0 | 0 | 77 | 0 | 74 | 143 | 104 |
| Binary | 11111101 | 11111110 | 1011101 | 0 | 0 | 111111 | 0 | 111100 | 1100011 | 1000100 |
Color Harmonies of #FDFE5D
Complementary color
Monochromatic Colors of #FDFE5D
Black with #FDFE5D
Text Example
Text Example
White with #FDFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE5D; }
p { color: rgb(253,254,93); }
H1.HeaderClassName
{
color: #FDFE5D;
}
.AnyTagClassName
{
color: #FDFE5D;
}
</style>
background-color css
<style>
a { background-color: #FDFE5D; }
a { background-color: rgb(253,254,93); }
div.DivClassName
{
background-color: #FDFE5D;
}
.BgClassName
{
background-color: #FDFE5D;
}
</style>
border-color css
<style>
span { border-color: #FDFE5D; }
span { border-color: rgb(253,254,93); }
td.TdClassName
{
border-color: #FDFE5D;
}
.TagClassName
{
border-color: #FDFE5D;
}
</style>