Shades of Laser Lemon #FFFD6C
Tints of Laser Lemon #FFFD6C
RGB
CMYK
RGB Variations
Color information
#FFFD6C (or 0xFFFD6C) is known color: Laser Lemon. HEX triplet: FF, FD and 6C. RGB value is (255,253,108). Sum of RGB (Red+Green+Blue) = 255+253+108=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 108 (42.58% from 255 or 17.53% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD6C is #000293. Grayscale: #EDEDED. Windows color (decimal): -660 or 7142911. OLE color: 7142911.
HSL color Cylindrical-coordinate representation of color #FFFD6C: hue angle of 59.18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFFD6C is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 108 | - |
| CMYK | 0 | 0.01 | 0.58 | 0 |
| HSL | 59.18º | 1% | 0.71% | - |
| HSV(B) | 59.18º | 0.58% | 1% | - |
| XYZ | 79.07 | 92.59 | 27.89 | - |
| YUV | 237.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 108 | 0 | 0.01 | 0.58 | 0 | 59.18 | 1 | 0.71 |
| Hex | FF | FD | 6C | 0 | 1 | 3A | 0 | 3B | 64 | 47 |
| Octal | 377 | 375 | 154 | 0 | 1 | 72 | 0 | 73 | 144 | 107 |
| Binary | 11111111 | 11111101 | 1101100 | 0 | 1 | 111010 | 0 | 111011 | 1100100 | 1000111 |
Color Harmonies of #FFFD6C
Complementary color
Monochromatic Colors of #FFFD6C
Black with #FFFD6C
Text Example
Text Example
White with #FFFD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD6C; }
p { color: rgb(255,253,108); }
H1.HeaderClassName
{
color: #FFFD6C;
}
.AnyTagClassName
{
color: #FFFD6C;
}
</style>
background-color css
<style>
a { background-color: #FFFD6C; }
a { background-color: rgb(255,253,108); }
div.DivClassName
{
background-color: #FFFD6C;
}
.BgClassName
{
background-color: #FFFD6C;
}
</style>
border-color css
<style>
span { border-color: #FFFD6C; }
span { border-color: rgb(255,253,108); }
td.TdClassName
{
border-color: #FFFD6C;
}
.TagClassName
{
border-color: #FFFD6C;
}
</style>