Shades of Lemon #F5F221
Tints of Lemon #F5F221
RGB
CMYK
RGB Variations
Color information
#F5F221 (or 0xF5F221) is known color: Lemon. HEX triplet: F5, F2 and 21. RGB value is (245,242,33). Sum of RGB (Red+Green+Blue) = 245+242+33=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 33 (13.28% from 255 or 6.35% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F221 is #0A0DDE. Grayscale: #DBDBDB. Windows color (decimal): -658911 or 2224885. OLE color: 2224885.
HSL color Cylindrical-coordinate representation of color #F5F221: hue angle of 59.15º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5F221 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 33 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.04 |
| HSL | 59.15º | 0.91% | 0.55% | - |
| HSV(B) | 59.15º | 0.87% | 0.96% | - |
| XYZ | 69.68 | 83.03 | 13.79 | - |
| YUV | 219.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 33 | 0 | 0.01 | 0.87 | 0.04 | 59.15 | 0.91 | 0.55 |
| Hex | F5 | F2 | 21 | 0 | 1 | 57 | 4 | 3B | 5B | 37 |
| Octal | 365 | 362 | 41 | 0 | 1 | 127 | 4 | 73 | 133 | 67 |
| Binary | 11110101 | 11110010 | 100001 | 0 | 1 | 1010111 | 100 | 111011 | 1011011 | 110111 |
Color Harmonies of #F5F221
Complementary color
Monochromatic Colors of #F5F221
Black with #F5F221
Text Example
Text Example
White with #F5F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F221; }
p { color: rgb(245,242,33); }
H1.HeaderClassName
{
color: #F5F221;
}
.AnyTagClassName
{
color: #F5F221;
}
</style>
background-color css
<style>
a { background-color: #F5F221; }
a { background-color: rgb(245,242,33); }
div.DivClassName
{
background-color: #F5F221;
}
.BgClassName
{
background-color: #F5F221;
}
</style>
border-color css
<style>
span { border-color: #F5F221; }
span { border-color: rgb(245,242,33); }
td.TdClassName
{
border-color: #F5F221;
}
.TagClassName
{
border-color: #F5F221;
}
</style>