Shades of Laser Lemon #FDFC54
Tints of Laser Lemon #FDFC54
RGB
CMYK
RGB Variations
Color information
#FDFC54 (or 0xFDFC54) is known color: Laser Lemon. HEX triplet: FD, FC and 54. RGB value is (253,252,84). Sum of RGB (Red+Green+Blue) = 253+252+84=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 84 (33.20% from 255 or 14.26% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC54 is #0203AB. Grayscale: #E9E9E9. Windows color (decimal): -132012 or 5569789. OLE color: 5569789.
HSL color Cylindrical-coordinate representation of color #FDFC54: hue angle of 59.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDFC54 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 84 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.01 |
| HSL | 59.64º | 0.98% | 0.66% | - |
| HSV(B) | 59.64º | 0.67% | 0.99% | - |
| XYZ | 76.92 | 91.14 | 21.93 | - |
| YUV | 233.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 84 | 0 | 0.00 | 0.67 | 0.01 | 59.64 | 0.98 | 0.66 |
| Hex | FD | FC | 54 | 0 | 0 | 43 | 1 | 3C | 62 | 42 |
| Octal | 375 | 374 | 124 | 0 | 0 | 103 | 1 | 74 | 142 | 102 |
| Binary | 11111101 | 11111100 | 1010100 | 0 | 0 | 1000011 | 1 | 111100 | 1100010 | 1000010 |
Color Harmonies of #FDFC54
Complementary color
Monochromatic Colors of #FDFC54
Black with #FDFC54
Text Example
Text Example
White with #FDFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC54; }
p { color: rgb(253,252,84); }
H1.HeaderClassName
{
color: #FDFC54;
}
.AnyTagClassName
{
color: #FDFC54;
}
</style>
background-color css
<style>
a { background-color: #FDFC54; }
a { background-color: rgb(253,252,84); }
div.DivClassName
{
background-color: #FDFC54;
}
.BgClassName
{
background-color: #FDFC54;
}
</style>
border-color css
<style>
span { border-color: #FDFC54; }
span { border-color: rgb(253,252,84); }
td.TdClassName
{
border-color: #FDFC54;
}
.TagClassName
{
border-color: #FDFC54;
}
</style>