Shades of Laser Lemon #FDFE5C
Tints of Laser Lemon #FDFE5C
RGB
CMYK
RGB Variations
Color information
#FDFE5C (or 0xFDFE5C) is known color: Laser Lemon. HEX triplet: FD, FE and 5C. RGB value is (253,254,92). Sum of RGB (Red+Green+Blue) = 253+254+92=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 92 (36.33% from 255 or 15.36% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE5C is #0201A3. Grayscale: #EBEBEB. Windows color (decimal): -131492 or 6094589. OLE color: 6094589.
HSL color Cylindrical-coordinate representation of color #FDFE5C: hue angle of 60.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDFE5C is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 92 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.00 |
| HSL | 60.37º | 0.99% | 0.68% | - |
| HSV(B) | 60.37º | 0.64% | 1% | - |
| XYZ | 77.88 | 92.54 | 23.88 | - |
| YUV | 235.23 | 47.17 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 92 | 0.00 | 0 | 0.64 | 0.00 | 60.37 | 0.99 | 0.68 |
| Hex | FD | FE | 5C | 0 | 0 | 40 | 0 | 3C | 63 | 44 |
| Octal | 375 | 376 | 134 | 0 | 0 | 100 | 0 | 74 | 143 | 104 |
| Binary | 11111101 | 11111110 | 1011100 | 0 | 0 | 1000000 | 0 | 111100 | 1100011 | 1000100 |
Color Harmonies of #FDFE5C
Complementary color
Monochromatic Colors of #FDFE5C
Black with #FDFE5C
Text Example
Text Example
White with #FDFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE5C; }
p { color: rgb(253,254,92); }
H1.HeaderClassName
{
color: #FDFE5C;
}
.AnyTagClassName
{
color: #FDFE5C;
}
</style>
background-color css
<style>
a { background-color: #FDFE5C; }
a { background-color: rgb(253,254,92); }
div.DivClassName
{
background-color: #FDFE5C;
}
.BgClassName
{
background-color: #FDFE5C;
}
</style>
border-color css
<style>
span { border-color: #FDFE5C; }
span { border-color: rgb(253,254,92); }
td.TdClassName
{
border-color: #FDFE5C;
}
.TagClassName
{
border-color: #FDFE5C;
}
</style>