Shades of Laser Lemon #FFFD56
Tints of Laser Lemon #FFFD56
RGB
CMYK
RGB Variations
Color information
#FFFD56 (or 0xFFFD56) is known color: Laser Lemon. HEX triplet: FF, FD and 56. RGB value is (255,253,86). Sum of RGB (Red+Green+Blue) = 255+253+86=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 86 (33.98% from 255 or 14.48% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD56 is #0002A9. Grayscale: #EBEBEB. Windows color (decimal): -682 or 5701119. OLE color: 5701119.
HSL color Cylindrical-coordinate representation of color #FFFD56: hue angle of 59.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFFD56 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 86 | - |
| CMYK | 0 | 0.01 | 0.66 | 0 |
| HSL | 59.29º | 1% | 0.67% | - |
| HSV(B) | 59.29º | 0.66% | 1% | - |
| XYZ | 78.04 | 92.18 | 22.48 | - |
| YUV | 234.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 86 | 0 | 0.01 | 0.66 | 0 | 59.29 | 1 | 0.67 |
| Hex | FF | FD | 56 | 0 | 1 | 42 | 0 | 3B | 64 | 43 |
| Octal | 377 | 375 | 126 | 0 | 1 | 102 | 0 | 73 | 144 | 103 |
| Binary | 11111111 | 11111101 | 1010110 | 0 | 1 | 1000010 | 0 | 111011 | 1100100 | 1000011 |
Color Harmonies of #FFFD56
Complementary color
Monochromatic Colors of #FFFD56
Black with #FFFD56
Text Example
Text Example
White with #FFFD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD56; }
p { color: rgb(255,253,86); }
H1.HeaderClassName
{
color: #FFFD56;
}
.AnyTagClassName
{
color: #FFFD56;
}
</style>
background-color css
<style>
a { background-color: #FFFD56; }
a { background-color: rgb(255,253,86); }
div.DivClassName
{
background-color: #FFFD56;
}
.BgClassName
{
background-color: #FFFD56;
}
</style>
border-color css
<style>
span { border-color: #FFFD56; }
span { border-color: rgb(255,253,86); }
td.TdClassName
{
border-color: #FFFD56;
}
.TagClassName
{
border-color: #FFFD56;
}
</style>