Shades of Lemon #F3DB13
Tints of Lemon #F3DB13
RGB
CMYK
RGB Variations
Color information
#F3DB13 (or 0xF3DB13) is known color: Lemon. HEX triplet: F3, DB and 13. RGB value is (243,219,19). Sum of RGB (Red+Green+Blue) = 243+219+19=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DB13 is #0C24EC. Grayscale: #CCCCCC. Windows color (decimal): -795885 or 1301491. OLE color: 1301491.
HSL color Cylindrical-coordinate representation of color #F3DB13: hue angle of 53.57º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3DB13 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.05 |
| HSL | 53.57º | 0.9% | 0.51% | - |
| HSV(B) | 53.57º | 0.92% | 0.95% | - |
| XYZ | 62.41 | 69.76 | 10.79 | - |
| YUV | 203.38 | 23.95 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 19 | 0 | 0.10 | 0.92 | 0.05 | 53.57 | 0.9 | 0.51 |
| Hex | F3 | DB | 13 | 0 | A | 5C | 5 | 36 | 5A | 33 |
| Octal | 363 | 333 | 23 | 0 | 12 | 134 | 5 | 66 | 132 | 63 |
| Binary | 11110011 | 11011011 | 10011 | 0 | 1010 | 1011100 | 101 | 110110 | 1011010 | 110011 |
Color Harmonies of #F3DB13
Complementary color
Monochromatic Colors of #F3DB13
Black with #F3DB13
Text Example
Text Example
White with #F3DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB13; }
p { color: rgb(243,219,19); }
H1.HeaderClassName
{
color: #F3DB13;
}
.AnyTagClassName
{
color: #F3DB13;
}
</style>
background-color css
<style>
a { background-color: #F3DB13; }
a { background-color: rgb(243,219,19); }
div.DivClassName
{
background-color: #F3DB13;
}
.BgClassName
{
background-color: #F3DB13;
}
</style>
border-color css
<style>
span { border-color: #F3DB13; }
span { border-color: rgb(243,219,19); }
td.TdClassName
{
border-color: #F3DB13;
}
.TagClassName
{
border-color: #F3DB13;
}
</style>