Shades of Lemon #F1F320
Tints of Lemon #F1F320
RGB
CMYK
RGB Variations
Color information
#F1F320 (or 0xF1F320) is known color: Lemon. HEX triplet: F1, F3 and 20. RGB value is (241,243,32). Sum of RGB (Red+Green+Blue) = 241+243+32=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 32 (12.89% from 255 or 6.20% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F320 is #0E0CDF. Grayscale: #DBDBDB. Windows color (decimal): -920800 or 2159601. OLE color: 2159601.
HSL color Cylindrical-coordinate representation of color #F1F320: hue angle of 60.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1F320 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.05 |
| HSL | 60.57º | 0.9% | 0.54% | - |
| HSV(B) | 60.57º | 0.87% | 0.95% | - |
| XYZ | 68.59 | 82.91 | 13.75 | - |
| YUV | 218.35 | 22.84 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 32 | 0.01 | 0 | 0.87 | 0.05 | 60.57 | 0.9 | 0.54 |
| Hex | F1 | F3 | 20 | 1 | 0 | 57 | 5 | 3D | 5A | 36 |
| Octal | 361 | 363 | 40 | 1 | 0 | 127 | 5 | 75 | 132 | 66 |
| Binary | 11110001 | 11110011 | 100000 | 1 | 0 | 1010111 | 101 | 111101 | 1011010 | 110110 |
Color Harmonies of #F1F320
Complementary color
Monochromatic Colors of #F1F320
Black with #F1F320
Text Example
Text Example
White with #F1F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F320; }
p { color: rgb(241,243,32); }
H1.HeaderClassName
{
color: #F1F320;
}
.AnyTagClassName
{
color: #F1F320;
}
</style>
background-color css
<style>
a { background-color: #F1F320; }
a { background-color: rgb(241,243,32); }
div.DivClassName
{
background-color: #F1F320;
}
.BgClassName
{
background-color: #F1F320;
}
</style>
border-color css
<style>
span { border-color: #F1F320; }
span { border-color: rgb(241,243,32); }
td.TdClassName
{
border-color: #F1F320;
}
.TagClassName
{
border-color: #F1F320;
}
</style>