Shades of Laser Lemon #FDFE6E
Tints of Laser Lemon #FDFE6E
RGB
CMYK
RGB Variations
Color information
#FDFE6E (or 0xFDFE6E) is known color: Laser Lemon. HEX triplet: FD, FE and 6E. RGB value is (253,254,110). Sum of RGB (Red+Green+Blue) = 253+254+110=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 110 (43.36% from 255 or 17.83% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE6E is #020191. Grayscale: #EDEDED. Windows color (decimal): -131474 or 7274237. OLE color: 7274237.
HSL color Cylindrical-coordinate representation of color #FDFE6E: hue angle of 60.42º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDFE6E is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 110 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.00 |
| HSL | 60.42º | 0.99% | 0.71% | - |
| HSV(B) | 60.42º | 0.57% | 1% | - |
| XYZ | 78.76 | 92.89 | 28.53 | - |
| YUV | 237.29 | 56.17 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 110 | 0.00 | 0 | 0.57 | 0.00 | 60.42 | 0.99 | 0.71 |
| Hex | FD | FE | 6E | 0 | 0 | 39 | 0 | 3C | 63 | 47 |
| Octal | 375 | 376 | 156 | 0 | 0 | 71 | 0 | 74 | 143 | 107 |
| Binary | 11111101 | 11111110 | 1101110 | 0 | 0 | 111001 | 0 | 111100 | 1100011 | 1000111 |
Color Harmonies of #FDFE6E
Complementary color
Monochromatic Colors of #FDFE6E
Black with #FDFE6E
Text Example
Text Example
White with #FDFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE6E; }
p { color: rgb(253,254,110); }
H1.HeaderClassName
{
color: #FDFE6E;
}
.AnyTagClassName
{
color: #FDFE6E;
}
</style>
background-color css
<style>
a { background-color: #FDFE6E; }
a { background-color: rgb(253,254,110); }
div.DivClassName
{
background-color: #FDFE6E;
}
.BgClassName
{
background-color: #FDFE6E;
}
</style>
border-color css
<style>
span { border-color: #FDFE6E; }
span { border-color: rgb(253,254,110); }
td.TdClassName
{
border-color: #FDFE6E;
}
.TagClassName
{
border-color: #FDFE6E;
}
</style>