Shades of Laser Lemon #FEFC64
Tints of Laser Lemon #FEFC64
RGB
CMYK
RGB Variations
Color information
#FEFC64 (or 0xFEFC64) is known color: Laser Lemon. HEX triplet: FE, FC and 64. RGB value is (254,252,100). Sum of RGB (Red+Green+Blue) = 254+252+100=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 100 (39.45% from 255 or 16.50% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC64 is #01039B. Grayscale: #EBEBEB. Windows color (decimal): -66460 or 6618366. OLE color: 6618366.
HSL color Cylindrical-coordinate representation of color #FEFC64: hue angle of 59.22º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEFC64 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 100 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.00 |
| HSL | 59.22º | 0.99% | 0.69% | - |
| HSV(B) | 59.22º | 0.61% | 1% | - |
| XYZ | 77.98 | 91.61 | 25.63 | - |
| YUV | 235.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 100 | 0 | 0.01 | 0.61 | 0.00 | 59.22 | 0.99 | 0.69 |
| Hex | FE | FC | 64 | 0 | 1 | 3D | 0 | 3B | 63 | 45 |
| Octal | 376 | 374 | 144 | 0 | 1 | 75 | 0 | 73 | 143 | 105 |
| Binary | 11111110 | 11111100 | 1100100 | 0 | 1 | 111101 | 0 | 111011 | 1100011 | 1000101 |
Color Harmonies of #FEFC64
Complementary color
Monochromatic Colors of #FEFC64
Black with #FEFC64
Text Example
Text Example
White with #FEFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC64; }
p { color: rgb(254,252,100); }
H1.HeaderClassName
{
color: #FEFC64;
}
.AnyTagClassName
{
color: #FEFC64;
}
</style>
background-color css
<style>
a { background-color: #FEFC64; }
a { background-color: rgb(254,252,100); }
div.DivClassName
{
background-color: #FEFC64;
}
.BgClassName
{
background-color: #FEFC64;
}
</style>
border-color css
<style>
span { border-color: #FEFC64; }
span { border-color: rgb(254,252,100); }
td.TdClassName
{
border-color: #FEFC64;
}
.TagClassName
{
border-color: #FEFC64;
}
</style>