Shades of Dark Tangerine #FFA211
Tints of Dark Tangerine #FFA211
RGB
CMYK
RGB Variations
Color information
#FFA211 (or 0xFFA211) is known color: Dark Tangerine. HEX triplet: FF, A2 and 11. RGB value is (255,162,17). Sum of RGB (Red+Green+Blue) = 255+162+17=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA211 is #005DEE. Grayscale: #ADADAD. Windows color (decimal): -24047 or 1155839. OLE color: 1155839.
HSL color Cylindrical-coordinate representation of color #FFA211: hue angle of 36.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFA211 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0 |
| HSL | 36.55º | 1% | 0.53% | - |
| HSV(B) | 36.55º | 0.93% | 1% | - |
| XYZ | 54.26 | 47.14 | 6.77 | - |
| YUV | 173.28 | 39.81 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 17 | 0 | 0.36 | 0.93 | 0 | 36.55 | 1 | 0.53 |
| Hex | FF | A2 | 11 | 0 | 24 | 5D | 0 | 25 | 64 | 35 |
| Octal | 377 | 242 | 21 | 0 | 44 | 135 | 0 | 45 | 144 | 65 |
| Binary | 11111111 | 10100010 | 10001 | 0 | 100100 | 1011101 | 0 | 100101 | 1100100 | 110101 |
Color Harmonies of #FFA211
Complementary color
Monochromatic Colors of #FFA211
Black with #FFA211
Text Example
Text Example
White with #FFA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA211; }
p { color: rgb(255,162,17); }
H1.HeaderClassName
{
color: #FFA211;
}
.AnyTagClassName
{
color: #FFA211;
}
</style>
background-color css
<style>
a { background-color: #FFA211; }
a { background-color: rgb(255,162,17); }
div.DivClassName
{
background-color: #FFA211;
}
.BgClassName
{
background-color: #FFA211;
}
</style>
border-color css
<style>
span { border-color: #FFA211; }
span { border-color: rgb(255,162,17); }
td.TdClassName
{
border-color: #FFA211;
}
.TagClassName
{
border-color: #FFA211;
}
</style>