Shades of Dark Tangerine #FFA616
Tints of Dark Tangerine #FFA616
RGB
CMYK
RGB Variations
Color information
#FFA616 (or 0xFFA616) is known color: Dark Tangerine. HEX triplet: FF, A6 and 16. RGB value is (255,166,22). Sum of RGB (Red+Green+Blue) = 255+166+22=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA616 is #0059E9. Grayscale: #B0B0B0. Windows color (decimal): -23018 or 1484543. OLE color: 1484543.
HSL color Cylindrical-coordinate representation of color #FFA616: hue angle of 37.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFA616 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0 |
| HSL | 37.08º | 1% | 0.54% | - |
| HSV(B) | 37.08º | 0.91% | 1% | - |
| XYZ | 55.02 | 48.59 | 7.24 | - |
| YUV | 176.2 | 40.99 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 22 | 0 | 0.35 | 0.91 | 0 | 37.08 | 1 | 0.54 |
| Hex | FF | A6 | 16 | 0 | 23 | 5B | 0 | 25 | 64 | 36 |
| Octal | 377 | 246 | 26 | 0 | 43 | 133 | 0 | 45 | 144 | 66 |
| Binary | 11111111 | 10100110 | 10110 | 0 | 100011 | 1011011 | 0 | 100101 | 1100100 | 110110 |
Color Harmonies of #FFA616
Complementary color
Monochromatic Colors of #FFA616
Black with #FFA616
Text Example
Text Example
White with #FFA616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA616; }
p { color: rgb(255,166,22); }
H1.HeaderClassName
{
color: #FFA616;
}
.AnyTagClassName
{
color: #FFA616;
}
</style>
background-color css
<style>
a { background-color: #FFA616; }
a { background-color: rgb(255,166,22); }
div.DivClassName
{
background-color: #FFA616;
}
.BgClassName
{
background-color: #FFA616;
}
</style>
border-color css
<style>
span { border-color: #FFA616; }
span { border-color: rgb(255,166,22); }
td.TdClassName
{
border-color: #FFA616;
}
.TagClassName
{
border-color: #FFA616;
}
</style>