Shades of Laser Lemon #FFFD6E
Tints of Laser Lemon #FFFD6E
RGB
CMYK
RGB Variations
Color information
#FFFD6E (or 0xFFFD6E) is known color: Laser Lemon. HEX triplet: FF, FD and 6E. RGB value is (255,253,110). Sum of RGB (Red+Green+Blue) = 255+253+110=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 110 (43.36% from 255 or 17.80% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD6E is #000291. Grayscale: #EDEDED. Windows color (decimal): -658 or 7273983. OLE color: 7273983.
HSL color Cylindrical-coordinate representation of color #FFFD6E: hue angle of 59.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFFD6E is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 110 | - |
| CMYK | 0 | 0.01 | 0.57 | 0 |
| HSL | 59.17º | 1% | 0.72% | - |
| HSV(B) | 59.17º | 0.57% | 1% | - |
| XYZ | 79.18 | 92.64 | 28.46 | - |
| YUV | 237.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 110 | 0 | 0.01 | 0.57 | 0 | 59.17 | 1 | 0.72 |
| Hex | FF | FD | 6E | 0 | 1 | 39 | 0 | 3B | 64 | 48 |
| Octal | 377 | 375 | 156 | 0 | 1 | 71 | 0 | 73 | 144 | 110 |
| Binary | 11111111 | 11111101 | 1101110 | 0 | 1 | 111001 | 0 | 111011 | 1100100 | 1001000 |
Color Harmonies of #FFFD6E
Complementary color
Monochromatic Colors of #FFFD6E
Black with #FFFD6E
Text Example
Text Example
White with #FFFD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD6E; }
p { color: rgb(255,253,110); }
H1.HeaderClassName
{
color: #FFFD6E;
}
.AnyTagClassName
{
color: #FFFD6E;
}
</style>
background-color css
<style>
a { background-color: #FFFD6E; }
a { background-color: rgb(255,253,110); }
div.DivClassName
{
background-color: #FFFD6E;
}
.BgClassName
{
background-color: #FFFD6E;
}
</style>
border-color css
<style>
span { border-color: #FFFD6E; }
span { border-color: rgb(255,253,110); }
td.TdClassName
{
border-color: #FFFD6E;
}
.TagClassName
{
border-color: #FFFD6E;
}
</style>