Shades of Dark Tangerine #F3A511
Tints of Dark Tangerine #F3A511
RGB
CMYK
RGB Variations
Color information
#F3A511 (or 0xF3A511) is known color: Dark Tangerine. HEX triplet: F3, A5 and 11. RGB value is (243,165,17). Sum of RGB (Red+Green+Blue) = 243+165+17=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A511 is #0C5AEE. Grayscale: #ACACAC. Windows color (decimal): -809711 or 1156595. OLE color: 1156595.
HSL color Cylindrical-coordinate representation of color #F3A511: hue angle of 39.29º 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 #F3A511 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.05 |
| HSL | 39.29º | 0.9% | 0.51% | - |
| HSV(B) | 39.29º | 0.93% | 0.95% | - |
| XYZ | 50.52 | 46.01 | 6.75 | - |
| YUV | 171.45 | 40.84 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 17 | 0 | 0.32 | 0.93 | 0.05 | 39.29 | 0.9 | 0.51 |
| Hex | F3 | A5 | 11 | 0 | 20 | 5D | 5 | 27 | 5A | 33 |
| Octal | 363 | 245 | 21 | 0 | 40 | 135 | 5 | 47 | 132 | 63 |
| Binary | 11110011 | 10100101 | 10001 | 0 | 100000 | 1011101 | 101 | 100111 | 1011010 | 110011 |
Color Harmonies of #F3A511
Complementary color
Monochromatic Colors of #F3A511
Black with #F3A511
Text Example
Text Example
White with #F3A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A511; }
p { color: rgb(243,165,17); }
H1.HeaderClassName
{
color: #F3A511;
}
.AnyTagClassName
{
color: #F3A511;
}
</style>
background-color css
<style>
a { background-color: #F3A511; }
a { background-color: rgb(243,165,17); }
div.DivClassName
{
background-color: #F3A511;
}
.BgClassName
{
background-color: #F3A511;
}
</style>
border-color css
<style>
span { border-color: #F3A511; }
span { border-color: rgb(243,165,17); }
td.TdClassName
{
border-color: #F3A511;
}
.TagClassName
{
border-color: #F3A511;
}
</style>