Shades of Lemon #FEE70A
Tints of Lemon #FEE70A
RGB
CMYK
RGB Variations
Color information
#FEE70A (or 0xFEE70A) is known color: Lemon. HEX triplet: FE, E7 and 0A. RGB value is (254,231,10). Sum of RGB (Red+Green+Blue) = 254+231+10=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 10 (4.30% from 255 or 2.02% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE70A is #0118F5. Grayscale: #D5D5D5. Windows color (decimal): -71926 or 714750. OLE color: 714750.
HSL color Cylindrical-coordinate representation of color #FEE70A: hue angle of 54.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEE70A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.00 |
| HSL | 54.34º | 0.99% | 0.52% | - |
| HSV(B) | 54.34º | 0.96% | 1% | - |
| XYZ | 69.5 | 78.24 | 11.73 | - |
| YUV | 212.68 | 13.62 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 10 | 0 | 0.09 | 0.96 | 0.00 | 54.34 | 0.99 | 0.52 |
| Hex | FE | E7 | A | 0 | 9 | 60 | 0 | 36 | 63 | 34 |
| Octal | 376 | 347 | 12 | 0 | 11 | 140 | 0 | 66 | 143 | 64 |
| Binary | 11111110 | 11100111 | 1010 | 0 | 1001 | 1100000 | 0 | 110110 | 1100011 | 110100 |
Color Harmonies of #FEE70A
Complementary color
Monochromatic Colors of #FEE70A
Black with #FEE70A
Text Example
Text Example
White with #FEE70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE70A; }
p { color: rgb(254,231,10); }
H1.HeaderClassName
{
color: #FEE70A;
}
.AnyTagClassName
{
color: #FEE70A;
}
</style>
background-color css
<style>
a { background-color: #FEE70A; }
a { background-color: rgb(254,231,10); }
div.DivClassName
{
background-color: #FEE70A;
}
.BgClassName
{
background-color: #FEE70A;
}
</style>
border-color css
<style>
span { border-color: #FEE70A; }
span { border-color: rgb(254,231,10); }
td.TdClassName
{
border-color: #FEE70A;
}
.TagClassName
{
border-color: #FEE70A;
}
</style>