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