Shades of Dark Tangerine #FFA110
Tints of Dark Tangerine #FFA110
RGB
CMYK
RGB Variations
Color information
#FFA110 (or 0xFFA110) is known color: Dark Tangerine. HEX triplet: FF, A1 and 10. RGB value is (255,161,16). Sum of RGB (Red+Green+Blue) = 255+161+16=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA110 is #005EEF. Grayscale: #ADADAD. Windows color (decimal): -24304 or 1090047. OLE color: 1090047.
HSL color Cylindrical-coordinate representation of color #FFA110: hue angle of 36.4º 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 #FFA110 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 16 | - |
| CMYK | 0 | 0.37 | 0.94 | 0 |
| HSL | 36.4º | 1% | 0.53% | - |
| HSV(B) | 36.4º | 0.94% | 1% | - |
| XYZ | 54.08 | 46.79 | 6.67 | - |
| YUV | 172.58 | 39.64 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 16 | 0 | 0.37 | 0.94 | 0 | 36.4 | 1 | 0.53 |
| Hex | FF | A1 | 10 | 0 | 25 | 5E | 0 | 24 | 64 | 35 |
| Octal | 377 | 241 | 20 | 0 | 45 | 136 | 0 | 44 | 144 | 65 |
| Binary | 11111111 | 10100001 | 10000 | 0 | 100101 | 1011110 | 0 | 100100 | 1100100 | 110101 |
Color Harmonies of #FFA110
Complementary color
Monochromatic Colors of #FFA110
Black with #FFA110
Text Example
Text Example
White with #FFA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA110; }
p { color: rgb(255,161,16); }
H1.HeaderClassName
{
color: #FFA110;
}
.AnyTagClassName
{
color: #FFA110;
}
</style>
background-color css
<style>
a { background-color: #FFA110; }
a { background-color: rgb(255,161,16); }
div.DivClassName
{
background-color: #FFA110;
}
.BgClassName
{
background-color: #FFA110;
}
</style>
border-color css
<style>
span { border-color: #FFA110; }
span { border-color: rgb(255,161,16); }
td.TdClassName
{
border-color: #FFA110;
}
.TagClassName
{
border-color: #FFA110;
}
</style>