Shades of Lemon #F3F610
Tints of Lemon #F3F610
RGB
CMYK
RGB Variations
Color information
#F3F610 (or 0xF3F610) is known color: Lemon. HEX triplet: F3, F6 and 10. RGB value is (243,246,16). Sum of RGB (Red+Green+Blue) = 243+246+16=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 16 (6.64% from 255 or 3.17% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #F3F610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F610 is #0C09EF. Grayscale: #DBDBDB. Windows color (decimal): -788976 or 1111795. OLE color: 1111795.
HSL color Cylindrical-coordinate representation of color #F3F610: hue angle of 60.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3F610 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 246 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.04 |
| HSL | 60.78º | 0.93% | 0.51% | - |
| HSV(B) | 60.78º | 0.93% | 0.96% | - |
| XYZ | 70.01 | 85 | 13.21 | - |
| YUV | 218.88 | 13.51 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 246 | 16 | 0.01 | 0 | 0.93 | 0.04 | 60.78 | 0.93 | 0.51 |
| Hex | F3 | F6 | 10 | 1 | 0 | 5D | 4 | 3D | 5D | 33 |
| Octal | 363 | 366 | 20 | 1 | 0 | 135 | 4 | 75 | 135 | 63 |
| Binary | 11110011 | 11110110 | 10000 | 1 | 0 | 1011101 | 100 | 111101 | 1011101 | 110011 |
Color Harmonies of #F3F610
Complementary color
Monochromatic Colors of #F3F610
Black with #F3F610
Text Example
Text Example
White with #F3F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F610; }
p { color: rgb(243,246,16); }
H1.HeaderClassName
{
color: #F3F610;
}
.AnyTagClassName
{
color: #F3F610;
}
</style>
background-color css
<style>
a { background-color: #F3F610; }
a { background-color: rgb(243,246,16); }
div.DivClassName
{
background-color: #F3F610;
}
.BgClassName
{
background-color: #F3F610;
}
</style>
border-color css
<style>
span { border-color: #F3F610; }
span { border-color: rgb(243,246,16); }
td.TdClassName
{
border-color: #F3F610;
}
.TagClassName
{
border-color: #F3F610;
}
</style>