Shades of Lemon #FEEA0D
Tints of Lemon #FEEA0D
RGB
CMYK
RGB Variations
Color information
#FEEA0D (or 0xFEEA0D) is known color: Lemon. HEX triplet: FE, EA and 0D. RGB value is (254,234,13). Sum of RGB (Red+Green+Blue) = 254+234+13=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 13 (5.47% from 255 or 2.59% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA0D is #0115F2. Grayscale: #D7D7D7. Windows color (decimal): -71155 or 912126. OLE color: 912126.
HSL color Cylindrical-coordinate representation of color #FEEA0D: hue angle of 55.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEEA0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.00 |
| HSL | 55.02º | 0.99% | 0.52% | - |
| HSV(B) | 55.02º | 0.95% | 1% | - |
| XYZ | 70.37 | 79.95 | 12.1 | - |
| YUV | 214.79 | 14.13 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 13 | 0 | 0.08 | 0.95 | 0.00 | 55.02 | 0.99 | 0.52 |
| Hex | FE | EA | D | 0 | 8 | 5F | 0 | 37 | 63 | 34 |
| Octal | 376 | 352 | 15 | 0 | 10 | 137 | 0 | 67 | 143 | 64 |
| Binary | 11111110 | 11101010 | 1101 | 0 | 1000 | 1011111 | 0 | 110111 | 1100011 | 110100 |
Color Harmonies of #FEEA0D
Complementary color
Monochromatic Colors of #FEEA0D
Black with #FEEA0D
Text Example
Text Example
White with #FEEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA0D; }
p { color: rgb(254,234,13); }
H1.HeaderClassName
{
color: #FEEA0D;
}
.AnyTagClassName
{
color: #FEEA0D;
}
</style>
background-color css
<style>
a { background-color: #FEEA0D; }
a { background-color: rgb(254,234,13); }
div.DivClassName
{
background-color: #FEEA0D;
}
.BgClassName
{
background-color: #FEEA0D;
}
</style>
border-color css
<style>
span { border-color: #FEEA0D; }
span { border-color: rgb(254,234,13); }
td.TdClassName
{
border-color: #FEEA0D;
}
.TagClassName
{
border-color: #FEEA0D;
}
</style>