Shades of Laser Lemon #FCFE59
Tints of Laser Lemon #FCFE59
RGB
CMYK
RGB Variations
Color information
#FCFE59 (or 0xFCFE59) is known color: Laser Lemon. HEX triplet: FC, FE and 59. RGB value is (252,254,89). Sum of RGB (Red+Green+Blue) = 252+254+89=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 89 (35.16% from 255 or 14.96% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE59 is #0301A6. Grayscale: #EBEBEB. Windows color (decimal): -197031 or 5897980. OLE color: 5897980.
HSL color Cylindrical-coordinate representation of color #FCFE59: hue angle of 60.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCFE59 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 89 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.00 |
| HSL | 60.73º | 0.99% | 0.67% | - |
| HSV(B) | 60.73º | 0.65% | 1% | - |
| XYZ | 77.39 | 92.3 | 23.19 | - |
| YUV | 234.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 89 | 0.01 | 0 | 0.65 | 0.00 | 60.73 | 0.99 | 0.67 |
| Hex | FC | FE | 59 | 1 | 0 | 41 | 0 | 3D | 63 | 43 |
| Octal | 374 | 376 | 131 | 1 | 0 | 101 | 0 | 75 | 143 | 103 |
| Binary | 11111100 | 11111110 | 1011001 | 1 | 0 | 1000001 | 0 | 111101 | 1100011 | 1000011 |
Color Harmonies of #FCFE59
Complementary color
Monochromatic Colors of #FCFE59
Black with #FCFE59
Text Example
Text Example
White with #FCFE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE59; }
p { color: rgb(252,254,89); }
H1.HeaderClassName
{
color: #FCFE59;
}
.AnyTagClassName
{
color: #FCFE59;
}
</style>
background-color css
<style>
a { background-color: #FCFE59; }
a { background-color: rgb(252,254,89); }
div.DivClassName
{
background-color: #FCFE59;
}
.BgClassName
{
background-color: #FCFE59;
}
</style>
border-color css
<style>
span { border-color: #FCFE59; }
span { border-color: rgb(252,254,89); }
td.TdClassName
{
border-color: #FCFE59;
}
.TagClassName
{
border-color: #FCFE59;
}
</style>