Shades of Laser Lemon #FEFD6A
Tints of Laser Lemon #FEFD6A
RGB
CMYK
RGB Variations
Color information
#FEFD6A (or 0xFEFD6A) is known color: Laser Lemon. HEX triplet: FE, FD and 6A. RGB value is (254,253,106). Sum of RGB (Red+Green+Blue) = 254+253+106=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 106 (41.80% from 255 or 17.29% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD6A is #010295. Grayscale: #EDEDED. Windows color (decimal): -66198 or 7011838. OLE color: 7011838.
HSL color Cylindrical-coordinate representation of color #FEFD6A: hue angle of 59.59º 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 #FEFD6A is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 106 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.00 |
| HSL | 59.59º | 0.99% | 0.71% | - |
| HSV(B) | 59.59º | 0.58% | 1% | - |
| XYZ | 78.6 | 92.36 | 27.32 | - |
| YUV | 236.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 106 | 0 | 0.00 | 0.58 | 0.00 | 59.59 | 0.99 | 0.71 |
| Hex | FE | FD | 6A | 0 | 0 | 3A | 0 | 3C | 63 | 47 |
| Octal | 376 | 375 | 152 | 0 | 0 | 72 | 0 | 74 | 143 | 107 |
| Binary | 11111110 | 11111101 | 1101010 | 0 | 0 | 111010 | 0 | 111100 | 1100011 | 1000111 |
Color Harmonies of #FEFD6A
Complementary color
Monochromatic Colors of #FEFD6A
Black with #FEFD6A
Text Example
Text Example
White with #FEFD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD6A; }
p { color: rgb(254,253,106); }
H1.HeaderClassName
{
color: #FEFD6A;
}
.AnyTagClassName
{
color: #FEFD6A;
}
</style>
background-color css
<style>
a { background-color: #FEFD6A; }
a { background-color: rgb(254,253,106); }
div.DivClassName
{
background-color: #FEFD6A;
}
.BgClassName
{
background-color: #FEFD6A;
}
</style>
border-color css
<style>
span { border-color: #FEFD6A; }
span { border-color: rgb(254,253,106); }
td.TdClassName
{
border-color: #FEFD6A;
}
.TagClassName
{
border-color: #FEFD6A;
}
</style>