Shades of Lemon #FEE70F
Tints of Lemon #FEE70F
RGB
CMYK
RGB Variations
Color information
#FEE70F (or 0xFEE70F) is known color: Lemon. HEX triplet: FE, E7 and 0F. RGB value is (254,231,15). Sum of RGB (Red+Green+Blue) = 254+231+15=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 15 (6.25% from 255 or 3% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE70F is #0118F0. Grayscale: #D6D6D6. Windows color (decimal): -71921 or 1042430. OLE color: 1042430.
HSL color Cylindrical-coordinate representation of color #FEE70F: hue angle of 54.23º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE70F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.00 |
| HSL | 54.23º | 0.99% | 0.53% | - |
| HSV(B) | 54.23º | 0.94% | 1% | - |
| XYZ | 69.54 | 78.26 | 11.89 | - |
| YUV | 213.25 | 16.12 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 15 | 0 | 0.09 | 0.94 | 0.00 | 54.23 | 0.99 | 0.53 |
| Hex | FE | E7 | F | 0 | 9 | 5E | 0 | 36 | 63 | 35 |
| Octal | 376 | 347 | 17 | 0 | 11 | 136 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11100111 | 1111 | 0 | 1001 | 1011110 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE70F
Complementary color
Monochromatic Colors of #FEE70F
Black with #FEE70F
Text Example
Text Example
White with #FEE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE70F; }
p { color: rgb(254,231,15); }
H1.HeaderClassName
{
color: #FEE70F;
}
.AnyTagClassName
{
color: #FEE70F;
}
</style>
background-color css
<style>
a { background-color: #FEE70F; }
a { background-color: rgb(254,231,15); }
div.DivClassName
{
background-color: #FEE70F;
}
.BgClassName
{
background-color: #FEE70F;
}
</style>
border-color css
<style>
span { border-color: #FEE70F; }
span { border-color: rgb(254,231,15); }
td.TdClassName
{
border-color: #FEE70F;
}
.TagClassName
{
border-color: #FEE70F;
}
</style>