Shades of Lemon #F5F10E
Tints of Lemon #F5F10E
RGB
CMYK
RGB Variations
Color information
#F5F10E (or 0xF5F10E) is known color: Lemon. HEX triplet: F5, F1 and 0E. RGB value is (245,241,14). Sum of RGB (Red+Green+Blue) = 245+241+14=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 14 (5.86% from 255 or 2.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F10E is #0A0EF1. Grayscale: #D9D9D9. Windows color (decimal): -659186 or 979445. OLE color: 979445.
HSL color Cylindrical-coordinate representation of color #F5F10E: hue angle of 58.96º 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 #F5F10E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.04 |
| HSL | 58.96º | 0.92% | 0.51% | - |
| HSV(B) | 58.96º | 0.94% | 0.96% | - |
| XYZ | 69.19 | 82.35 | 12.66 | - |
| YUV | 216.32 | 13.83 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 14 | 0 | 0.02 | 0.94 | 0.04 | 58.96 | 0.92 | 0.51 |
| Hex | F5 | F1 | E | 0 | 2 | 5E | 4 | 3B | 5C | 33 |
| Octal | 365 | 361 | 16 | 0 | 2 | 136 | 4 | 73 | 134 | 63 |
| Binary | 11110101 | 11110001 | 1110 | 0 | 10 | 1011110 | 100 | 111011 | 1011100 | 110011 |
Color Harmonies of #F5F10E
Complementary color
Monochromatic Colors of #F5F10E
Black with #F5F10E
Text Example
Text Example
White with #F5F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F10E; }
p { color: rgb(245,241,14); }
H1.HeaderClassName
{
color: #F5F10E;
}
.AnyTagClassName
{
color: #F5F10E;
}
</style>
background-color css
<style>
a { background-color: #F5F10E; }
a { background-color: rgb(245,241,14); }
div.DivClassName
{
background-color: #F5F10E;
}
.BgClassName
{
background-color: #F5F10E;
}
</style>
border-color css
<style>
span { border-color: #F5F10E; }
span { border-color: rgb(245,241,14); }
td.TdClassName
{
border-color: #F5F10E;
}
.TagClassName
{
border-color: #F5F10E;
}
</style>