Shades of Laser Lemon #FCFE52
Tints of Laser Lemon #FCFE52
RGB
CMYK
RGB Variations
Color information
#FCFE52 (or 0xFCFE52) is known color: Laser Lemon. HEX triplet: FC, FE and 52. RGB value is (252,254,82). Sum of RGB (Red+Green+Blue) = 252+254+82=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 82 (32.42% from 255 or 13.95% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE52 is #0301AD. Grayscale: #EAEAEA. Windows color (decimal): -197038 or 5439228. OLE color: 5439228.
HSL color Cylindrical-coordinate representation of color #FCFE52: 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.68%. Process color model (Four color, CMYK) of #FCFE52 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 82 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.00 |
| HSL | 60.7º | 0.99% | 0.66% | - |
| HSV(B) | 60.7º | 0.68% | 1% | - |
| XYZ | 77.11 | 92.19 | 21.71 | - |
| YUV | 233.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 82 | 0.01 | 0 | 0.68 | 0.00 | 60.7 | 0.99 | 0.66 |
| Hex | FC | FE | 52 | 1 | 0 | 44 | 0 | 3D | 63 | 42 |
| Octal | 374 | 376 | 122 | 1 | 0 | 104 | 0 | 75 | 143 | 102 |
| Binary | 11111100 | 11111110 | 1010010 | 1 | 0 | 1000100 | 0 | 111101 | 1100011 | 1000010 |
Color Harmonies of #FCFE52
Complementary color
Monochromatic Colors of #FCFE52
Black with #FCFE52
Text Example
Text Example
White with #FCFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE52; }
p { color: rgb(252,254,82); }
H1.HeaderClassName
{
color: #FCFE52;
}
.AnyTagClassName
{
color: #FCFE52;
}
</style>
background-color css
<style>
a { background-color: #FCFE52; }
a { background-color: rgb(252,254,82); }
div.DivClassName
{
background-color: #FCFE52;
}
.BgClassName
{
background-color: #FCFE52;
}
</style>
border-color css
<style>
span { border-color: #FCFE52; }
span { border-color: rgb(252,254,82); }
td.TdClassName
{
border-color: #FCFE52;
}
.TagClassName
{
border-color: #FCFE52;
}
</style>