Shades of Laser Lemon #FEFE66
Tints of Laser Lemon #FEFE66
RGB
CMYK
RGB Variations
Color information
#FEFE66 (or 0xFEFE66) is known color: Laser Lemon. HEX triplet: FE, FE and 66. RGB value is (254,254,102). Sum of RGB (Red+Green+Blue) = 254+254+102=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 102 (40.23% from 255 or 16.72% from 610); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE66 is #010199. Grayscale: #EDEDED. Windows color (decimal): -65946 or 6749950. OLE color: 6749950.
HSL color Cylindrical-coordinate representation of color #FEFE66: hue angle of 60º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEFE66 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 102 | - |
| CMYK | 0 | 0 | 0.60 | 0.00 |
| HSL | 60º | 0.99% | 0.7% | - |
| HSV(B) | 60º | 0.6% | 1% | - |
| XYZ | 78.71 | 92.91 | 26.36 | - |
| YUV | 236.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 102 | 0 | 0 | 0.60 | 0.00 | 60 | 0.99 | 0.7 |
| Hex | FE | FE | 66 | 0 | 0 | 3C | 0 | 3C | 63 | 46 |
| Octal | 376 | 376 | 146 | 0 | 0 | 74 | 0 | 74 | 143 | 106 |
| Binary | 11111110 | 11111110 | 1100110 | 0 | 0 | 111100 | 0 | 111100 | 1100011 | 1000110 |
Color Harmonies of #FEFE66
Complementary color
Monochromatic Colors of #FEFE66
Black with #FEFE66
Text Example
Text Example
White with #FEFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE66; }
p { color: rgb(254,254,102); }
H1.HeaderClassName
{
color: #FEFE66;
}
.AnyTagClassName
{
color: #FEFE66;
}
</style>
background-color css
<style>
a { background-color: #FEFE66; }
a { background-color: rgb(254,254,102); }
div.DivClassName
{
background-color: #FEFE66;
}
.BgClassName
{
background-color: #FEFE66;
}
</style>
border-color css
<style>
span { border-color: #FEFE66; }
span { border-color: rgb(254,254,102); }
td.TdClassName
{
border-color: #FEFE66;
}
.TagClassName
{
border-color: #FEFE66;
}
</style>