Shades of Laser Lemon #FEFC5A
Tints of Laser Lemon #FEFC5A
RGB
CMYK
RGB Variations
Color information
#FEFC5A (or 0xFEFC5A) is known color: Laser Lemon. HEX triplet: FE, FC and 5A. RGB value is (254,252,90). Sum of RGB (Red+Green+Blue) = 254+252+90=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 90 (35.55% from 255 or 15.10% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC5A is #0103A5. Grayscale: #EAEAEA. Windows color (decimal): -66470 or 5963006. OLE color: 5963006.
HSL color Cylindrical-coordinate representation of color #FEFC5A: hue angle of 59.27º 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 #FEFC5A is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 90 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.00 |
| HSL | 59.27º | 0.99% | 0.67% | - |
| HSV(B) | 59.27º | 0.65% | 1% | - |
| XYZ | 77.53 | 91.43 | 23.23 | - |
| YUV | 234.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 90 | 0 | 0.01 | 0.65 | 0.00 | 59.27 | 0.99 | 0.67 |
| Hex | FE | FC | 5A | 0 | 1 | 41 | 0 | 3B | 63 | 43 |
| Octal | 376 | 374 | 132 | 0 | 1 | 101 | 0 | 73 | 143 | 103 |
| Binary | 11111110 | 11111100 | 1011010 | 0 | 1 | 1000001 | 0 | 111011 | 1100011 | 1000011 |
Color Harmonies of #FEFC5A
Complementary color
Monochromatic Colors of #FEFC5A
Black with #FEFC5A
Text Example
Text Example
White with #FEFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC5A; }
p { color: rgb(254,252,90); }
H1.HeaderClassName
{
color: #FEFC5A;
}
.AnyTagClassName
{
color: #FEFC5A;
}
</style>
background-color css
<style>
a { background-color: #FEFC5A; }
a { background-color: rgb(254,252,90); }
div.DivClassName
{
background-color: #FEFC5A;
}
.BgClassName
{
background-color: #FEFC5A;
}
</style>
border-color css
<style>
span { border-color: #FEFC5A; }
span { border-color: rgb(254,252,90); }
td.TdClassName
{
border-color: #FEFC5A;
}
.TagClassName
{
border-color: #FEFC5A;
}
</style>