Shades of Laser Lemon #FEFD5E
Tints of Laser Lemon #FEFD5E
RGB
CMYK
RGB Variations
Color information
#FEFD5E (or 0xFEFD5E) is known color: Laser Lemon. HEX triplet: FE, FD and 5E. RGB value is (254,253,94). Sum of RGB (Red+Green+Blue) = 254+253+94=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 94 (37.11% from 255 or 15.64% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD5E is #0102A1. Grayscale: #EBEBEB. Windows color (decimal): -66210 or 6225406. OLE color: 6225406.
HSL color Cylindrical-coordinate representation of color #FEFD5E: hue angle of 59.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEFD5E is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 94 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.00 |
| HSL | 59.63º | 0.99% | 0.68% | - |
| HSV(B) | 59.63º | 0.63% | 1% | - |
| XYZ | 78.02 | 92.13 | 24.26 | - |
| YUV | 235.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 94 | 0 | 0.00 | 0.63 | 0.00 | 59.63 | 0.99 | 0.68 |
| Hex | FE | FD | 5E | 0 | 0 | 3F | 0 | 3C | 63 | 44 |
| Octal | 376 | 375 | 136 | 0 | 0 | 77 | 0 | 74 | 143 | 104 |
| Binary | 11111110 | 11111101 | 1011110 | 0 | 0 | 111111 | 0 | 111100 | 1100011 | 1000100 |
Color Harmonies of #FEFD5E
Complementary color
Monochromatic Colors of #FEFD5E
Black with #FEFD5E
Text Example
Text Example
White with #FEFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD5E; }
p { color: rgb(254,253,94); }
H1.HeaderClassName
{
color: #FEFD5E;
}
.AnyTagClassName
{
color: #FEFD5E;
}
</style>
background-color css
<style>
a { background-color: #FEFD5E; }
a { background-color: rgb(254,253,94); }
div.DivClassName
{
background-color: #FEFD5E;
}
.BgClassName
{
background-color: #FEFD5E;
}
</style>
border-color css
<style>
span { border-color: #FEFD5E; }
span { border-color: rgb(254,253,94); }
td.TdClassName
{
border-color: #FEFD5E;
}
.TagClassName
{
border-color: #FEFD5E;
}
</style>