Shades of Lemon #FEEF15
Tints of Lemon #FEEF15
RGB
CMYK
RGB Variations
Color information
#FEEF15 (or 0xFEEF15) is known color: Lemon. HEX triplet: FE, EF and 15. RGB value is (254,239,21). Sum of RGB (Red+Green+Blue) = 254+239+21=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 21 (8.59% from 255 or 4.09% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF15 is #0110EA. Grayscale: #DBDBDB. Windows color (decimal): -69867 or 1437694. OLE color: 1437694.
HSL color Cylindrical-coordinate representation of color #FEEF15: hue angle of 56.14º 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 #FEEF15 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 21 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.00 |
| HSL | 56.14º | 0.99% | 0.54% | - |
| HSV(B) | 56.14º | 0.92% | 1% | - |
| XYZ | 71.87 | 82.86 | 12.91 | - |
| YUV | 218.63 | 16.47 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 21 | 0 | 0.06 | 0.92 | 0.00 | 56.14 | 0.99 | 0.54 |
| Hex | FE | EF | 15 | 0 | 6 | 5C | 0 | 38 | 63 | 36 |
| Octal | 376 | 357 | 25 | 0 | 6 | 134 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11101111 | 10101 | 0 | 110 | 1011100 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEEF15
Complementary color
Monochromatic Colors of #FEEF15
Black with #FEEF15
Text Example
Text Example
White with #FEEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF15; }
p { color: rgb(254,239,21); }
H1.HeaderClassName
{
color: #FEEF15;
}
.AnyTagClassName
{
color: #FEEF15;
}
</style>
background-color css
<style>
a { background-color: #FEEF15; }
a { background-color: rgb(254,239,21); }
div.DivClassName
{
background-color: #FEEF15;
}
.BgClassName
{
background-color: #FEEF15;
}
</style>
border-color css
<style>
span { border-color: #FEEF15; }
span { border-color: rgb(254,239,21); }
td.TdClassName
{
border-color: #FEEF15;
}
.TagClassName
{
border-color: #FEEF15;
}
</style>