Shades of Laser Lemon #FCFE6A
Tints of Laser Lemon #FCFE6A
RGB
CMYK
RGB Variations
Color information
#FCFE6A (or 0xFCFE6A) is known color: Laser Lemon. HEX triplet: FC, FE and 6A. RGB value is (252,254,106). Sum of RGB (Red+Green+Blue) = 252+254+106=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 106 (41.80% from 255 or 17.32% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE6A is #030195. Grayscale: #EDEDED. Windows color (decimal): -197014 or 7012092. OLE color: 7012092.
HSL color Cylindrical-coordinate representation of color #FCFE6A: hue angle of 60.81º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCFE6A is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 106 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.00 |
| HSL | 60.81º | 0.99% | 0.71% | - |
| HSV(B) | 60.81º | 0.58% | 1% | - |
| XYZ | 78.19 | 92.62 | 27.39 | - |
| YUV | 236.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 106 | 0.01 | 0 | 0.58 | 0.00 | 60.81 | 0.99 | 0.71 |
| Hex | FC | FE | 6A | 1 | 0 | 3A | 0 | 3D | 63 | 47 |
| Octal | 374 | 376 | 152 | 1 | 0 | 72 | 0 | 75 | 143 | 107 |
| Binary | 11111100 | 11111110 | 1101010 | 1 | 0 | 111010 | 0 | 111101 | 1100011 | 1000111 |
Color Harmonies of #FCFE6A
Complementary color
Monochromatic Colors of #FCFE6A
Black with #FCFE6A
Text Example
Text Example
White with #FCFE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE6A; }
p { color: rgb(252,254,106); }
H1.HeaderClassName
{
color: #FCFE6A;
}
.AnyTagClassName
{
color: #FCFE6A;
}
</style>
background-color css
<style>
a { background-color: #FCFE6A; }
a { background-color: rgb(252,254,106); }
div.DivClassName
{
background-color: #FCFE6A;
}
.BgClassName
{
background-color: #FCFE6A;
}
</style>
border-color css
<style>
span { border-color: #FCFE6A; }
span { border-color: rgb(252,254,106); }
td.TdClassName
{
border-color: #FCFE6A;
}
.TagClassName
{
border-color: #FCFE6A;
}
</style>