Shades of Laser Lemon #FDFE6C
Tints of Laser Lemon #FDFE6C
RGB
CMYK
RGB Variations
Color information
#FDFE6C (or 0xFDFE6C) is known color: Laser Lemon. HEX triplet: FD, FE and 6C. RGB value is (253,254,108). Sum of RGB (Red+Green+Blue) = 253+254+108=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 108 (42.58% from 255 or 17.56% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE6C is #020193. Grayscale: #EDEDED. Windows color (decimal): -131476 or 7143165. OLE color: 7143165.
HSL color Cylindrical-coordinate representation of color #FDFE6C: 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.57%. Process color model (Four color, CMYK) of #FDFE6C is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 108 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.00 |
| HSL | 60.41º | 0.99% | 0.71% | - |
| HSV(B) | 60.41º | 0.57% | 1% | - |
| XYZ | 78.66 | 92.85 | 27.96 | - |
| YUV | 237.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 108 | 0.00 | 0 | 0.57 | 0.00 | 60.41 | 0.99 | 0.71 |
| Hex | FD | FE | 6C | 0 | 0 | 39 | 0 | 3C | 63 | 47 |
| Octal | 375 | 376 | 154 | 0 | 0 | 71 | 0 | 74 | 143 | 107 |
| Binary | 11111101 | 11111110 | 1101100 | 0 | 0 | 111001 | 0 | 111100 | 1100011 | 1000111 |
Color Harmonies of #FDFE6C
Complementary color
Monochromatic Colors of #FDFE6C
Black with #FDFE6C
Text Example
Text Example
White with #FDFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE6C; }
p { color: rgb(253,254,108); }
H1.HeaderClassName
{
color: #FDFE6C;
}
.AnyTagClassName
{
color: #FDFE6C;
}
</style>
background-color css
<style>
a { background-color: #FDFE6C; }
a { background-color: rgb(253,254,108); }
div.DivClassName
{
background-color: #FDFE6C;
}
.BgClassName
{
background-color: #FDFE6C;
}
</style>
border-color css
<style>
span { border-color: #FDFE6C; }
span { border-color: rgb(253,254,108); }
td.TdClassName
{
border-color: #FDFE6C;
}
.TagClassName
{
border-color: #FDFE6C;
}
</style>