Shades of Lemon #F3DA11
Tints of Lemon #F3DA11
RGB
CMYK
RGB Variations
Color information
#F3DA11 (or 0xF3DA11) is known color: Lemon. HEX triplet: F3, DA and 11. RGB value is (243,218,17). Sum of RGB (Red+Green+Blue) = 243+218+17=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DA11 is #0C25EE. Grayscale: #CBCBCB. Windows color (decimal): -796143 or 1170163. OLE color: 1170163.
HSL color Cylindrical-coordinate representation of color #F3DA11: hue angle of 53.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3DA11 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.05 |
| HSL | 53.36º | 0.9% | 0.51% | - |
| HSV(B) | 53.36º | 0.93% | 0.95% | - |
| XYZ | 62.13 | 69.24 | 10.62 | - |
| YUV | 202.56 | 23.28 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 17 | 0 | 0.10 | 0.93 | 0.05 | 53.36 | 0.9 | 0.51 |
| Hex | F3 | DA | 11 | 0 | A | 5D | 5 | 35 | 5A | 33 |
| Octal | 363 | 332 | 21 | 0 | 12 | 135 | 5 | 65 | 132 | 63 |
| Binary | 11110011 | 11011010 | 10001 | 0 | 1010 | 1011101 | 101 | 110101 | 1011010 | 110011 |
Color Harmonies of #F3DA11
Complementary color
Monochromatic Colors of #F3DA11
Black with #F3DA11
Text Example
Text Example
White with #F3DA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DA11; }
p { color: rgb(243,218,17); }
H1.HeaderClassName
{
color: #F3DA11;
}
.AnyTagClassName
{
color: #F3DA11;
}
</style>
background-color css
<style>
a { background-color: #F3DA11; }
a { background-color: rgb(243,218,17); }
div.DivClassName
{
background-color: #F3DA11;
}
.BgClassName
{
background-color: #F3DA11;
}
</style>
border-color css
<style>
span { border-color: #F3DA11; }
span { border-color: rgb(243,218,17); }
td.TdClassName
{
border-color: #F3DA11;
}
.TagClassName
{
border-color: #F3DA11;
}
</style>