Shades of Lemon #F3DB14
Tints of Lemon #F3DB14
RGB
CMYK
RGB Variations
Color information
#F3DB14 (or 0xF3DB14) is known color: Lemon. HEX triplet: F3, DB and 14. RGB value is (243,219,20). Sum of RGB (Red+Green+Blue) = 243+219+20=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DB14 is #0C24EB. Grayscale: #CCCCCC. Windows color (decimal): -795884 or 1367027. OLE color: 1367027.
HSL color Cylindrical-coordinate representation of color #F3DB14: hue angle of 53.54º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3DB14 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.05 |
| HSL | 53.54º | 0.9% | 0.52% | - |
| HSV(B) | 53.54º | 0.92% | 0.95% | - |
| XYZ | 62.42 | 69.77 | 10.84 | - |
| YUV | 203.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 20 | 0 | 0.10 | 0.92 | 0.05 | 53.54 | 0.9 | 0.52 |
| Hex | F3 | DB | 14 | 0 | A | 5C | 5 | 36 | 5A | 34 |
| Octal | 363 | 333 | 24 | 0 | 12 | 134 | 5 | 66 | 132 | 64 |
| Binary | 11110011 | 11011011 | 10100 | 0 | 1010 | 1011100 | 101 | 110110 | 1011010 | 110100 |
Color Harmonies of #F3DB14
Complementary color
Monochromatic Colors of #F3DB14
Black with #F3DB14
Text Example
Text Example
White with #F3DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB14; }
p { color: rgb(243,219,20); }
H1.HeaderClassName
{
color: #F3DB14;
}
.AnyTagClassName
{
color: #F3DB14;
}
</style>
background-color css
<style>
a { background-color: #F3DB14; }
a { background-color: rgb(243,219,20); }
div.DivClassName
{
background-color: #F3DB14;
}
.BgClassName
{
background-color: #F3DB14;
}
</style>
border-color css
<style>
span { border-color: #F3DB14; }
span { border-color: rgb(243,219,20); }
td.TdClassName
{
border-color: #F3DB14;
}
.TagClassName
{
border-color: #F3DB14;
}
</style>