Shades of Lemon #F5E70F
Tints of Lemon #F5E70F
RGB
CMYK
RGB Variations
Color information
#F5E70F (or 0xF5E70F) is known color: Lemon. HEX triplet: F5, E7 and 0F. RGB value is (245,231,15). Sum of RGB (Red+Green+Blue) = 245+231+15=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 15 (6.25% from 255 or 3.05% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E70F is #0A18F0. Grayscale: #D3D3D3. Windows color (decimal): -661745 or 1042421. OLE color: 1042421.
HSL color Cylindrical-coordinate representation of color #F5E70F: hue angle of 56.35º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5E70F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.04 |
| HSL | 56.35º | 0.92% | 0.51% | - |
| HSV(B) | 56.35º | 0.94% | 0.96% | - |
| XYZ | 66.32 | 76.6 | 11.74 | - |
| YUV | 210.56 | 17.64 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 15 | 0 | 0.06 | 0.94 | 0.04 | 56.35 | 0.92 | 0.51 |
| Hex | F5 | E7 | F | 0 | 6 | 5E | 4 | 38 | 5C | 33 |
| Octal | 365 | 347 | 17 | 0 | 6 | 136 | 4 | 70 | 134 | 63 |
| Binary | 11110101 | 11100111 | 1111 | 0 | 110 | 1011110 | 100 | 111000 | 1011100 | 110011 |
Color Harmonies of #F5E70F
Complementary color
Monochromatic Colors of #F5E70F
Black with #F5E70F
Text Example
Text Example
White with #F5E70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E70F; }
p { color: rgb(245,231,15); }
H1.HeaderClassName
{
color: #F5E70F;
}
.AnyTagClassName
{
color: #F5E70F;
}
</style>
background-color css
<style>
a { background-color: #F5E70F; }
a { background-color: rgb(245,231,15); }
div.DivClassName
{
background-color: #F5E70F;
}
.BgClassName
{
background-color: #F5E70F;
}
</style>
border-color css
<style>
span { border-color: #F5E70F; }
span { border-color: rgb(245,231,15); }
td.TdClassName
{
border-color: #F5E70F;
}
.TagClassName
{
border-color: #F5E70F;
}
</style>