Shades of Lemon #FEEF14
Tints of Lemon #FEEF14
RGB
CMYK
RGB Variations
Color information
#FEEF14 (or 0xFEEF14) is known color: Lemon. HEX triplet: FE, EF and 14. RGB value is (254,239,20). Sum of RGB (Red+Green+Blue) = 254+239+20=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF14 is #0110EB. Grayscale: #DBDBDB. Windows color (decimal): -69868 or 1372158. OLE color: 1372158.
HSL color Cylindrical-coordinate representation of color #FEEF14: hue angle of 56.15º 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 #FEEF14 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.00 |
| HSL | 56.15º | 0.99% | 0.54% | - |
| HSV(B) | 56.15º | 0.92% | 1% | - |
| XYZ | 71.87 | 82.85 | 12.87 | - |
| YUV | 218.52 | 15.97 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 20 | 0 | 0.06 | 0.92 | 0.00 | 56.15 | 0.99 | 0.54 |
| Hex | FE | EF | 14 | 0 | 6 | 5C | 0 | 38 | 63 | 36 |
| Octal | 376 | 357 | 24 | 0 | 6 | 134 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11101111 | 10100 | 0 | 110 | 1011100 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEEF14
Complementary color
Monochromatic Colors of #FEEF14
Black with #FEEF14
Text Example
Text Example
White with #FEEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF14; }
p { color: rgb(254,239,20); }
H1.HeaderClassName
{
color: #FEEF14;
}
.AnyTagClassName
{
color: #FEEF14;
}
</style>
background-color css
<style>
a { background-color: #FEEF14; }
a { background-color: rgb(254,239,20); }
div.DivClassName
{
background-color: #FEEF14;
}
.BgClassName
{
background-color: #FEEF14;
}
</style>
border-color css
<style>
span { border-color: #FEEF14; }
span { border-color: rgb(254,239,20); }
td.TdClassName
{
border-color: #FEEF14;
}
.TagClassName
{
border-color: #FEEF14;
}
</style>