Shades of Lemon #FEE313
Tints of Lemon #FEE313
RGB
CMYK
RGB Variations
Color information
#FEE313 (or 0xFEE313) is known color: Lemon. HEX triplet: FE, E3 and 13. RGB value is (254,227,19). Sum of RGB (Red+Green+Blue) = 254+227+19=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE313 is #011CEC. Grayscale: #D4D4D4. Windows color (decimal): -72941 or 1303550. OLE color: 1303550.
HSL color Cylindrical-coordinate representation of color #FEE313: hue angle of 53.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEE313 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 19 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.00 |
| HSL | 53.11º | 0.99% | 0.54% | - |
| HSV(B) | 53.11º | 0.93% | 1% | - |
| XYZ | 68.46 | 76.06 | 11.69 | - |
| YUV | 211.36 | 19.45 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 19 | 0 | 0.11 | 0.93 | 0.00 | 53.11 | 0.99 | 0.54 |
| Hex | FE | E3 | 13 | 0 | B | 5D | 0 | 35 | 63 | 36 |
| Octal | 376 | 343 | 23 | 0 | 13 | 135 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100011 | 10011 | 0 | 1011 | 1011101 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE313
Complementary color
Monochromatic Colors of #FEE313
Black with #FEE313
Text Example
Text Example
White with #FEE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE313; }
p { color: rgb(254,227,19); }
H1.HeaderClassName
{
color: #FEE313;
}
.AnyTagClassName
{
color: #FEE313;
}
</style>
background-color css
<style>
a { background-color: #FEE313; }
a { background-color: rgb(254,227,19); }
div.DivClassName
{
background-color: #FEE313;
}
.BgClassName
{
background-color: #FEE313;
}
</style>
border-color css
<style>
span { border-color: #FEE313; }
span { border-color: rgb(254,227,19); }
td.TdClassName
{
border-color: #FEE313;
}
.TagClassName
{
border-color: #FEE313;
}
</style>