Shades of Laser Lemon #FDFC5C
Tints of Laser Lemon #FDFC5C
RGB
CMYK
RGB Variations
Color information
#FDFC5C (or 0xFDFC5C) is known color: Laser Lemon. HEX triplet: FD, FC and 5C. RGB value is (253,252,92). Sum of RGB (Red+Green+Blue) = 253+252+92=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 92 (36.33% from 255 or 15.41% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC5C is #0203A3. Grayscale: #EAEAEA. Windows color (decimal): -132004 or 6094077. OLE color: 6094077.
HSL color Cylindrical-coordinate representation of color #FDFC5C: hue angle of 59.63º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDFC5C is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 92 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.01 |
| HSL | 59.63º | 0.98% | 0.68% | - |
| HSV(B) | 59.63º | 0.64% | 0.99% | - |
| XYZ | 77.25 | 91.28 | 23.67 | - |
| YUV | 234.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 92 | 0 | 0.00 | 0.64 | 0.01 | 59.63 | 0.98 | 0.68 |
| Hex | FD | FC | 5C | 0 | 0 | 40 | 1 | 3C | 62 | 44 |
| Octal | 375 | 374 | 134 | 0 | 0 | 100 | 1 | 74 | 142 | 104 |
| Binary | 11111101 | 11111100 | 1011100 | 0 | 0 | 1000000 | 1 | 111100 | 1100010 | 1000100 |
Color Harmonies of #FDFC5C
Complementary color
Monochromatic Colors of #FDFC5C
Black with #FDFC5C
Text Example
Text Example
White with #FDFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC5C; }
p { color: rgb(253,252,92); }
H1.HeaderClassName
{
color: #FDFC5C;
}
.AnyTagClassName
{
color: #FDFC5C;
}
</style>
background-color css
<style>
a { background-color: #FDFC5C; }
a { background-color: rgb(253,252,92); }
div.DivClassName
{
background-color: #FDFC5C;
}
.BgClassName
{
background-color: #FDFC5C;
}
</style>
border-color css
<style>
span { border-color: #FDFC5C; }
span { border-color: rgb(253,252,92); }
td.TdClassName
{
border-color: #FDFC5C;
}
.TagClassName
{
border-color: #FDFC5C;
}
</style>