Shades of Dark Tangerine #FFA210
Tints of Dark Tangerine #FFA210
RGB
CMYK
RGB Variations
Color information
#FFA210 (or 0xFFA210) is known color: Dark Tangerine. HEX triplet: FF, A2 and 10. RGB value is (255,162,16). Sum of RGB (Red+Green+Blue) = 255+162+16=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA210 is #005DEF. Grayscale: #ADADAD. Windows color (decimal): -24048 or 1090303. OLE color: 1090303.
HSL color Cylindrical-coordinate representation of color #FFA210: hue angle of 36.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFA210 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 16 | - |
| CMYK | 0 | 0.36 | 0.94 | 0 |
| HSL | 36.65º | 1% | 0.53% | - |
| HSV(B) | 36.65º | 0.94% | 1% | - |
| XYZ | 54.25 | 47.14 | 6.73 | - |
| YUV | 173.16 | 39.31 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 16 | 0 | 0.36 | 0.94 | 0 | 36.65 | 1 | 0.53 |
| Hex | FF | A2 | 10 | 0 | 24 | 5E | 0 | 25 | 64 | 35 |
| Octal | 377 | 242 | 20 | 0 | 44 | 136 | 0 | 45 | 144 | 65 |
| Binary | 11111111 | 10100010 | 10000 | 0 | 100100 | 1011110 | 0 | 100101 | 1100100 | 110101 |
Color Harmonies of #FFA210
Complementary color
Monochromatic Colors of #FFA210
Black with #FFA210
Text Example
Text Example
White with #FFA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA210; }
p { color: rgb(255,162,16); }
H1.HeaderClassName
{
color: #FFA210;
}
.AnyTagClassName
{
color: #FFA210;
}
</style>
background-color css
<style>
a { background-color: #FFA210; }
a { background-color: rgb(255,162,16); }
div.DivClassName
{
background-color: #FFA210;
}
.BgClassName
{
background-color: #FFA210;
}
</style>
border-color css
<style>
span { border-color: #FFA210; }
span { border-color: rgb(255,162,16); }
td.TdClassName
{
border-color: #FFA210;
}
.TagClassName
{
border-color: #FFA210;
}
</style>