Shades of Laser Lemon #FEFD5C
Tints of Laser Lemon #FEFD5C
RGB
CMYK
RGB Variations
Color information
#FEFD5C (or 0xFEFD5C) is known color: Laser Lemon. HEX triplet: FE, FD and 5C. RGB value is (254,253,92). Sum of RGB (Red+Green+Blue) = 254+253+92=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 92 (36.33% from 255 or 15.36% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD5C is #0102A3. Grayscale: #EBEBEB. Windows color (decimal): -66212 or 6094334. OLE color: 6094334.
HSL color Cylindrical-coordinate representation of color #FEFD5C: hue angle of 59.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEFD5C is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 92 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.00 |
| HSL | 59.63º | 0.99% | 0.68% | - |
| HSV(B) | 59.63º | 0.64% | 1% | - |
| XYZ | 77.93 | 92.09 | 23.79 | - |
| YUV | 234.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 92 | 0 | 0.00 | 0.64 | 0.00 | 59.63 | 0.99 | 0.68 |
| Hex | FE | FD | 5C | 0 | 0 | 40 | 0 | 3C | 63 | 44 |
| Octal | 376 | 375 | 134 | 0 | 0 | 100 | 0 | 74 | 143 | 104 |
| Binary | 11111110 | 11111101 | 1011100 | 0 | 0 | 1000000 | 0 | 111100 | 1100011 | 1000100 |
Color Harmonies of #FEFD5C
Complementary color
Monochromatic Colors of #FEFD5C
Black with #FEFD5C
Text Example
Text Example
White with #FEFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD5C; }
p { color: rgb(254,253,92); }
H1.HeaderClassName
{
color: #FEFD5C;
}
.AnyTagClassName
{
color: #FEFD5C;
}
</style>
background-color css
<style>
a { background-color: #FEFD5C; }
a { background-color: rgb(254,253,92); }
div.DivClassName
{
background-color: #FEFD5C;
}
.BgClassName
{
background-color: #FEFD5C;
}
</style>
border-color css
<style>
span { border-color: #FEFD5C; }
span { border-color: rgb(254,253,92); }
td.TdClassName
{
border-color: #FEFD5C;
}
.TagClassName
{
border-color: #FEFD5C;
}
</style>