Shades of Lemon #FEEE0B
Tints of Lemon #FEEE0B
RGB
CMYK
RGB Variations
Color information
#FEEE0B (or 0xFEEE0B) is known color: Lemon. HEX triplet: FE, EE and 0B. RGB value is (254,238,11). Sum of RGB (Red+Green+Blue) = 254+238+11=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 11 (4.69% from 255 or 2.19% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEE0B is #0111F4. Grayscale: #D9D9D9. Windows color (decimal): -70133 or 782078. OLE color: 782078.
HSL color Cylindrical-coordinate representation of color #FEEE0B: hue angle of 56.05º 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 #FEEE0B is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 11 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.00 |
| HSL | 56.05º | 0.99% | 0.52% | - |
| HSV(B) | 56.05º | 0.96% | 1% | - |
| XYZ | 71.51 | 82.24 | 12.42 | - |
| YUV | 216.91 | 11.8 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 11 | 0 | 0.06 | 0.96 | 0.00 | 56.05 | 0.99 | 0.52 |
| Hex | FE | EE | B | 0 | 6 | 60 | 0 | 38 | 63 | 34 |
| Octal | 376 | 356 | 13 | 0 | 6 | 140 | 0 | 70 | 143 | 64 |
| Binary | 11111110 | 11101110 | 1011 | 0 | 110 | 1100000 | 0 | 111000 | 1100011 | 110100 |
Color Harmonies of #FEEE0B
Complementary color
Monochromatic Colors of #FEEE0B
Black with #FEEE0B
Text Example
Text Example
White with #FEEE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE0B; }
p { color: rgb(254,238,11); }
H1.HeaderClassName
{
color: #FEEE0B;
}
.AnyTagClassName
{
color: #FEEE0B;
}
</style>
background-color css
<style>
a { background-color: #FEEE0B; }
a { background-color: rgb(254,238,11); }
div.DivClassName
{
background-color: #FEEE0B;
}
.BgClassName
{
background-color: #FEEE0B;
}
</style>
border-color css
<style>
span { border-color: #FEEE0B; }
span { border-color: rgb(254,238,11); }
td.TdClassName
{
border-color: #FEEE0B;
}
.TagClassName
{
border-color: #FEEE0B;
}
</style>