Shades of Laser Lemon #FCFE74
Tints of Laser Lemon #FCFE74
RGB
CMYK
RGB Variations
Color information
#FCFE74 (or 0xFCFE74) is known color: Laser Lemon. HEX triplet: FC, FE and 74. RGB value is (252,254,116). Sum of RGB (Red+Green+Blue) = 252+254+116=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 116 (45.70% from 255 or 18.65% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE74 is #03018B. Grayscale: #EEEEEE. Windows color (decimal): -197004 or 7667452. OLE color: 7667452.
HSL color Cylindrical-coordinate representation of color #FCFE74: hue angle of 60.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCFE74 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 116 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.00 |
| HSL | 60.87º | 0.99% | 0.73% | - |
| HSV(B) | 60.87º | 0.54% | 1% | - |
| XYZ | 78.74 | 92.84 | 30.29 | - |
| YUV | 237.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 116 | 0.01 | 0 | 0.54 | 0.00 | 60.87 | 0.99 | 0.73 |
| Hex | FC | FE | 74 | 1 | 0 | 36 | 0 | 3D | 63 | 49 |
| Octal | 374 | 376 | 164 | 1 | 0 | 66 | 0 | 75 | 143 | 111 |
| Binary | 11111100 | 11111110 | 1110100 | 1 | 0 | 110110 | 0 | 111101 | 1100011 | 1001001 |
Color Harmonies of #FCFE74
Complementary color
Monochromatic Colors of #FCFE74
Black with #FCFE74
Text Example
Text Example
White with #FCFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE74; }
p { color: rgb(252,254,116); }
H1.HeaderClassName
{
color: #FCFE74;
}
.AnyTagClassName
{
color: #FCFE74;
}
</style>
background-color css
<style>
a { background-color: #FCFE74; }
a { background-color: rgb(252,254,116); }
div.DivClassName
{
background-color: #FCFE74;
}
.BgClassName
{
background-color: #FCFE74;
}
</style>
border-color css
<style>
span { border-color: #FCFE74; }
span { border-color: rgb(252,254,116); }
td.TdClassName
{
border-color: #FCFE74;
}
.TagClassName
{
border-color: #FCFE74;
}
</style>