Shades of Lemon #F5F218
Tints of Lemon #F5F218
RGB
CMYK
RGB Variations
Color information
#F5F218 (or 0xF5F218) is known color: Lemon. HEX triplet: F5, F2 and 18. RGB value is (245,242,24). Sum of RGB (Red+Green+Blue) = 245+242+24=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 24 (9.77% from 255 or 4.70% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F218 is #0A0DE7. Grayscale: #DADADA. Windows color (decimal): -658920 or 1635061. OLE color: 1635061.
HSL color Cylindrical-coordinate representation of color #F5F218: hue angle of 59.19º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5F218 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.04 |
| HSL | 59.19º | 0.92% | 0.53% | - |
| HSV(B) | 59.19º | 0.9% | 0.96% | - |
| XYZ | 69.57 | 82.98 | 13.21 | - |
| YUV | 218.05 | 18.49 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 24 | 0 | 0.01 | 0.90 | 0.04 | 59.19 | 0.92 | 0.53 |
| Hex | F5 | F2 | 18 | 0 | 1 | 5A | 4 | 3B | 5C | 35 |
| Octal | 365 | 362 | 30 | 0 | 1 | 132 | 4 | 73 | 134 | 65 |
| Binary | 11110101 | 11110010 | 11000 | 0 | 1 | 1011010 | 100 | 111011 | 1011100 | 110101 |
Color Harmonies of #F5F218
Complementary color
Monochromatic Colors of #F5F218
Black with #F5F218
Text Example
Text Example
White with #F5F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F218; }
p { color: rgb(245,242,24); }
H1.HeaderClassName
{
color: #F5F218;
}
.AnyTagClassName
{
color: #F5F218;
}
</style>
background-color css
<style>
a { background-color: #F5F218; }
a { background-color: rgb(245,242,24); }
div.DivClassName
{
background-color: #F5F218;
}
.BgClassName
{
background-color: #F5F218;
}
</style>
border-color css
<style>
span { border-color: #F5F218; }
span { border-color: rgb(245,242,24); }
td.TdClassName
{
border-color: #F5F218;
}
.TagClassName
{
border-color: #F5F218;
}
</style>