Shades of Dark Tangerine #F3A611
Tints of Dark Tangerine #F3A611
RGB
CMYK
RGB Variations
Color information
#F3A611 (or 0xF3A611) is known color: Dark Tangerine. HEX triplet: F3, A6 and 11. RGB value is (243,166,17). Sum of RGB (Red+Green+Blue) = 243+166+17=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A611 is #0C59EE. Grayscale: #ACACAC. Windows color (decimal): -809455 or 1156851. OLE color: 1156851.
HSL color Cylindrical-coordinate representation of color #F3A611: hue angle of 39.56º 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 #F3A611 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.05 |
| HSL | 39.56º | 0.9% | 0.51% | - |
| HSV(B) | 39.56º | 0.93% | 0.95% | - |
| XYZ | 50.7 | 46.37 | 6.81 | - |
| YUV | 172.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 17 | 0 | 0.32 | 0.93 | 0.05 | 39.56 | 0.9 | 0.51 |
| Hex | F3 | A6 | 11 | 0 | 20 | 5D | 5 | 28 | 5A | 33 |
| Octal | 363 | 246 | 21 | 0 | 40 | 135 | 5 | 50 | 132 | 63 |
| Binary | 11110011 | 10100110 | 10001 | 0 | 100000 | 1011101 | 101 | 101000 | 1011010 | 110011 |
Color Harmonies of #F3A611
Complementary color
Monochromatic Colors of #F3A611
Black with #F3A611
Text Example
Text Example
White with #F3A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A611; }
p { color: rgb(243,166,17); }
H1.HeaderClassName
{
color: #F3A611;
}
.AnyTagClassName
{
color: #F3A611;
}
</style>
background-color css
<style>
a { background-color: #F3A611; }
a { background-color: rgb(243,166,17); }
div.DivClassName
{
background-color: #F3A611;
}
.BgClassName
{
background-color: #F3A611;
}
</style>
border-color css
<style>
span { border-color: #F3A611; }
span { border-color: rgb(243,166,17); }
td.TdClassName
{
border-color: #F3A611;
}
.TagClassName
{
border-color: #F3A611;
}
</style>