Shades of Lemon #F5E70A
Tints of Lemon #F5E70A
RGB
CMYK
RGB Variations
Color information
#F5E70A (or 0xF5E70A) is known color: Lemon. HEX triplet: F5, E7 and 0A. RGB value is (245,231,10). Sum of RGB (Red+Green+Blue) = 245+231+10=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E70A is #0A18F5. Grayscale: #D2D2D2. Windows color (decimal): -661750 or 714741. OLE color: 714741.
HSL color Cylindrical-coordinate representation of color #F5E70A: hue angle of 56.43º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5E70A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.04 |
| HSL | 56.43º | 0.92% | 0.5% | - |
| HSV(B) | 56.43º | 0.96% | 0.96% | - |
| XYZ | 66.29 | 76.59 | 11.58 | - |
| YUV | 209.99 | 15.14 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 10 | 0 | 0.06 | 0.96 | 0.04 | 56.43 | 0.92 | 0.5 |
| Hex | F5 | E7 | A | 0 | 6 | 60 | 4 | 38 | 5C | 32 |
| Octal | 365 | 347 | 12 | 0 | 6 | 140 | 4 | 70 | 134 | 62 |
| Binary | 11110101 | 11100111 | 1010 | 0 | 110 | 1100000 | 100 | 111000 | 1011100 | 110010 |
Color Harmonies of #F5E70A
Complementary color
Monochromatic Colors of #F5E70A
Black with #F5E70A
Text Example
Text Example
White with #F5E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E70A; }
p { color: rgb(245,231,10); }
H1.HeaderClassName
{
color: #F5E70A;
}
.AnyTagClassName
{
color: #F5E70A;
}
</style>
background-color css
<style>
a { background-color: #F5E70A; }
a { background-color: rgb(245,231,10); }
div.DivClassName
{
background-color: #F5E70A;
}
.BgClassName
{
background-color: #F5E70A;
}
</style>
border-color css
<style>
span { border-color: #F5E70A; }
span { border-color: rgb(245,231,10); }
td.TdClassName
{
border-color: #F5E70A;
}
.TagClassName
{
border-color: #F5E70A;
}
</style>