Shades of Laser Lemon #FDFE6A
Tints of Laser Lemon #FDFE6A
RGB
CMYK
RGB Variations
Color information
#FDFE6A (or 0xFDFE6A) is known color: Laser Lemon. HEX triplet: FD, FE and 6A. RGB value is (253,254,106). Sum of RGB (Red+Green+Blue) = 253+254+106=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 106 (41.80% from 255 or 17.29% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE6A is #020195. Grayscale: #EDEDED. Windows color (decimal): -131478 or 7012093. OLE color: 7012093.
HSL color Cylindrical-coordinate representation of color #FDFE6A: hue angle of 60.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDFE6A is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 106 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.00 |
| HSL | 60.41º | 0.99% | 0.71% | - |
| HSV(B) | 60.41º | 0.58% | 1% | - |
| XYZ | 78.55 | 92.81 | 27.41 | - |
| YUV | 236.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 106 | 0.00 | 0 | 0.58 | 0.00 | 60.41 | 0.99 | 0.71 |
| Hex | FD | FE | 6A | 0 | 0 | 3A | 0 | 3C | 63 | 47 |
| Octal | 375 | 376 | 152 | 0 | 0 | 72 | 0 | 74 | 143 | 107 |
| Binary | 11111101 | 11111110 | 1101010 | 0 | 0 | 111010 | 0 | 111100 | 1100011 | 1000111 |
Color Harmonies of #FDFE6A
Complementary color
Monochromatic Colors of #FDFE6A
Black with #FDFE6A
Text Example
Text Example
White with #FDFE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE6A; }
p { color: rgb(253,254,106); }
H1.HeaderClassName
{
color: #FDFE6A;
}
.AnyTagClassName
{
color: #FDFE6A;
}
</style>
background-color css
<style>
a { background-color: #FDFE6A; }
a { background-color: rgb(253,254,106); }
div.DivClassName
{
background-color: #FDFE6A;
}
.BgClassName
{
background-color: #FDFE6A;
}
</style>
border-color css
<style>
span { border-color: #FDFE6A; }
span { border-color: rgb(253,254,106); }
td.TdClassName
{
border-color: #FDFE6A;
}
.TagClassName
{
border-color: #FDFE6A;
}
</style>