Shades of Lemon #F5E412
Tints of Lemon #F5E412
RGB
CMYK
RGB Variations
Color information
#F5E412 (or 0xF5E412) is known color: Lemon. HEX triplet: F5, E4 and 12. RGB value is (245,228,18). Sum of RGB (Red+Green+Blue) = 245+228+18=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E412 is #0A1BED. Grayscale: #D1D1D1. Windows color (decimal): -662510 or 1238261. OLE color: 1238261.
HSL color Cylindrical-coordinate representation of color #F5E412: hue angle of 55.51º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5E412 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 18 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.04 |
| HSL | 55.51º | 0.92% | 0.52% | - |
| HSV(B) | 55.51º | 0.93% | 0.96% | - |
| XYZ | 65.51 | 74.94 | 11.59 | - |
| YUV | 209.14 | 20.13 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 18 | 0 | 0.07 | 0.93 | 0.04 | 55.51 | 0.92 | 0.52 |
| Hex | F5 | E4 | 12 | 0 | 7 | 5D | 4 | 38 | 5C | 34 |
| Octal | 365 | 344 | 22 | 0 | 7 | 135 | 4 | 70 | 134 | 64 |
| Binary | 11110101 | 11100100 | 10010 | 0 | 111 | 1011101 | 100 | 111000 | 1011100 | 110100 |
Color Harmonies of #F5E412
Complementary color
Monochromatic Colors of #F5E412
Black with #F5E412
Text Example
Text Example
White with #F5E412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E412; }
p { color: rgb(245,228,18); }
H1.HeaderClassName
{
color: #F5E412;
}
.AnyTagClassName
{
color: #F5E412;
}
</style>
background-color css
<style>
a { background-color: #F5E412; }
a { background-color: rgb(245,228,18); }
div.DivClassName
{
background-color: #F5E412;
}
.BgClassName
{
background-color: #F5E412;
}
</style>
border-color css
<style>
span { border-color: #F5E412; }
span { border-color: rgb(245,228,18); }
td.TdClassName
{
border-color: #F5E412;
}
.TagClassName
{
border-color: #F5E412;
}
</style>