Shades of Laser Lemon #FEFD63
Tints of Laser Lemon #FEFD63
RGB
CMYK
RGB Variations
Color information
#FEFD63 (or 0xFEFD63) is known color: Laser Lemon. HEX triplet: FE, FD and 63. RGB value is (254,253,99). Sum of RGB (Red+Green+Blue) = 254+253+99=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 99 (39.06% from 255 or 16.34% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD63 is #01029C. Grayscale: #ECECEC. Windows color (decimal): -66205 or 6553086. OLE color: 6553086.
HSL color Cylindrical-coordinate representation of color #FEFD63: hue angle of 59.61º 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 #FEFD63 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 99 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.00 |
| HSL | 59.61º | 0.99% | 0.69% | - |
| HSV(B) | 59.61º | 0.61% | 1% | - |
| XYZ | 78.25 | 92.22 | 25.48 | - |
| YUV | 235.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 99 | 0 | 0.00 | 0.61 | 0.00 | 59.61 | 0.99 | 0.69 |
| Hex | FE | FD | 63 | 0 | 0 | 3D | 0 | 3C | 63 | 45 |
| Octal | 376 | 375 | 143 | 0 | 0 | 75 | 0 | 74 | 143 | 105 |
| Binary | 11111110 | 11111101 | 1100011 | 0 | 0 | 111101 | 0 | 111100 | 1100011 | 1000101 |
Color Harmonies of #FEFD63
Complementary color
Monochromatic Colors of #FEFD63
Black with #FEFD63
Text Example
Text Example
White with #FEFD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD63; }
p { color: rgb(254,253,99); }
H1.HeaderClassName
{
color: #FEFD63;
}
.AnyTagClassName
{
color: #FEFD63;
}
</style>
background-color css
<style>
a { background-color: #FEFD63; }
a { background-color: rgb(254,253,99); }
div.DivClassName
{
background-color: #FEFD63;
}
.BgClassName
{
background-color: #FEFD63;
}
</style>
border-color css
<style>
span { border-color: #FEFD63; }
span { border-color: rgb(254,253,99); }
td.TdClassName
{
border-color: #FEFD63;
}
.TagClassName
{
border-color: #FEFD63;
}
</style>