Shades of Laser Lemon #FDFF53
Tints of Laser Lemon #FDFF53
RGB
CMYK
RGB Variations
Color information
#FDFF53 (or 0xFDFF53) is known color: Laser Lemon. HEX triplet: FD, FF and 53. RGB value is (253,255,83). Sum of RGB (Red+Green+Blue) = 253+255+83=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 83 (32.81% from 255 or 14.04% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF53 is #0200AC. Grayscale: #EBEBEB. Windows color (decimal): -131245 or 5505021. OLE color: 5505021.
HSL color Cylindrical-coordinate representation of color #FDFF53: hue angle of 60.7º 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 #FDFF53 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 83 | - |
| CMYK | 0.01 | 0 | 0.67 | 0 |
| HSL | 60.7º | 1% | 0.66% | - |
| HSV(B) | 60.7º | 0.67% | 1% | - |
| XYZ | 77.83 | 93.03 | 22.04 | - |
| YUV | 234.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 83 | 0.01 | 0 | 0.67 | 0 | 60.7 | 1 | 0.66 |
| Hex | FD | FF | 53 | 1 | 0 | 43 | 0 | 3D | 64 | 42 |
| Octal | 375 | 377 | 123 | 1 | 0 | 103 | 0 | 75 | 144 | 102 |
| Binary | 11111101 | 11111111 | 1010011 | 1 | 0 | 1000011 | 0 | 111101 | 1100100 | 1000010 |
Color Harmonies of #FDFF53
Complementary color
Monochromatic Colors of #FDFF53
Black with #FDFF53
Text Example
Text Example
White with #FDFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF53; }
p { color: rgb(253,255,83); }
H1.HeaderClassName
{
color: #FDFF53;
}
.AnyTagClassName
{
color: #FDFF53;
}
</style>
background-color css
<style>
a { background-color: #FDFF53; }
a { background-color: rgb(253,255,83); }
div.DivClassName
{
background-color: #FDFF53;
}
.BgClassName
{
background-color: #FDFF53;
}
</style>
border-color css
<style>
span { border-color: #FDFF53; }
span { border-color: rgb(253,255,83); }
td.TdClassName
{
border-color: #FDFF53;
}
.TagClassName
{
border-color: #FDFF53;
}
</style>