Shades of Laser Lemon #FEFE58
Tints of Laser Lemon #FEFE58
RGB
CMYK
RGB Variations
Color information
#FEFE58 (or 0xFEFE58) is known color: Laser Lemon. HEX triplet: FE, FE and 58. RGB value is (254,254,88). Sum of RGB (Red+Green+Blue) = 254+254+88=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 88 (34.77% from 255 or 14.77% from 596); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE58 is #0101A7. Grayscale: #EBEBEB. Windows color (decimal): -65960 or 5832446. OLE color: 5832446.
HSL color Cylindrical-coordinate representation of color #FEFE58: hue angle of 60º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEFE58 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 88 | - |
| CMYK | 0 | 0 | 0.65 | 0.00 |
| HSL | 60º | 0.99% | 0.67% | - |
| HSV(B) | 60º | 0.65% | 1% | - |
| XYZ | 78.08 | 92.66 | 23 | - |
| YUV | 235.08 | 45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 88 | 0 | 0 | 0.65 | 0.00 | 60 | 0.99 | 0.67 |
| Hex | FE | FE | 58 | 0 | 0 | 41 | 0 | 3C | 63 | 43 |
| Octal | 376 | 376 | 130 | 0 | 0 | 101 | 0 | 74 | 143 | 103 |
| Binary | 11111110 | 11111110 | 1011000 | 0 | 0 | 1000001 | 0 | 111100 | 1100011 | 1000011 |
Color Harmonies of #FEFE58
Complementary color
Monochromatic Colors of #FEFE58
Black with #FEFE58
Text Example
Text Example
White with #FEFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE58; }
p { color: rgb(254,254,88); }
H1.HeaderClassName
{
color: #FEFE58;
}
.AnyTagClassName
{
color: #FEFE58;
}
</style>
background-color css
<style>
a { background-color: #FEFE58; }
a { background-color: rgb(254,254,88); }
div.DivClassName
{
background-color: #FEFE58;
}
.BgClassName
{
background-color: #FEFE58;
}
</style>
border-color css
<style>
span { border-color: #FEFE58; }
span { border-color: rgb(254,254,88); }
td.TdClassName
{
border-color: #FEFE58;
}
.TagClassName
{
border-color: #FEFE58;
}
</style>