Shades of Lemon #FEE321
Tints of Lemon #FEE321
RGB
CMYK
RGB Variations
Color information
#FEE321 (or 0xFEE321) is known color: Lemon. HEX triplet: FE, E3 and 21. RGB value is (254,227,33). Sum of RGB (Red+Green+Blue) = 254+227+33=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 33 (13.28% from 255 or 6.42% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE321 is #011CDE. Grayscale: #D5D5D5. Windows color (decimal): -72927 or 2221054. OLE color: 2221054.
HSL color Cylindrical-coordinate representation of color #FEE321: hue angle of 52.67º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE321 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 33 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.00 |
| HSL | 52.67º | 0.99% | 0.56% | - |
| HSV(B) | 52.67º | 0.87% | 1% | - |
| XYZ | 68.62 | 76.12 | 12.51 | - |
| YUV | 212.96 | 26.45 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 33 | 0 | 0.11 | 0.87 | 0.00 | 52.67 | 0.99 | 0.56 |
| Hex | FE | E3 | 21 | 0 | B | 57 | 0 | 35 | 63 | 38 |
| Octal | 376 | 343 | 41 | 0 | 13 | 127 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100011 | 100001 | 0 | 1011 | 1010111 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE321
Complementary color
Monochromatic Colors of #FEE321
Black with #FEE321
Text Example
Text Example
White with #FEE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE321; }
p { color: rgb(254,227,33); }
H1.HeaderClassName
{
color: #FEE321;
}
.AnyTagClassName
{
color: #FEE321;
}
</style>
background-color css
<style>
a { background-color: #FEE321; }
a { background-color: rgb(254,227,33); }
div.DivClassName
{
background-color: #FEE321;
}
.BgClassName
{
background-color: #FEE321;
}
</style>
border-color css
<style>
span { border-color: #FEE321; }
span { border-color: rgb(254,227,33); }
td.TdClassName
{
border-color: #FEE321;
}
.TagClassName
{
border-color: #FEE321;
}
</style>