Shades of Dark Tangerine #FFA017
Tints of Dark Tangerine #FFA017
RGB
CMYK
RGB Variations
Color information
#FFA017 (or 0xFFA017) is known color: Dark Tangerine. HEX triplet: FF, A0 and 17. RGB value is (255,160,23). Sum of RGB (Red+Green+Blue) = 255+160+23=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA017 is #005FE8. Grayscale: #ADADAD. Windows color (decimal): -24553 or 1548543. OLE color: 1548543.
HSL color Cylindrical-coordinate representation of color #FFA017: hue angle of 35.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFA017 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 23 | - |
| CMYK | 0 | 0.37 | 0.91 | 0 |
| HSL | 35.43º | 1% | 0.55% | - |
| HSV(B) | 35.43º | 0.91% | 1% | - |
| XYZ | 53.97 | 46.46 | 6.93 | - |
| YUV | 172.79 | 43.47 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 23 | 0 | 0.37 | 0.91 | 0 | 35.43 | 1 | 0.55 |
| Hex | FF | A0 | 17 | 0 | 25 | 5B | 0 | 23 | 64 | 37 |
| Octal | 377 | 240 | 27 | 0 | 45 | 133 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10100000 | 10111 | 0 | 100101 | 1011011 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FFA017
Complementary color
Monochromatic Colors of #FFA017
Black with #FFA017
Text Example
Text Example
White with #FFA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA017; }
p { color: rgb(255,160,23); }
H1.HeaderClassName
{
color: #FFA017;
}
.AnyTagClassName
{
color: #FFA017;
}
</style>
background-color css
<style>
a { background-color: #FFA017; }
a { background-color: rgb(255,160,23); }
div.DivClassName
{
background-color: #FFA017;
}
.BgClassName
{
background-color: #FFA017;
}
</style>
border-color css
<style>
span { border-color: #FFA017; }
span { border-color: rgb(255,160,23); }
td.TdClassName
{
border-color: #FFA017;
}
.TagClassName
{
border-color: #FFA017;
}
</style>