Shades of Dark Tangerine #FFA710
Tints of Dark Tangerine #FFA710
RGB
CMYK
RGB Variations
Color information
#FFA710 (or 0xFFA710) is known color: Dark Tangerine. HEX triplet: FF, A7 and 10. RGB value is (255,167,16). Sum of RGB (Red+Green+Blue) = 255+167+16=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA710 is #0058EF. Grayscale: #B0B0B0. Windows color (decimal): -22768 or 1091583. OLE color: 1091583.
HSL color Cylindrical-coordinate representation of color #FFA710: hue angle of 37.91º 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 #FFA710 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 16 | - |
| CMYK | 0 | 0.35 | 0.94 | 0 |
| HSL | 37.91º | 1% | 0.53% | - |
| HSV(B) | 37.91º | 0.94% | 1% | - |
| XYZ | 55.15 | 48.93 | 7.03 | - |
| YUV | 176.1 | 37.65 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 16 | 0 | 0.35 | 0.94 | 0 | 37.91 | 1 | 0.53 |
| Hex | FF | A7 | 10 | 0 | 23 | 5E | 0 | 26 | 64 | 35 |
| Octal | 377 | 247 | 20 | 0 | 43 | 136 | 0 | 46 | 144 | 65 |
| Binary | 11111111 | 10100111 | 10000 | 0 | 100011 | 1011110 | 0 | 100110 | 1100100 | 110101 |
Color Harmonies of #FFA710
Complementary color
Monochromatic Colors of #FFA710
Black with #FFA710
Text Example
Text Example
White with #FFA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA710; }
p { color: rgb(255,167,16); }
H1.HeaderClassName
{
color: #FFA710;
}
.AnyTagClassName
{
color: #FFA710;
}
</style>
background-color css
<style>
a { background-color: #FFA710; }
a { background-color: rgb(255,167,16); }
div.DivClassName
{
background-color: #FFA710;
}
.BgClassName
{
background-color: #FFA710;
}
</style>
border-color css
<style>
span { border-color: #FFA710; }
span { border-color: rgb(255,167,16); }
td.TdClassName
{
border-color: #FFA710;
}
.TagClassName
{
border-color: #FFA710;
}
</style>