Shades of Laser Lemon #FCFE6B
Tints of Laser Lemon #FCFE6B
RGB
CMYK
RGB Variations
Color information
#FCFE6B (or 0xFCFE6B) is known color: Laser Lemon. HEX triplet: FC, FE and 6B. RGB value is (252,254,107). Sum of RGB (Red+Green+Blue) = 252+254+107=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 107 (42.19% from 255 or 17.46% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE6B is #030194. Grayscale: #EDEDED. Windows color (decimal): -197013 or 7077628. OLE color: 7077628.
HSL color Cylindrical-coordinate representation of color #FCFE6B: hue angle of 60.82º 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 #FCFE6B is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 107 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.00 |
| HSL | 60.82º | 0.99% | 0.71% | - |
| HSV(B) | 60.82º | 0.58% | 1% | - |
| XYZ | 78.24 | 92.64 | 27.67 | - |
| YUV | 236.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 107 | 0.01 | 0 | 0.58 | 0.00 | 60.82 | 0.99 | 0.71 |
| Hex | FC | FE | 6B | 1 | 0 | 3A | 0 | 3D | 63 | 47 |
| Octal | 374 | 376 | 153 | 1 | 0 | 72 | 0 | 75 | 143 | 107 |
| Binary | 11111100 | 11111110 | 1101011 | 1 | 0 | 111010 | 0 | 111101 | 1100011 | 1000111 |
Color Harmonies of #FCFE6B
Complementary color
Monochromatic Colors of #FCFE6B
Black with #FCFE6B
Text Example
Text Example
White with #FCFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE6B; }
p { color: rgb(252,254,107); }
H1.HeaderClassName
{
color: #FCFE6B;
}
.AnyTagClassName
{
color: #FCFE6B;
}
</style>
background-color css
<style>
a { background-color: #FCFE6B; }
a { background-color: rgb(252,254,107); }
div.DivClassName
{
background-color: #FCFE6B;
}
.BgClassName
{
background-color: #FCFE6B;
}
</style>
border-color css
<style>
span { border-color: #FCFE6B; }
span { border-color: rgb(252,254,107); }
td.TdClassName
{
border-color: #FCFE6B;
}
.TagClassName
{
border-color: #FCFE6B;
}
</style>