Shades of Lemon #F5F010
Tints of Lemon #F5F010
RGB
CMYK
RGB Variations
Color information
#F5F010 (or 0xF5F010) is known color: Lemon. HEX triplet: F5, F0 and 10. RGB value is (245,240,16). Sum of RGB (Red+Green+Blue) = 245+240+16=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 16 (6.64% from 255 or 3.19% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F010 is #0A0FEF. Grayscale: #D8D8D8. Windows color (decimal): -659440 or 1110261. OLE color: 1110261.
HSL color Cylindrical-coordinate representation of color #F5F010: hue angle of 58.69º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5F010 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.04 |
| HSL | 58.69º | 0.92% | 0.51% | - |
| HSV(B) | 58.69º | 0.93% | 0.96% | - |
| XYZ | 68.91 | 81.77 | 12.64 | - |
| YUV | 215.96 | 15.16 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 16 | 0 | 0.02 | 0.93 | 0.04 | 58.69 | 0.92 | 0.51 |
| Hex | F5 | F0 | 10 | 0 | 2 | 5D | 4 | 3B | 5C | 33 |
| Octal | 365 | 360 | 20 | 0 | 2 | 135 | 4 | 73 | 134 | 63 |
| Binary | 11110101 | 11110000 | 10000 | 0 | 10 | 1011101 | 100 | 111011 | 1011100 | 110011 |
Color Harmonies of #F5F010
Complementary color
Monochromatic Colors of #F5F010
Black with #F5F010
Text Example
Text Example
White with #F5F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F010; }
p { color: rgb(245,240,16); }
H1.HeaderClassName
{
color: #F5F010;
}
.AnyTagClassName
{
color: #F5F010;
}
</style>
background-color css
<style>
a { background-color: #F5F010; }
a { background-color: rgb(245,240,16); }
div.DivClassName
{
background-color: #F5F010;
}
.BgClassName
{
background-color: #F5F010;
}
</style>
border-color css
<style>
span { border-color: #F5F010; }
span { border-color: rgb(245,240,16); }
td.TdClassName
{
border-color: #F5F010;
}
.TagClassName
{
border-color: #F5F010;
}
</style>