Shades of Lemon #F3F710
Tints of Lemon #F3F710
RGB
CMYK
RGB Variations
Color information
#F3F710 (or 0xF3F710) is known color: Lemon. HEX triplet: F3, F7 and 10. RGB value is (243,247,16). Sum of RGB (Red+Green+Blue) = 243+247+16=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 16 (6.64% from 255 or 3.16% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #F3F710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F710 is #0C08EF. Grayscale: #DCDCDC. Windows color (decimal): -788720 or 1112051. OLE color: 1112051.
HSL color Cylindrical-coordinate representation of color #F3F710: hue angle of 61.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3F710 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 247 | 16 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.03 |
| HSL | 61.04º | 0.94% | 0.52% | - |
| HSV(B) | 61.04º | 0.94% | 0.97% | - |
| XYZ | 70.32 | 85.61 | 13.31 | - |
| YUV | 219.47 | 13.17 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 247 | 16 | 0.02 | 0 | 0.94 | 0.03 | 61.04 | 0.94 | 0.52 |
| Hex | F3 | F7 | 10 | 2 | 0 | 5E | 3 | 3D | 5E | 34 |
| Octal | 363 | 367 | 20 | 2 | 0 | 136 | 3 | 75 | 136 | 64 |
| Binary | 11110011 | 11110111 | 10000 | 10 | 0 | 1011110 | 11 | 111101 | 1011110 | 110100 |
Color Harmonies of #F3F710
Complementary color
Monochromatic Colors of #F3F710
Black with #F3F710
Text Example
Text Example
White with #F3F710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F710; }
p { color: rgb(243,247,16); }
H1.HeaderClassName
{
color: #F3F710;
}
.AnyTagClassName
{
color: #F3F710;
}
</style>
background-color css
<style>
a { background-color: #F3F710; }
a { background-color: rgb(243,247,16); }
div.DivClassName
{
background-color: #F3F710;
}
.BgClassName
{
background-color: #F3F710;
}
</style>
border-color css
<style>
span { border-color: #F3F710; }
span { border-color: rgb(243,247,16); }
td.TdClassName
{
border-color: #F3F710;
}
.TagClassName
{
border-color: #F3F710;
}
</style>