Shades of Laser Lemon #FCFE53
Tints of Laser Lemon #FCFE53
RGB
CMYK
RGB Variations
Color information
#FCFE53 (or 0xFCFE53) is known color: Laser Lemon. HEX triplet: FC, FE and 53. RGB value is (252,254,83). Sum of RGB (Red+Green+Blue) = 252+254+83=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 83 (32.81% from 255 or 14.09% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE53 is #0301AC. Grayscale: #EAEAEA. Windows color (decimal): -197037 or 5504764. OLE color: 5504764.
HSL color Cylindrical-coordinate representation of color #FCFE53: hue angle of 60.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCFE53 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 83 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.00 |
| HSL | 60.7º | 0.99% | 0.66% | - |
| HSV(B) | 60.7º | 0.67% | 1% | - |
| XYZ | 77.15 | 92.2 | 21.91 | - |
| YUV | 233.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 83 | 0.01 | 0 | 0.67 | 0.00 | 60.7 | 0.99 | 0.66 |
| Hex | FC | FE | 53 | 1 | 0 | 43 | 0 | 3D | 63 | 42 |
| Octal | 374 | 376 | 123 | 1 | 0 | 103 | 0 | 75 | 143 | 102 |
| Binary | 11111100 | 11111110 | 1010011 | 1 | 0 | 1000011 | 0 | 111101 | 1100011 | 1000010 |
Color Harmonies of #FCFE53
Complementary color
Monochromatic Colors of #FCFE53
Black with #FCFE53
Text Example
Text Example
White with #FCFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE53; }
p { color: rgb(252,254,83); }
H1.HeaderClassName
{
color: #FCFE53;
}
.AnyTagClassName
{
color: #FCFE53;
}
</style>
background-color css
<style>
a { background-color: #FCFE53; }
a { background-color: rgb(252,254,83); }
div.DivClassName
{
background-color: #FCFE53;
}
.BgClassName
{
background-color: #FCFE53;
}
</style>
border-color css
<style>
span { border-color: #FCFE53; }
span { border-color: rgb(252,254,83); }
td.TdClassName
{
border-color: #FCFE53;
}
.TagClassName
{
border-color: #FCFE53;
}
</style>