Shades of Laser Lemon #FCFE5D
Tints of Laser Lemon #FCFE5D
RGB
CMYK
RGB Variations
Color information
#FCFE5D (or 0xFCFE5D) is known color: Laser Lemon. HEX triplet: FC, FE and 5D. RGB value is (252,254,93). Sum of RGB (Red+Green+Blue) = 252+254+93=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 93 (36.72% from 255 or 15.53% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE5D is #0301A2. Grayscale: #EBEBEB. Windows color (decimal): -197027 or 6160124. OLE color: 6160124.
HSL color Cylindrical-coordinate representation of color #FCFE5D: hue angle of 60.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCFE5D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 93 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.00 |
| HSL | 60.75º | 0.99% | 0.68% | - |
| HSV(B) | 60.75º | 0.63% | 1% | - |
| XYZ | 77.56 | 92.37 | 24.1 | - |
| YUV | 235.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 93 | 0.01 | 0 | 0.63 | 0.00 | 60.75 | 0.99 | 0.68 |
| Hex | FC | FE | 5D | 1 | 0 | 3F | 0 | 3D | 63 | 44 |
| Octal | 374 | 376 | 135 | 1 | 0 | 77 | 0 | 75 | 143 | 104 |
| Binary | 11111100 | 11111110 | 1011101 | 1 | 0 | 111111 | 0 | 111101 | 1100011 | 1000100 |
Color Harmonies of #FCFE5D
Complementary color
Monochromatic Colors of #FCFE5D
Black with #FCFE5D
Text Example
Text Example
White with #FCFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE5D; }
p { color: rgb(252,254,93); }
H1.HeaderClassName
{
color: #FCFE5D;
}
.AnyTagClassName
{
color: #FCFE5D;
}
</style>
background-color css
<style>
a { background-color: #FCFE5D; }
a { background-color: rgb(252,254,93); }
div.DivClassName
{
background-color: #FCFE5D;
}
.BgClassName
{
background-color: #FCFE5D;
}
</style>
border-color css
<style>
span { border-color: #FCFE5D; }
span { border-color: rgb(252,254,93); }
td.TdClassName
{
border-color: #FCFE5D;
}
.TagClassName
{
border-color: #FCFE5D;
}
</style>