Shades of Dark Tangerine #FFA810
Tints of Dark Tangerine #FFA810
RGB
CMYK
RGB Variations
Color information
#FFA810 (or 0xFFA810) is known color: Dark Tangerine. HEX triplet: FF, A8 and 10. RGB value is (255,168,16). Sum of RGB (Red+Green+Blue) = 255+168+16=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA810 is #0057EF. Grayscale: #B1B1B1. Windows color (decimal): -22512 or 1091839. OLE color: 1091839.
HSL color Cylindrical-coordinate representation of color #FFA810: hue angle of 38.16º 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 #FFA810 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 16 | - |
| CMYK | 0 | 0.34 | 0.94 | 0 |
| HSL | 38.16º | 1% | 0.53% | - |
| HSV(B) | 38.16º | 0.94% | 1% | - |
| XYZ | 55.34 | 49.3 | 7.09 | - |
| YUV | 176.69 | 37.32 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 16 | 0 | 0.34 | 0.94 | 0 | 38.16 | 1 | 0.53 |
| Hex | FF | A8 | 10 | 0 | 22 | 5E | 0 | 26 | 64 | 35 |
| Octal | 377 | 250 | 20 | 0 | 42 | 136 | 0 | 46 | 144 | 65 |
| Binary | 11111111 | 10101000 | 10000 | 0 | 100010 | 1011110 | 0 | 100110 | 1100100 | 110101 |
Color Harmonies of #FFA810
Complementary color
Monochromatic Colors of #FFA810
Black with #FFA810
Text Example
Text Example
White with #FFA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA810; }
p { color: rgb(255,168,16); }
H1.HeaderClassName
{
color: #FFA810;
}
.AnyTagClassName
{
color: #FFA810;
}
</style>
background-color css
<style>
a { background-color: #FFA810; }
a { background-color: rgb(255,168,16); }
div.DivClassName
{
background-color: #FFA810;
}
.BgClassName
{
background-color: #FFA810;
}
</style>
border-color css
<style>
span { border-color: #FFA810; }
span { border-color: rgb(255,168,16); }
td.TdClassName
{
border-color: #FFA810;
}
.TagClassName
{
border-color: #FFA810;
}
</style>