Shades of Laser Lemon #FDFF57
Tints of Laser Lemon #FDFF57
RGB
CMYK
RGB Variations
Color information
#FDFF57 (or 0xFDFF57) is known color: Laser Lemon. HEX triplet: FD, FF and 57. RGB value is (253,255,87). Sum of RGB (Red+Green+Blue) = 253+255+87=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 87 (34.38% from 255 or 14.62% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF57 is #0200A8. Grayscale: #EBEBEB. Windows color (decimal): -131241 or 5767165. OLE color: 5767165.
HSL color Cylindrical-coordinate representation of color #FDFF57: hue angle of 60.71º 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 #FDFF57 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 87 | - |
| CMYK | 0.01 | 0 | 0.66 | 0 |
| HSL | 60.71º | 1% | 0.67% | - |
| HSV(B) | 60.71º | 0.66% | 1% | - |
| XYZ | 77.99 | 93.09 | 22.87 | - |
| YUV | 235.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 87 | 0.01 | 0 | 0.66 | 0 | 60.71 | 1 | 0.67 |
| Hex | FD | FF | 57 | 1 | 0 | 42 | 0 | 3D | 64 | 43 |
| Octal | 375 | 377 | 127 | 1 | 0 | 102 | 0 | 75 | 144 | 103 |
| Binary | 11111101 | 11111111 | 1010111 | 1 | 0 | 1000010 | 0 | 111101 | 1100100 | 1000011 |
Color Harmonies of #FDFF57
Complementary color
Monochromatic Colors of #FDFF57
Black with #FDFF57
Text Example
Text Example
White with #FDFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF57; }
p { color: rgb(253,255,87); }
H1.HeaderClassName
{
color: #FDFF57;
}
.AnyTagClassName
{
color: #FDFF57;
}
</style>
background-color css
<style>
a { background-color: #FDFF57; }
a { background-color: rgb(253,255,87); }
div.DivClassName
{
background-color: #FDFF57;
}
.BgClassName
{
background-color: #FDFF57;
}
</style>
border-color css
<style>
span { border-color: #FDFF57; }
span { border-color: rgb(253,255,87); }
td.TdClassName
{
border-color: #FDFF57;
}
.TagClassName
{
border-color: #FDFF57;
}
</style>