Shades of Lemon #F1F520
Tints of Lemon #F1F520
RGB
CMYK
RGB Variations
Color information
#F1F520 (or 0xF1F520) is known color: Lemon. HEX triplet: F1, F5 and 20. RGB value is (241,245,32). Sum of RGB (Red+Green+Blue) = 241+245+32=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 32 (12.89% from 255 or 6.18% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F520 is #0E0ADF. Grayscale: #DCDCDC. Windows color (decimal): -920288 or 2160113. OLE color: 2160113.
HSL color Cylindrical-coordinate representation of color #F1F520: hue angle of 61.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1F520 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 32 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.04 |
| HSL | 61.13º | 0.91% | 0.54% | - |
| HSV(B) | 61.13º | 0.87% | 0.96% | - |
| XYZ | 69.19 | 84.11 | 13.95 | - |
| YUV | 219.52 | 22.17 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 32 | 0.02 | 0 | 0.87 | 0.04 | 61.13 | 0.91 | 0.54 |
| Hex | F1 | F5 | 20 | 2 | 0 | 57 | 4 | 3D | 5B | 36 |
| Octal | 361 | 365 | 40 | 2 | 0 | 127 | 4 | 75 | 133 | 66 |
| Binary | 11110001 | 11110101 | 100000 | 10 | 0 | 1010111 | 100 | 111101 | 1011011 | 110110 |
Color Harmonies of #F1F520
Complementary color
Monochromatic Colors of #F1F520
Black with #F1F520
Text Example
Text Example
White with #F1F520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F520; }
p { color: rgb(241,245,32); }
H1.HeaderClassName
{
color: #F1F520;
}
.AnyTagClassName
{
color: #F1F520;
}
</style>
background-color css
<style>
a { background-color: #F1F520; }
a { background-color: rgb(241,245,32); }
div.DivClassName
{
background-color: #F1F520;
}
.BgClassName
{
background-color: #F1F520;
}
</style>
border-color css
<style>
span { border-color: #F1F520; }
span { border-color: rgb(241,245,32); }
td.TdClassName
{
border-color: #F1F520;
}
.TagClassName
{
border-color: #F1F520;
}
</style>