Shades of Lemon #FEEB0E
Tints of Lemon #FEEB0E
RGB
CMYK
RGB Variations
Color information
#FEEB0E (or 0xFEEB0E) is known color: Lemon. HEX triplet: FE, EB and 0E. RGB value is (254,235,14). Sum of RGB (Red+Green+Blue) = 254+235+14=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 14 (5.86% from 255 or 2.78% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEB0E is #0114F1. Grayscale: #D8D8D8. Windows color (decimal): -70898 or 977918. OLE color: 977918.
HSL color Cylindrical-coordinate representation of color #FEEB0E: hue angle of 55.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEEB0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.00 |
| HSL | 55.25º | 0.99% | 0.53% | - |
| HSV(B) | 55.25º | 0.94% | 1% | - |
| XYZ | 70.66 | 80.52 | 12.23 | - |
| YUV | 215.49 | 14.29 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 14 | 0 | 0.07 | 0.94 | 0.00 | 55.25 | 0.99 | 0.53 |
| Hex | FE | EB | E | 0 | 7 | 5E | 0 | 37 | 63 | 35 |
| Octal | 376 | 353 | 16 | 0 | 7 | 136 | 0 | 67 | 143 | 65 |
| Binary | 11111110 | 11101011 | 1110 | 0 | 111 | 1011110 | 0 | 110111 | 1100011 | 110101 |
Color Harmonies of #FEEB0E
Complementary color
Monochromatic Colors of #FEEB0E
Black with #FEEB0E
Text Example
Text Example
White with #FEEB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB0E; }
p { color: rgb(254,235,14); }
H1.HeaderClassName
{
color: #FEEB0E;
}
.AnyTagClassName
{
color: #FEEB0E;
}
</style>
background-color css
<style>
a { background-color: #FEEB0E; }
a { background-color: rgb(254,235,14); }
div.DivClassName
{
background-color: #FEEB0E;
}
.BgClassName
{
background-color: #FEEB0E;
}
</style>
border-color css
<style>
span { border-color: #FEEB0E; }
span { border-color: rgb(254,235,14); }
td.TdClassName
{
border-color: #FEEB0E;
}
.TagClassName
{
border-color: #FEEB0E;
}
</style>