Shades of Lemon #F3DB16
Tints of Lemon #F3DB16
RGB
CMYK
RGB Variations
Color information
#F3DB16 (or 0xF3DB16) is known color: Lemon. HEX triplet: F3, DB and 16. RGB value is (243,219,22). Sum of RGB (Red+Green+Blue) = 243+219+22=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DB16 is #0C24E9. Grayscale: #CCCCCC. Windows color (decimal): -795882 or 1498099. OLE color: 1498099.
HSL color Cylindrical-coordinate representation of color #F3DB16: hue angle of 53.48º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3DB16 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.05 |
| HSL | 53.48º | 0.9% | 0.52% | - |
| HSV(B) | 53.48º | 0.91% | 0.95% | - |
| XYZ | 62.44 | 69.78 | 10.94 | - |
| YUV | 203.72 | 25.45 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 22 | 0 | 0.10 | 0.91 | 0.05 | 53.48 | 0.9 | 0.52 |
| Hex | F3 | DB | 16 | 0 | A | 5B | 5 | 35 | 5A | 34 |
| Octal | 363 | 333 | 26 | 0 | 12 | 133 | 5 | 65 | 132 | 64 |
| Binary | 11110011 | 11011011 | 10110 | 0 | 1010 | 1011011 | 101 | 110101 | 1011010 | 110100 |
Color Harmonies of #F3DB16
Complementary color
Monochromatic Colors of #F3DB16
Black with #F3DB16
Text Example
Text Example
White with #F3DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB16; }
p { color: rgb(243,219,22); }
H1.HeaderClassName
{
color: #F3DB16;
}
.AnyTagClassName
{
color: #F3DB16;
}
</style>
background-color css
<style>
a { background-color: #F3DB16; }
a { background-color: rgb(243,219,22); }
div.DivClassName
{
background-color: #F3DB16;
}
.BgClassName
{
background-color: #F3DB16;
}
</style>
border-color css
<style>
span { border-color: #F3DB16; }
span { border-color: rgb(243,219,22); }
td.TdClassName
{
border-color: #F3DB16;
}
.TagClassName
{
border-color: #F3DB16;
}
</style>