Shades of Lemon #FEE017
Tints of Lemon #FEE017
RGB
CMYK
RGB Variations
Color information
#FEE017 (or 0xFEE017) is known color: Lemon. HEX triplet: FE, E0 and 17. RGB value is (254,224,23). Sum of RGB (Red+Green+Blue) = 254+224+23=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 23 (9.38% from 255 or 4.59% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE017 is #011FE8. Grayscale: #D2D2D2. Windows color (decimal): -73705 or 1564926. OLE color: 1564926.
HSL color Cylindrical-coordinate representation of color #FEE017: hue angle of 52.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEE017 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 23 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.00 |
| HSL | 52.21º | 0.99% | 0.54% | - |
| HSV(B) | 52.21º | 0.91% | 1% | - |
| XYZ | 67.68 | 74.44 | 11.61 | - |
| YUV | 210.06 | 22.44 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 23 | 0 | 0.12 | 0.91 | 0.00 | 52.21 | 0.99 | 0.54 |
| Hex | FE | E0 | 17 | 0 | C | 5B | 0 | 34 | 63 | 36 |
| Octal | 376 | 340 | 27 | 0 | 14 | 133 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11100000 | 10111 | 0 | 1100 | 1011011 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEE017
Complementary color
Monochromatic Colors of #FEE017
Black with #FEE017
Text Example
Text Example
White with #FEE017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE017; }
p { color: rgb(254,224,23); }
H1.HeaderClassName
{
color: #FEE017;
}
.AnyTagClassName
{
color: #FEE017;
}
</style>
background-color css
<style>
a { background-color: #FEE017; }
a { background-color: rgb(254,224,23); }
div.DivClassName
{
background-color: #FEE017;
}
.BgClassName
{
background-color: #FEE017;
}
</style>
border-color css
<style>
span { border-color: #FEE017; }
span { border-color: rgb(254,224,23); }
td.TdClassName
{
border-color: #FEE017;
}
.TagClassName
{
border-color: #FEE017;
}
</style>