Shades of Lemon #F3F10E
Tints of Lemon #F3F10E
RGB
CMYK
RGB Variations
Color information
#F3F10E (or 0xF3F10E) is known color: Lemon. HEX triplet: F3, F1 and 0E. RGB value is (243,241,14). Sum of RGB (Red+Green+Blue) = 243+241+14=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 14 (5.86% from 255 or 2.81% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F10E is #0C0EF1. Grayscale: #D8D8D8. Windows color (decimal): -790258 or 979443. OLE color: 979443.
HSL color Cylindrical-coordinate representation of color #F3F10E: hue angle of 59.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3F10E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.05 |
| HSL | 59.48º | 0.91% | 0.5% | - |
| HSV(B) | 59.48º | 0.94% | 0.95% | - |
| XYZ | 68.5 | 82 | 12.63 | - |
| YUV | 215.72 | 14.16 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 14 | 0 | 0.01 | 0.94 | 0.05 | 59.48 | 0.91 | 0.5 |
| Hex | F3 | F1 | E | 0 | 1 | 5E | 5 | 3B | 5B | 32 |
| Octal | 363 | 361 | 16 | 0 | 1 | 136 | 5 | 73 | 133 | 62 |
| Binary | 11110011 | 11110001 | 1110 | 0 | 1 | 1011110 | 101 | 111011 | 1011011 | 110010 |
Color Harmonies of #F3F10E
Complementary color
Monochromatic Colors of #F3F10E
Black with #F3F10E
Text Example
Text Example
White with #F3F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F10E; }
p { color: rgb(243,241,14); }
H1.HeaderClassName
{
color: #F3F10E;
}
.AnyTagClassName
{
color: #F3F10E;
}
</style>
background-color css
<style>
a { background-color: #F3F10E; }
a { background-color: rgb(243,241,14); }
div.DivClassName
{
background-color: #F3F10E;
}
.BgClassName
{
background-color: #F3F10E;
}
</style>
border-color css
<style>
span { border-color: #F3F10E; }
span { border-color: rgb(243,241,14); }
td.TdClassName
{
border-color: #F3F10E;
}
.TagClassName
{
border-color: #F3F10E;
}
</style>