Shades of Laser Lemon #FCFE6E
Tints of Laser Lemon #FCFE6E
RGB
CMYK
RGB Variations
Color information
#FCFE6E (or 0xFCFE6E) is known color: Laser Lemon. HEX triplet: FC, FE and 6E. RGB value is (252,254,110). Sum of RGB (Red+Green+Blue) = 252+254+110=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 110 (43.36% from 255 or 17.86% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE6E is #030191. Grayscale: #EDEDED. Windows color (decimal): -197010 or 7274236. OLE color: 7274236.
HSL color Cylindrical-coordinate representation of color #FCFE6E: hue angle of 60.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCFE6E is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 110 | - |
CMYK | 0.01 | 0 | 0.57 | 0.00 |
HSL | 60.83º | 0.99% | 0.71% | - |
HSV(B) | 60.83º | 0.57% | 1% | - |
XYZ | 78.4 | 92.7 | 28.51 | - |
YUV | 236.99 | 56.34 | 138.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 110 | 0.01 | 0 | 0.57 | 0.00 | 60.83 | 0.99 | 0.71 |
Hex | FC | FE | 6E | 1 | 0 | 39 | 0 | 3D | 63 | 47 |
Octal | 374 | 376 | 156 | 1 | 0 | 71 | 0 | 75 | 143 | 107 |
Binary | 11111100 | 11111110 | 1101110 | 1 | 0 | 111001 | 0 | 111101 | 1100011 | 1000111 |
Color Harmonies of #FCFE6E
Complementary color
Monochromatic Colors of #FCFE6E
Black with #FCFE6E
Text Example
Text Example
White with #FCFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE6E; }
p { color: rgb(252,254,110); }
H1.HeaderClassName
{
color: #FCFE6E;
}
.AnyTagClassName
{
color: #FCFE6E;
}
</style>
background-color css
<style>
a { background-color: #FCFE6E; }
a { background-color: rgb(252,254,110); }
div.DivClassName
{
background-color: #FCFE6E;
}
.BgClassName
{
background-color: #FCFE6E;
}
</style>
border-color css
<style>
span { border-color: #FCFE6E; }
span { border-color: rgb(252,254,110); }
td.TdClassName
{
border-color: #FCFE6E;
}
.TagClassName
{
border-color: #FCFE6E;
}
</style>