Shades of Lemon #F3F10D
Tints of Lemon #F3F10D
RGB
CMYK
RGB Variations
Color information
#F3F10D (or 0xF3F10D) is known color: Lemon. HEX triplet: F3, F1 and 0D. RGB value is (243,241,13). Sum of RGB (Red+Green+Blue) = 243+241+13=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F10D is #0C0EF2. Grayscale: #D8D8D8. Windows color (decimal): -790259 or 913907. OLE color: 913907.
HSL color Cylindrical-coordinate representation of color #F3F10D: 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.95%. Process color model (Four color, CMYK) of #F3F10D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.05 |
| HSL | 59.48º | 0.91% | 0.5% | - |
| HSV(B) | 59.48º | 0.95% | 0.95% | - |
| XYZ | 68.49 | 81.99 | 12.6 | - |
| YUV | 215.61 | 13.66 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 13 | 0 | 0.01 | 0.95 | 0.05 | 59.48 | 0.91 | 0.5 |
| Hex | F3 | F1 | D | 0 | 1 | 5F | 5 | 3B | 5B | 32 |
| Octal | 363 | 361 | 15 | 0 | 1 | 137 | 5 | 73 | 133 | 62 |
| Binary | 11110011 | 11110001 | 1101 | 0 | 1 | 1011111 | 101 | 111011 | 1011011 | 110010 |
Color Harmonies of #F3F10D
Complementary color
Monochromatic Colors of #F3F10D
Black with #F3F10D
Text Example
Text Example
White with #F3F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F10D; }
p { color: rgb(243,241,13); }
H1.HeaderClassName
{
color: #F3F10D;
}
.AnyTagClassName
{
color: #F3F10D;
}
</style>
background-color css
<style>
a { background-color: #F3F10D; }
a { background-color: rgb(243,241,13); }
div.DivClassName
{
background-color: #F3F10D;
}
.BgClassName
{
background-color: #F3F10D;
}
</style>
border-color css
<style>
span { border-color: #F3F10D; }
span { border-color: rgb(243,241,13); }
td.TdClassName
{
border-color: #F3F10D;
}
.TagClassName
{
border-color: #F3F10D;
}
</style>