Shades of Laser Lemon #FFFD5D
Tints of Laser Lemon #FFFD5D
RGB
CMYK
RGB Variations
Color information
#FFFD5D (or 0xFFFD5D) is known color: Laser Lemon. HEX triplet: FF, FD and 5D. RGB value is (255,253,93). Sum of RGB (Red+Green+Blue) = 255+253+93=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 93 (36.72% from 255 or 15.47% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD5D is #0002A2. Grayscale: #EBEBEB. Windows color (decimal): -675 or 6159871. OLE color: 6159871.
HSL color Cylindrical-coordinate representation of color #FFFD5D: hue angle of 59.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFFD5D is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 93 | - |
| CMYK | 0 | 0.01 | 0.64 | 0 |
| HSL | 59.26º | 1% | 0.68% | - |
| HSV(B) | 59.26º | 0.64% | 1% | - |
| XYZ | 78.34 | 92.3 | 24.04 | - |
| YUV | 235.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 93 | 0 | 0.01 | 0.64 | 0 | 59.26 | 1 | 0.68 |
| Hex | FF | FD | 5D | 0 | 1 | 40 | 0 | 3B | 64 | 44 |
| Octal | 377 | 375 | 135 | 0 | 1 | 100 | 0 | 73 | 144 | 104 |
| Binary | 11111111 | 11111101 | 1011101 | 0 | 1 | 1000000 | 0 | 111011 | 1100100 | 1000100 |
Color Harmonies of #FFFD5D
Complementary color
Monochromatic Colors of #FFFD5D
Black with #FFFD5D
Text Example
Text Example
White with #FFFD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD5D; }
p { color: rgb(255,253,93); }
H1.HeaderClassName
{
color: #FFFD5D;
}
.AnyTagClassName
{
color: #FFFD5D;
}
</style>
background-color css
<style>
a { background-color: #FFFD5D; }
a { background-color: rgb(255,253,93); }
div.DivClassName
{
background-color: #FFFD5D;
}
.BgClassName
{
background-color: #FFFD5D;
}
</style>
border-color css
<style>
span { border-color: #FFFD5D; }
span { border-color: rgb(255,253,93); }
td.TdClassName
{
border-color: #FFFD5D;
}
.TagClassName
{
border-color: #FFFD5D;
}
</style>