Shades of Laser Lemon #FFFD53
Tints of Laser Lemon #FFFD53
RGB
CMYK
RGB Variations
Color information
#FFFD53 (or 0xFFFD53) is known color: Laser Lemon. HEX triplet: FF, FD and 53. RGB value is (255,253,83). Sum of RGB (Red+Green+Blue) = 255+253+83=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 83 (32.81% from 255 or 14.04% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD53 is #0002AC. Grayscale: #EAEAEA. Windows color (decimal): -685 or 5504511. OLE color: 5504511.
HSL color Cylindrical-coordinate representation of color #FFFD53: hue angle of 59.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFFD53 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 83 | - |
| CMYK | 0 | 0.01 | 0.67 | 0 |
| HSL | 59.3º | 1% | 0.66% | - |
| HSV(B) | 59.3º | 0.67% | 1% | - |
| XYZ | 77.93 | 92.14 | 21.86 | - |
| YUV | 234.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 83 | 0 | 0.01 | 0.67 | 0 | 59.3 | 1 | 0.66 |
| Hex | FF | FD | 53 | 0 | 1 | 43 | 0 | 3B | 64 | 42 |
| Octal | 377 | 375 | 123 | 0 | 1 | 103 | 0 | 73 | 144 | 102 |
| Binary | 11111111 | 11111101 | 1010011 | 0 | 1 | 1000011 | 0 | 111011 | 1100100 | 1000010 |
Color Harmonies of #FFFD53
Complementary color
Monochromatic Colors of #FFFD53
Black with #FFFD53
Text Example
Text Example
White with #FFFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD53; }
p { color: rgb(255,253,83); }
H1.HeaderClassName
{
color: #FFFD53;
}
.AnyTagClassName
{
color: #FFFD53;
}
</style>
background-color css
<style>
a { background-color: #FFFD53; }
a { background-color: rgb(255,253,83); }
div.DivClassName
{
background-color: #FFFD53;
}
.BgClassName
{
background-color: #FFFD53;
}
</style>
border-color css
<style>
span { border-color: #FFFD53; }
span { border-color: rgb(255,253,83); }
td.TdClassName
{
border-color: #FFFD53;
}
.TagClassName
{
border-color: #FFFD53;
}
</style>