Shades of Lemon #FEFC15
Tints of Lemon #FEFC15
RGB
CMYK
RGB Variations
Color information
#FEFC15 (or 0xFEFC15) is known color: Lemon. HEX triplet: FE, FC and 15. RGB value is (254,252,21). Sum of RGB (Red+Green+Blue) = 254+252+21=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 21 (8.59% from 255 or 3.98% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC15 is #0103EA. Grayscale: #E3E3E3. Windows color (decimal): -66539 or 1441022. OLE color: 1441022.
HSL color Cylindrical-coordinate representation of color #FEFC15: hue angle of 59.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEFC15 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 21 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.00 |
| HSL | 59.48º | 0.99% | 0.54% | - |
| HSV(B) | 59.48º | 0.92% | 1% | - |
| XYZ | 75.82 | 90.75 | 14.23 | - |
| YUV | 226.26 | 12.16 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 21 | 0 | 0.01 | 0.92 | 0.00 | 59.48 | 0.99 | 0.54 |
| Hex | FE | FC | 15 | 0 | 1 | 5C | 0 | 3B | 63 | 36 |
| Octal | 376 | 374 | 25 | 0 | 1 | 134 | 0 | 73 | 143 | 66 |
| Binary | 11111110 | 11111100 | 10101 | 0 | 1 | 1011100 | 0 | 111011 | 1100011 | 110110 |
Color Harmonies of #FEFC15
Complementary color
Monochromatic Colors of #FEFC15
Black with #FEFC15
Text Example
Text Example
White with #FEFC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC15; }
p { color: rgb(254,252,21); }
H1.HeaderClassName
{
color: #FEFC15;
}
.AnyTagClassName
{
color: #FEFC15;
}
</style>
background-color css
<style>
a { background-color: #FEFC15; }
a { background-color: rgb(254,252,21); }
div.DivClassName
{
background-color: #FEFC15;
}
.BgClassName
{
background-color: #FEFC15;
}
</style>
border-color css
<style>
span { border-color: #FEFC15; }
span { border-color: rgb(254,252,21); }
td.TdClassName
{
border-color: #FEFC15;
}
.TagClassName
{
border-color: #FEFC15;
}
</style>