Shades of Laser Lemon #FDFF5C
Tints of Laser Lemon #FDFF5C
RGB
CMYK
RGB Variations
Color information
#FDFF5C (or 0xFDFF5C) is known color: Laser Lemon. HEX triplet: FD, FF and 5C. RGB value is (253,255,92). Sum of RGB (Red+Green+Blue) = 253+255+92=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 92 (36.33% from 255 or 15.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF5C is #0200A3. Grayscale: #ECECEC. Windows color (decimal): -131236 or 6094845. OLE color: 6094845.
HSL color Cylindrical-coordinate representation of color #FDFF5C: hue angle of 60.74º 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 #FDFF5C is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 92 | - |
| CMYK | 0.01 | 0 | 0.64 | 0 |
| HSL | 60.74º | 1% | 0.68% | - |
| HSV(B) | 60.74º | 0.64% | 1% | - |
| XYZ | 78.2 | 93.18 | 23.99 | - |
| YUV | 235.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 92 | 0.01 | 0 | 0.64 | 0 | 60.74 | 1 | 0.68 |
| Hex | FD | FF | 5C | 1 | 0 | 40 | 0 | 3D | 64 | 44 |
| Octal | 375 | 377 | 134 | 1 | 0 | 100 | 0 | 75 | 144 | 104 |
| Binary | 11111101 | 11111111 | 1011100 | 1 | 0 | 1000000 | 0 | 111101 | 1100100 | 1000100 |
Color Harmonies of #FDFF5C
Complementary color
Monochromatic Colors of #FDFF5C
Black with #FDFF5C
Text Example
Text Example
White with #FDFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF5C; }
p { color: rgb(253,255,92); }
H1.HeaderClassName
{
color: #FDFF5C;
}
.AnyTagClassName
{
color: #FDFF5C;
}
</style>
background-color css
<style>
a { background-color: #FDFF5C; }
a { background-color: rgb(253,255,92); }
div.DivClassName
{
background-color: #FDFF5C;
}
.BgClassName
{
background-color: #FDFF5C;
}
</style>
border-color css
<style>
span { border-color: #FDFF5C; }
span { border-color: rgb(253,255,92); }
td.TdClassName
{
border-color: #FDFF5C;
}
.TagClassName
{
border-color: #FDFF5C;
}
</style>