Shades of Lemon #F3F310
Tints of Lemon #F3F310
RGB
CMYK
RGB Variations
Color information
#F3F310 (or 0xF3F310) is known color: Lemon. HEX triplet: F3, F3 and 10. RGB value is (243,243,16). Sum of RGB (Red+Green+Blue) = 243+243+16=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 16 (6.64% from 255 or 3.19% from 502); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F310 is #0C0CEF. Grayscale: #DADADA. Windows color (decimal): -789744 or 1111027. OLE color: 1111027.
HSL color Cylindrical-coordinate representation of color #F3F310: hue angle of 60º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3F310 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 243 | 16 | - |
| CMYK | 0 | 0 | 0.93 | 0.05 |
| HSL | 60º | 0.9% | 0.51% | - |
| HSV(B) | 60º | 0.93% | 0.95% | - |
| XYZ | 69.11 | 83.19 | 12.91 | - |
| YUV | 217.12 | 14.5 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 243 | 16 | 0 | 0 | 0.93 | 0.05 | 60 | 0.9 | 0.51 |
| Hex | F3 | F3 | 10 | 0 | 0 | 5D | 5 | 3C | 5A | 33 |
| Octal | 363 | 363 | 20 | 0 | 0 | 135 | 5 | 74 | 132 | 63 |
| Binary | 11110011 | 11110011 | 10000 | 0 | 0 | 1011101 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F3F310
Complementary color
Monochromatic Colors of #F3F310
Black with #F3F310
Text Example
Text Example
White with #F3F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F310; }
p { color: rgb(243,243,16); }
H1.HeaderClassName
{
color: #F3F310;
}
.AnyTagClassName
{
color: #F3F310;
}
</style>
background-color css
<style>
a { background-color: #F3F310; }
a { background-color: rgb(243,243,16); }
div.DivClassName
{
background-color: #F3F310;
}
.BgClassName
{
background-color: #F3F310;
}
</style>
border-color css
<style>
span { border-color: #F3F310; }
span { border-color: rgb(243,243,16); }
td.TdClassName
{
border-color: #F3F310;
}
.TagClassName
{
border-color: #F3F310;
}
</style>