Shades of Dark Tangerine #F3A210
Tints of Dark Tangerine #F3A210
RGB
CMYK
RGB Variations
Color information
#F3A210 (or 0xF3A210) is known color: Dark Tangerine. HEX triplet: F3, A2 and 10. RGB value is (243,162,16). Sum of RGB (Red+Green+Blue) = 243+162+16=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A210 is #0C5DEF. Grayscale: #AAAAAA. Windows color (decimal): -810480 or 1090291. OLE color: 1090291.
HSL color Cylindrical-coordinate representation of color #F3A210: hue angle of 38.59º 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 #F3A210 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.05 |
| HSL | 38.59º | 0.9% | 0.51% | - |
| HSV(B) | 38.59º | 0.93% | 0.95% | - |
| XYZ | 49.98 | 44.93 | 6.53 | - |
| YUV | 169.58 | 41.34 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 16 | 0 | 0.33 | 0.93 | 0.05 | 38.59 | 0.9 | 0.51 |
| Hex | F3 | A2 | 10 | 0 | 21 | 5D | 5 | 27 | 5A | 33 |
| Octal | 363 | 242 | 20 | 0 | 41 | 135 | 5 | 47 | 132 | 63 |
| Binary | 11110011 | 10100010 | 10000 | 0 | 100001 | 1011101 | 101 | 100111 | 1011010 | 110011 |
Color Harmonies of #F3A210
Complementary color
Monochromatic Colors of #F3A210
Black with #F3A210
Text Example
Text Example
White with #F3A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A210; }
p { color: rgb(243,162,16); }
H1.HeaderClassName
{
color: #F3A210;
}
.AnyTagClassName
{
color: #F3A210;
}
</style>
background-color css
<style>
a { background-color: #F3A210; }
a { background-color: rgb(243,162,16); }
div.DivClassName
{
background-color: #F3A210;
}
.BgClassName
{
background-color: #F3A210;
}
</style>
border-color css
<style>
span { border-color: #F3A210; }
span { border-color: rgb(243,162,16); }
td.TdClassName
{
border-color: #F3A210;
}
.TagClassName
{
border-color: #F3A210;
}
</style>