Shades of Lemon #FEE715
Tints of Lemon #FEE715
RGB
CMYK
RGB Variations
Color information
#FEE715 (or 0xFEE715) is known color: Lemon. HEX triplet: FE, E7 and 15. RGB value is (254,231,21). Sum of RGB (Red+Green+Blue) = 254+231+21=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE715 is #0118EA. Grayscale: #D6D6D6. Windows color (decimal): -71915 or 1435646. OLE color: 1435646.
HSL color Cylindrical-coordinate representation of color #FEE715: hue angle of 54.08º 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 #FEE715 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 21 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.00 |
| HSL | 54.08º | 0.99% | 0.54% | - |
| HSV(B) | 54.08º | 0.92% | 1% | - |
| XYZ | 69.58 | 78.28 | 12.15 | - |
| YUV | 213.94 | 19.12 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 21 | 0 | 0.09 | 0.92 | 0.00 | 54.08 | 0.99 | 0.54 |
| Hex | FE | E7 | 15 | 0 | 9 | 5C | 0 | 36 | 63 | 36 |
| Octal | 376 | 347 | 25 | 0 | 11 | 134 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100111 | 10101 | 0 | 1001 | 1011100 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE715
Complementary color
Monochromatic Colors of #FEE715
Black with #FEE715
Text Example
Text Example
White with #FEE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE715; }
p { color: rgb(254,231,21); }
H1.HeaderClassName
{
color: #FEE715;
}
.AnyTagClassName
{
color: #FEE715;
}
</style>
background-color css
<style>
a { background-color: #FEE715; }
a { background-color: rgb(254,231,21); }
div.DivClassName
{
background-color: #FEE715;
}
.BgClassName
{
background-color: #FEE715;
}
</style>
border-color css
<style>
span { border-color: #FEE715; }
span { border-color: rgb(254,231,21); }
td.TdClassName
{
border-color: #FEE715;
}
.TagClassName
{
border-color: #FEE715;
}
</style>