Shades of Laser Lemon #FDFE6B
Tints of Laser Lemon #FDFE6B
RGB
CMYK
RGB Variations
Color information
#FDFE6B (or 0xFDFE6B) is known color: Laser Lemon. HEX triplet: FD, FE and 6B. RGB value is (253,254,107). Sum of RGB (Red+Green+Blue) = 253+254+107=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 107 (42.19% from 255 or 17.43% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE6B is #020194. Grayscale: #EDEDED. Windows color (decimal): -131477 or 7077629. OLE color: 7077629.
HSL color Cylindrical-coordinate representation of color #FDFE6B: 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 #FDFE6B is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 107 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.00 |
| HSL | 60.41º | 0.99% | 0.71% | - |
| HSV(B) | 60.41º | 0.58% | 1% | - |
| XYZ | 78.6 | 92.83 | 27.68 | - |
| YUV | 236.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 107 | 0.00 | 0 | 0.58 | 0.00 | 60.41 | 0.99 | 0.71 |
| Hex | FD | FE | 6B | 0 | 0 | 3A | 0 | 3C | 63 | 47 |
| Octal | 375 | 376 | 153 | 0 | 0 | 72 | 0 | 74 | 143 | 107 |
| Binary | 11111101 | 11111110 | 1101011 | 0 | 0 | 111010 | 0 | 111100 | 1100011 | 1000111 |
Color Harmonies of #FDFE6B
Complementary color
Monochromatic Colors of #FDFE6B
Black with #FDFE6B
Text Example
Text Example
White with #FDFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE6B; }
p { color: rgb(253,254,107); }
H1.HeaderClassName
{
color: #FDFE6B;
}
.AnyTagClassName
{
color: #FDFE6B;
}
</style>
background-color css
<style>
a { background-color: #FDFE6B; }
a { background-color: rgb(253,254,107); }
div.DivClassName
{
background-color: #FDFE6B;
}
.BgClassName
{
background-color: #FDFE6B;
}
</style>
border-color css
<style>
span { border-color: #FDFE6B; }
span { border-color: rgb(253,254,107); }
td.TdClassName
{
border-color: #FDFE6B;
}
.TagClassName
{
border-color: #FDFE6B;
}
</style>