Shades of Lemon #FEE010
Tints of Lemon #FEE010
RGB
CMYK
RGB Variations
Color information
#FEE010 (or 0xFEE010) is known color: Lemon. HEX triplet: FE, E0 and 10. RGB value is (254,224,16). Sum of RGB (Red+Green+Blue) = 254+224+16=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 16 (6.64% from 255 or 3.24% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE010 is #011FEF. Grayscale: #D2D2D2. Windows color (decimal): -73712 or 1106174. OLE color: 1106174.
HSL color Cylindrical-coordinate representation of color #FEE010: hue angle of 52.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE010 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 16 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.00 |
| HSL | 52.44º | 0.99% | 0.53% | - |
| HSV(B) | 52.44º | 0.94% | 1% | - |
| XYZ | 67.62 | 74.42 | 11.29 | - |
| YUV | 209.26 | 18.94 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 16 | 0 | 0.12 | 0.94 | 0.00 | 52.44 | 0.99 | 0.53 |
| Hex | FE | E0 | 10 | 0 | C | 5E | 0 | 34 | 63 | 35 |
| Octal | 376 | 340 | 20 | 0 | 14 | 136 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11100000 | 10000 | 0 | 1100 | 1011110 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEE010
Complementary color
Monochromatic Colors of #FEE010
Black with #FEE010
Text Example
Text Example
White with #FEE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE010; }
p { color: rgb(254,224,16); }
H1.HeaderClassName
{
color: #FEE010;
}
.AnyTagClassName
{
color: #FEE010;
}
</style>
background-color css
<style>
a { background-color: #FEE010; }
a { background-color: rgb(254,224,16); }
div.DivClassName
{
background-color: #FEE010;
}
.BgClassName
{
background-color: #FEE010;
}
</style>
border-color css
<style>
span { border-color: #FEE010; }
span { border-color: rgb(254,224,16); }
td.TdClassName
{
border-color: #FEE010;
}
.TagClassName
{
border-color: #FEE010;
}
</style>