Shades of Laser Lemon #FEFC6A
Tints of Laser Lemon #FEFC6A
RGB
CMYK
RGB Variations
Color information
#FEFC6A (or 0xFEFC6A) is known color: Laser Lemon. HEX triplet: FE, FC and 6A. RGB value is (254,252,106). Sum of RGB (Red+Green+Blue) = 254+252+106=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 106 (41.80% from 255 or 17.32% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC6A is #010395. Grayscale: #ECECEC. Windows color (decimal): -66454 or 7011582. OLE color: 7011582.
HSL color Cylindrical-coordinate representation of color #FEFC6A: hue angle of 59.19º 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 #FEFC6A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 106 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.00 |
| HSL | 59.19º | 0.99% | 0.71% | - |
| HSV(B) | 59.19º | 0.58% | 1% | - |
| XYZ | 78.28 | 91.73 | 27.22 | - |
| YUV | 235.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 106 | 0 | 0.01 | 0.58 | 0.00 | 59.19 | 0.99 | 0.71 |
| Hex | FE | FC | 6A | 0 | 1 | 3A | 0 | 3B | 63 | 47 |
| Octal | 376 | 374 | 152 | 0 | 1 | 72 | 0 | 73 | 143 | 107 |
| Binary | 11111110 | 11111100 | 1101010 | 0 | 1 | 111010 | 0 | 111011 | 1100011 | 1000111 |
Color Harmonies of #FEFC6A
Complementary color
Monochromatic Colors of #FEFC6A
Black with #FEFC6A
Text Example
Text Example
White with #FEFC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC6A; }
p { color: rgb(254,252,106); }
H1.HeaderClassName
{
color: #FEFC6A;
}
.AnyTagClassName
{
color: #FEFC6A;
}
</style>
background-color css
<style>
a { background-color: #FEFC6A; }
a { background-color: rgb(254,252,106); }
div.DivClassName
{
background-color: #FEFC6A;
}
.BgClassName
{
background-color: #FEFC6A;
}
</style>
border-color css
<style>
span { border-color: #FEFC6A; }
span { border-color: rgb(254,252,106); }
td.TdClassName
{
border-color: #FEFC6A;
}
.TagClassName
{
border-color: #FEFC6A;
}
</style>