Shades of Lemon #FEEB1D
Tints of Lemon #FEEB1D
RGB
CMYK
RGB Variations
Color information
#FEEB1D (or 0xFEEB1D) is known color: Lemon. HEX triplet: FE, EB and 1D. RGB value is (254,235,29). Sum of RGB (Red+Green+Blue) = 254+235+29=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 29 (11.72% from 255 or 5.60% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB1D is #0114E2. Grayscale: #DADADA. Windows color (decimal): -70883 or 1960958. OLE color: 1960958.
HSL color Cylindrical-coordinate representation of color #FEEB1D: hue angle of 54.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEEB1D is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 29 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.00 |
| HSL | 54.93º | 0.99% | 0.55% | - |
| HSV(B) | 54.93º | 0.89% | 1% | - |
| XYZ | 70.8 | 80.58 | 12.98 | - |
| YUV | 217.2 | 21.79 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 29 | 0 | 0.07 | 0.89 | 0.00 | 54.93 | 0.99 | 0.55 |
| Hex | FE | EB | 1D | 0 | 7 | 59 | 0 | 37 | 63 | 37 |
| Octal | 376 | 353 | 35 | 0 | 7 | 131 | 0 | 67 | 143 | 67 |
| Binary | 11111110 | 11101011 | 11101 | 0 | 111 | 1011001 | 0 | 110111 | 1100011 | 110111 |
Color Harmonies of #FEEB1D
Complementary color
Monochromatic Colors of #FEEB1D
Black with #FEEB1D
Text Example
Text Example
White with #FEEB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB1D; }
p { color: rgb(254,235,29); }
H1.HeaderClassName
{
color: #FEEB1D;
}
.AnyTagClassName
{
color: #FEEB1D;
}
</style>
background-color css
<style>
a { background-color: #FEEB1D; }
a { background-color: rgb(254,235,29); }
div.DivClassName
{
background-color: #FEEB1D;
}
.BgClassName
{
background-color: #FEEB1D;
}
</style>
border-color css
<style>
span { border-color: #FEEB1D; }
span { border-color: rgb(254,235,29); }
td.TdClassName
{
border-color: #FEEB1D;
}
.TagClassName
{
border-color: #FEEB1D;
}
</style>