Shades of Lemon #F3F517
Tints of Lemon #F3F517
RGB
CMYK
RGB Variations
Color information
#F3F517 (or 0xF3F517) is known color: Lemon. HEX triplet: F3, F5 and 17. RGB value is (243,245,23). Sum of RGB (Red+Green+Blue) = 243+245+23=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 23 (9.38% from 255 or 4.50% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F517 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F517 is #0C0AE8. Grayscale: #DBDBDB. Windows color (decimal): -789225 or 1570291. OLE color: 1570291.
HSL color Cylindrical-coordinate representation of color #F3F517: hue angle of 60.54º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3F517 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 23 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.04 |
| HSL | 60.54º | 0.92% | 0.53% | - |
| HSV(B) | 60.54º | 0.91% | 0.96% | - |
| XYZ | 69.77 | 84.42 | 13.43 | - |
| YUV | 219.09 | 17.34 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 23 | 0.01 | 0 | 0.91 | 0.04 | 60.54 | 0.92 | 0.53 |
| Hex | F3 | F5 | 17 | 1 | 0 | 5B | 4 | 3D | 5C | 35 |
| Octal | 363 | 365 | 27 | 1 | 0 | 133 | 4 | 75 | 134 | 65 |
| Binary | 11110011 | 11110101 | 10111 | 1 | 0 | 1011011 | 100 | 111101 | 1011100 | 110101 |
Color Harmonies of #F3F517
Complementary color
Monochromatic Colors of #F3F517
Black with #F3F517
Text Example
Text Example
White with #F3F517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F517; }
p { color: rgb(243,245,23); }
H1.HeaderClassName
{
color: #F3F517;
}
.AnyTagClassName
{
color: #F3F517;
}
</style>
background-color css
<style>
a { background-color: #F3F517; }
a { background-color: rgb(243,245,23); }
div.DivClassName
{
background-color: #F3F517;
}
.BgClassName
{
background-color: #F3F517;
}
</style>
border-color css
<style>
span { border-color: #F3F517; }
span { border-color: rgb(243,245,23); }
td.TdClassName
{
border-color: #F3F517;
}
.TagClassName
{
border-color: #F3F517;
}
</style>