Shades of Laser Lemon #FDFF59
Tints of Laser Lemon #FDFF59
RGB
CMYK
RGB Variations
Color information
#FDFF59 (or 0xFDFF59) is known color: Laser Lemon. HEX triplet: FD, FF and 59. RGB value is (253,255,89). Sum of RGB (Red+Green+Blue) = 253+255+89=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 89 (35.16% from 255 or 14.91% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF59 is #0200A6. Grayscale: #ECECEC. Windows color (decimal): -131239 or 5898237. OLE color: 5898237.
HSL color Cylindrical-coordinate representation of color #FDFF59: hue angle of 60.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDFF59 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 89 | - |
| CMYK | 0.01 | 0 | 0.65 | 0 |
| HSL | 60.72º | 1% | 0.67% | - |
| HSV(B) | 60.72º | 0.65% | 1% | - |
| XYZ | 78.07 | 93.12 | 23.31 | - |
| YUV | 235.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 89 | 0.01 | 0 | 0.65 | 0 | 60.72 | 1 | 0.67 |
| Hex | FD | FF | 59 | 1 | 0 | 41 | 0 | 3D | 64 | 43 |
| Octal | 375 | 377 | 131 | 1 | 0 | 101 | 0 | 75 | 144 | 103 |
| Binary | 11111101 | 11111111 | 1011001 | 1 | 0 | 1000001 | 0 | 111101 | 1100100 | 1000011 |
Color Harmonies of #FDFF59
Complementary color
Monochromatic Colors of #FDFF59
Black with #FDFF59
Text Example
Text Example
White with #FDFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF59; }
p { color: rgb(253,255,89); }
H1.HeaderClassName
{
color: #FDFF59;
}
.AnyTagClassName
{
color: #FDFF59;
}
</style>
background-color css
<style>
a { background-color: #FDFF59; }
a { background-color: rgb(253,255,89); }
div.DivClassName
{
background-color: #FDFF59;
}
.BgClassName
{
background-color: #FDFF59;
}
</style>
border-color css
<style>
span { border-color: #FDFF59; }
span { border-color: rgb(253,255,89); }
td.TdClassName
{
border-color: #FDFF59;
}
.TagClassName
{
border-color: #FDFF59;
}
</style>