Shades of Lemon #F3F020
Tints of Lemon #F3F020
RGB
CMYK
RGB Variations
Color information
#F3F020 (or 0xF3F020) is known color: Lemon. HEX triplet: F3, F0 and 20. RGB value is (243,240,32). Sum of RGB (Red+Green+Blue) = 243+240+32=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 32 (12.89% from 255 or 6.21% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F020 is #0C0FDF. Grayscale: #DADADA. Windows color (decimal): -790496 or 2158835. OLE color: 2158835.
HSL color Cylindrical-coordinate representation of color #F3F020: hue angle of 59.15º 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 #F3F020 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 32 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.05 |
| HSL | 59.15º | 0.9% | 0.54% | - |
| HSV(B) | 59.15º | 0.87% | 0.95% | - |
| XYZ | 68.38 | 81.48 | 13.49 | - |
| YUV | 217.19 | 23.49 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 32 | 0 | 0.01 | 0.87 | 0.05 | 59.15 | 0.9 | 0.54 |
| Hex | F3 | F0 | 20 | 0 | 1 | 57 | 5 | 3B | 5A | 36 |
| Octal | 363 | 360 | 40 | 0 | 1 | 127 | 5 | 73 | 132 | 66 |
| Binary | 11110011 | 11110000 | 100000 | 0 | 1 | 1010111 | 101 | 111011 | 1011010 | 110110 |
Color Harmonies of #F3F020
Complementary color
Monochromatic Colors of #F3F020
Black with #F3F020
Text Example
Text Example
White with #F3F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F020; }
p { color: rgb(243,240,32); }
H1.HeaderClassName
{
color: #F3F020;
}
.AnyTagClassName
{
color: #F3F020;
}
</style>
background-color css
<style>
a { background-color: #F3F020; }
a { background-color: rgb(243,240,32); }
div.DivClassName
{
background-color: #F3F020;
}
.BgClassName
{
background-color: #F3F020;
}
</style>
border-color css
<style>
span { border-color: #F3F020; }
span { border-color: rgb(243,240,32); }
td.TdClassName
{
border-color: #F3F020;
}
.TagClassName
{
border-color: #F3F020;
}
</style>