Shades of Lemon #FEE315
Tints of Lemon #FEE315
RGB
CMYK
RGB Variations
Color information
#FEE315 (or 0xFEE315) is known color: Lemon. HEX triplet: FE, E3 and 15. RGB value is (254,227,21). Sum of RGB (Red+Green+Blue) = 254+227+21=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 21 (8.59% from 255 or 4.18% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE315 is #011CEA. Grayscale: #D4D4D4. Windows color (decimal): -72939 or 1434622. OLE color: 1434622.
HSL color Cylindrical-coordinate representation of color #FEE315: hue angle of 53.05º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEE315 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 21 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.00 |
| HSL | 53.05º | 0.99% | 0.54% | - |
| HSV(B) | 53.05º | 0.92% | 1% | - |
| XYZ | 68.48 | 76.06 | 11.78 | - |
| YUV | 211.59 | 20.45 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 21 | 0 | 0.11 | 0.92 | 0.00 | 53.05 | 0.99 | 0.54 |
| Hex | FE | E3 | 15 | 0 | B | 5C | 0 | 35 | 63 | 36 |
| Octal | 376 | 343 | 25 | 0 | 13 | 134 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100011 | 10101 | 0 | 1011 | 1011100 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE315
Complementary color
Monochromatic Colors of #FEE315
Black with #FEE315
Text Example
Text Example
White with #FEE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE315; }
p { color: rgb(254,227,21); }
H1.HeaderClassName
{
color: #FEE315;
}
.AnyTagClassName
{
color: #FEE315;
}
</style>
background-color css
<style>
a { background-color: #FEE315; }
a { background-color: rgb(254,227,21); }
div.DivClassName
{
background-color: #FEE315;
}
.BgClassName
{
background-color: #FEE315;
}
</style>
border-color css
<style>
span { border-color: #FEE315; }
span { border-color: rgb(254,227,21); }
td.TdClassName
{
border-color: #FEE315;
}
.TagClassName
{
border-color: #FEE315;
}
</style>