Shades of Lemon #F5E812
Tints of Lemon #F5E812
RGB
CMYK
RGB Variations
Color information
#F5E812 (or 0xF5E812) is known color: Lemon. HEX triplet: F5, E8 and 12. RGB value is (245,232,18). Sum of RGB (Red+Green+Blue) = 245+232+18=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E812 is #0A17ED. Grayscale: #D4D4D4. Windows color (decimal): -661486 or 1239285. OLE color: 1239285.
HSL color Cylindrical-coordinate representation of color #F5E812: hue angle of 56.56º 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 #F5E812 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 18 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.04 |
| HSL | 56.56º | 0.92% | 0.52% | - |
| HSV(B) | 56.56º | 0.93% | 0.96% | - |
| XYZ | 66.62 | 77.17 | 11.96 | - |
| YUV | 211.49 | 18.81 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 18 | 0 | 0.05 | 0.93 | 0.04 | 56.56 | 0.92 | 0.52 |
| Hex | F5 | E8 | 12 | 0 | 5 | 5D | 4 | 39 | 5C | 34 |
| Octal | 365 | 350 | 22 | 0 | 5 | 135 | 4 | 71 | 134 | 64 |
| Binary | 11110101 | 11101000 | 10010 | 0 | 101 | 1011101 | 100 | 111001 | 1011100 | 110100 |
Color Harmonies of #F5E812
Complementary color
Monochromatic Colors of #F5E812
Black with #F5E812
Text Example
Text Example
White with #F5E812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E812; }
p { color: rgb(245,232,18); }
H1.HeaderClassName
{
color: #F5E812;
}
.AnyTagClassName
{
color: #F5E812;
}
</style>
background-color css
<style>
a { background-color: #F5E812; }
a { background-color: rgb(245,232,18); }
div.DivClassName
{
background-color: #F5E812;
}
.BgClassName
{
background-color: #F5E812;
}
</style>
border-color css
<style>
span { border-color: #F5E812; }
span { border-color: rgb(245,232,18); }
td.TdClassName
{
border-color: #F5E812;
}
.TagClassName
{
border-color: #F5E812;
}
</style>