Shades of Laser Lemon #FDFF5B
Tints of Laser Lemon #FDFF5B
RGB
CMYK
RGB Variations
Color information
#FDFF5B (or 0xFDFF5B) is known color: Laser Lemon. HEX triplet: FD, FF and 5B. RGB value is (253,255,91). Sum of RGB (Red+Green+Blue) = 253+255+91=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 91 (35.94% from 255 or 15.19% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF5B is #0200A4. Grayscale: #ECECEC. Windows color (decimal): -131237 or 6029309. OLE color: 6029309.
HSL color Cylindrical-coordinate representation of color #FDFF5B: hue angle of 60.73º 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 #FDFF5B is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 91 | - |
| CMYK | 0.01 | 0 | 0.64 | 0 |
| HSL | 60.73º | 1% | 0.68% | - |
| HSV(B) | 60.73º | 0.64% | 1% | - |
| XYZ | 78.16 | 93.16 | 23.76 | - |
| YUV | 235.71 | 46.34 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 91 | 0.01 | 0 | 0.64 | 0 | 60.73 | 1 | 0.68 |
| Hex | FD | FF | 5B | 1 | 0 | 40 | 0 | 3D | 64 | 44 |
| Octal | 375 | 377 | 133 | 1 | 0 | 100 | 0 | 75 | 144 | 104 |
| Binary | 11111101 | 11111111 | 1011011 | 1 | 0 | 1000000 | 0 | 111101 | 1100100 | 1000100 |
Color Harmonies of #FDFF5B
Complementary color
Monochromatic Colors of #FDFF5B
Black with #FDFF5B
Text Example
Text Example
White with #FDFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF5B; }
p { color: rgb(253,255,91); }
H1.HeaderClassName
{
color: #FDFF5B;
}
.AnyTagClassName
{
color: #FDFF5B;
}
</style>
background-color css
<style>
a { background-color: #FDFF5B; }
a { background-color: rgb(253,255,91); }
div.DivClassName
{
background-color: #FDFF5B;
}
.BgClassName
{
background-color: #FDFF5B;
}
</style>
border-color css
<style>
span { border-color: #FDFF5B; }
span { border-color: rgb(253,255,91); }
td.TdClassName
{
border-color: #FDFF5B;
}
.TagClassName
{
border-color: #FDFF5B;
}
</style>