Shades of Lemon #FEEA0B
Tints of Lemon #FEEA0B
RGB
CMYK
RGB Variations
Color information
#FEEA0B (or 0xFEEA0B) is known color: Lemon. HEX triplet: FE, EA and 0B. RGB value is (254,234,11). Sum of RGB (Red+Green+Blue) = 254+234+11=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 11 (4.69% from 255 or 2.20% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA0B is #0115F4. Grayscale: #D7D7D7. Windows color (decimal): -71157 or 781054. OLE color: 781054.
HSL color Cylindrical-coordinate representation of color #FEEA0B: hue angle of 55.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEEA0B is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 11 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.00 |
| HSL | 55.06º | 0.99% | 0.52% | - |
| HSV(B) | 55.06º | 0.96% | 1% | - |
| XYZ | 70.36 | 79.94 | 12.04 | - |
| YUV | 214.56 | 13.13 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 11 | 0 | 0.08 | 0.96 | 0.00 | 55.06 | 0.99 | 0.52 |
| Hex | FE | EA | B | 0 | 8 | 60 | 0 | 37 | 63 | 34 |
| Octal | 376 | 352 | 13 | 0 | 10 | 140 | 0 | 67 | 143 | 64 |
| Binary | 11111110 | 11101010 | 1011 | 0 | 1000 | 1100000 | 0 | 110111 | 1100011 | 110100 |
Color Harmonies of #FEEA0B
Complementary color
Monochromatic Colors of #FEEA0B
Black with #FEEA0B
Text Example
Text Example
White with #FEEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA0B; }
p { color: rgb(254,234,11); }
H1.HeaderClassName
{
color: #FEEA0B;
}
.AnyTagClassName
{
color: #FEEA0B;
}
</style>
background-color css
<style>
a { background-color: #FEEA0B; }
a { background-color: rgb(254,234,11); }
div.DivClassName
{
background-color: #FEEA0B;
}
.BgClassName
{
background-color: #FEEA0B;
}
</style>
border-color css
<style>
span { border-color: #FEEA0B; }
span { border-color: rgb(254,234,11); }
td.TdClassName
{
border-color: #FEEA0B;
}
.TagClassName
{
border-color: #FEEA0B;
}
</style>