Shades of Laser Lemon #FCFE68
Tints of Laser Lemon #FCFE68
RGB
CMYK
RGB Variations
Color information
#FCFE68 (or 0xFCFE68) is known color: Laser Lemon. HEX triplet: FC, FE and 68. RGB value is (252,254,104). Sum of RGB (Red+Green+Blue) = 252+254+104=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 104 (41.02% from 255 or 17.05% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE68 is #030197. Grayscale: #ECECEC. Windows color (decimal): -197016 or 6881020. OLE color: 6881020.
HSL color Cylindrical-coordinate representation of color #FCFE68: hue angle of 60.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCFE68 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 104 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.00 |
| HSL | 60.8º | 0.99% | 0.7% | - |
| HSV(B) | 60.8º | 0.59% | 1% | - |
| XYZ | 78.09 | 92.58 | 26.85 | - |
| YUV | 236.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 104 | 0.01 | 0 | 0.59 | 0.00 | 60.8 | 0.99 | 0.7 |
| Hex | FC | FE | 68 | 1 | 0 | 3B | 0 | 3D | 63 | 46 |
| Octal | 374 | 376 | 150 | 1 | 0 | 73 | 0 | 75 | 143 | 106 |
| Binary | 11111100 | 11111110 | 1101000 | 1 | 0 | 111011 | 0 | 111101 | 1100011 | 1000110 |
Color Harmonies of #FCFE68
Complementary color
Monochromatic Colors of #FCFE68
Black with #FCFE68
Text Example
Text Example
White with #FCFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE68; }
p { color: rgb(252,254,104); }
H1.HeaderClassName
{
color: #FCFE68;
}
.AnyTagClassName
{
color: #FCFE68;
}
</style>
background-color css
<style>
a { background-color: #FCFE68; }
a { background-color: rgb(252,254,104); }
div.DivClassName
{
background-color: #FCFE68;
}
.BgClassName
{
background-color: #FCFE68;
}
</style>
border-color css
<style>
span { border-color: #FCFE68; }
span { border-color: rgb(252,254,104); }
td.TdClassName
{
border-color: #FCFE68;
}
.TagClassName
{
border-color: #FCFE68;
}
</style>