Shades of Lemon #FEE011
Tints of Lemon #FEE011
RGB
CMYK
RGB Variations
Color information
#FEE011 (or 0xFEE011) is known color: Lemon. HEX triplet: FE, E0 and 11. RGB value is (254,224,17). Sum of RGB (Red+Green+Blue) = 254+224+17=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE011 is #011FEE. Grayscale: #D2D2D2. Windows color (decimal): -73711 or 1171710. OLE color: 1171710.
HSL color Cylindrical-coordinate representation of color #FEE011: hue angle of 52.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEE011 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.00 |
| HSL | 52.41º | 0.99% | 0.53% | - |
| HSV(B) | 52.41º | 0.93% | 1% | - |
| XYZ | 67.63 | 74.42 | 11.33 | - |
| YUV | 209.37 | 19.44 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 17 | 0 | 0.12 | 0.93 | 0.00 | 52.41 | 0.99 | 0.53 |
| Hex | FE | E0 | 11 | 0 | C | 5D | 0 | 34 | 63 | 35 |
| Octal | 376 | 340 | 21 | 0 | 14 | 135 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11100000 | 10001 | 0 | 1100 | 1011101 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEE011
Complementary color
Monochromatic Colors of #FEE011
Black with #FEE011
Text Example
Text Example
White with #FEE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE011; }
p { color: rgb(254,224,17); }
H1.HeaderClassName
{
color: #FEE011;
}
.AnyTagClassName
{
color: #FEE011;
}
</style>
background-color css
<style>
a { background-color: #FEE011; }
a { background-color: rgb(254,224,17); }
div.DivClassName
{
background-color: #FEE011;
}
.BgClassName
{
background-color: #FEE011;
}
</style>
border-color css
<style>
span { border-color: #FEE011; }
span { border-color: rgb(254,224,17); }
td.TdClassName
{
border-color: #FEE011;
}
.TagClassName
{
border-color: #FEE011;
}
</style>