Shades of Laser Lemon #FEFA58
Tints of Laser Lemon #FEFA58
RGB
CMYK
RGB Variations
Color information
#FEFA58 (or 0xFEFA58) is known color: Laser Lemon. HEX triplet: FE, FA and 58. RGB value is (254,250,88). Sum of RGB (Red+Green+Blue) = 254+250+88=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 88 (34.77% from 255 or 14.86% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA58 is #0105A7. Grayscale: #E9E9E9. Windows color (decimal): -66984 or 5831422. OLE color: 5831422.
HSL color Cylindrical-coordinate representation of color #FEFA58: hue angle of 58.55º 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 #FEFA58 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 88 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.00 |
| HSL | 58.55º | 0.99% | 0.67% | - |
| HSV(B) | 58.55º | 0.65% | 1% | - |
| XYZ | 76.82 | 90.15 | 22.58 | - |
| YUV | 232.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 88 | 0 | 0.02 | 0.65 | 0.00 | 58.55 | 0.99 | 0.67 |
| Hex | FE | FA | 58 | 0 | 2 | 41 | 0 | 3B | 63 | 43 |
| Octal | 376 | 372 | 130 | 0 | 2 | 101 | 0 | 73 | 143 | 103 |
| Binary | 11111110 | 11111010 | 1011000 | 0 | 10 | 1000001 | 0 | 111011 | 1100011 | 1000011 |
Color Harmonies of #FEFA58
Complementary color
Monochromatic Colors of #FEFA58
Black with #FEFA58
Text Example
Text Example
White with #FEFA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA58; }
p { color: rgb(254,250,88); }
H1.HeaderClassName
{
color: #FEFA58;
}
.AnyTagClassName
{
color: #FEFA58;
}
</style>
background-color css
<style>
a { background-color: #FEFA58; }
a { background-color: rgb(254,250,88); }
div.DivClassName
{
background-color: #FEFA58;
}
.BgClassName
{
background-color: #FEFA58;
}
</style>
border-color css
<style>
span { border-color: #FEFA58; }
span { border-color: rgb(254,250,88); }
td.TdClassName
{
border-color: #FEFA58;
}
.TagClassName
{
border-color: #FEFA58;
}
</style>