Shades of Laser Lemon #FFFD6D
Tints of Laser Lemon #FFFD6D
RGB
CMYK
RGB Variations
Color information
#FFFD6D (or 0xFFFD6D) is known color: Laser Lemon. HEX triplet: FF, FD and 6D. RGB value is (255,253,109). Sum of RGB (Red+Green+Blue) = 255+253+109=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 109 (42.97% from 255 or 17.67% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD6D is #000292. Grayscale: #EDEDED. Windows color (decimal): -659 or 7208447. OLE color: 7208447.
HSL color Cylindrical-coordinate representation of color #FFFD6D: hue angle of 59.18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFFD6D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 109 | - |
| CMYK | 0 | 0.01 | 0.57 | 0 |
| HSL | 59.18º | 1% | 0.71% | - |
| HSV(B) | 59.18º | 0.57% | 1% | - |
| XYZ | 79.13 | 92.61 | 28.17 | - |
| YUV | 237.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 109 | 0 | 0.01 | 0.57 | 0 | 59.18 | 1 | 0.71 |
| Hex | FF | FD | 6D | 0 | 1 | 39 | 0 | 3B | 64 | 47 |
| Octal | 377 | 375 | 155 | 0 | 1 | 71 | 0 | 73 | 144 | 107 |
| Binary | 11111111 | 11111101 | 1101101 | 0 | 1 | 111001 | 0 | 111011 | 1100100 | 1000111 |
Color Harmonies of #FFFD6D
Complementary color
Monochromatic Colors of #FFFD6D
Black with #FFFD6D
Text Example
Text Example
White with #FFFD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD6D; }
p { color: rgb(255,253,109); }
H1.HeaderClassName
{
color: #FFFD6D;
}
.AnyTagClassName
{
color: #FFFD6D;
}
</style>
background-color css
<style>
a { background-color: #FFFD6D; }
a { background-color: rgb(255,253,109); }
div.DivClassName
{
background-color: #FFFD6D;
}
.BgClassName
{
background-color: #FFFD6D;
}
</style>
border-color css
<style>
span { border-color: #FFFD6D; }
span { border-color: rgb(255,253,109); }
td.TdClassName
{
border-color: #FFFD6D;
}
.TagClassName
{
border-color: #FFFD6D;
}
</style>