Shades of Dark Tangerine #FFA916
Tints of Dark Tangerine #FFA916
RGB
CMYK
RGB Variations
Color information
#FFA916 (or 0xFFA916) is known color: Dark Tangerine. HEX triplet: FF, A9 and 16. RGB value is (255,169,22). Sum of RGB (Red+Green+Blue) = 255+169+22=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA916 is #0056E9. Grayscale: #B2B2B2. Windows color (decimal): -22250 or 1485311. OLE color: 1485311.
HSL color Cylindrical-coordinate representation of color #FFA916: hue angle of 37.85º 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 #FFA916 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0 |
| HSL | 37.85º | 1% | 0.54% | - |
| HSV(B) | 37.85º | 0.91% | 1% | - |
| XYZ | 55.57 | 49.69 | 7.42 | - |
| YUV | 177.96 | 39.99 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 22 | 0 | 0.34 | 0.91 | 0 | 37.85 | 1 | 0.54 |
| Hex | FF | A9 | 16 | 0 | 22 | 5B | 0 | 26 | 64 | 36 |
| Octal | 377 | 251 | 26 | 0 | 42 | 133 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101001 | 10110 | 0 | 100010 | 1011011 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFA916
Complementary color
Monochromatic Colors of #FFA916
Black with #FFA916
Text Example
Text Example
White with #FFA916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA916; }
p { color: rgb(255,169,22); }
H1.HeaderClassName
{
color: #FFA916;
}
.AnyTagClassName
{
color: #FFA916;
}
</style>
background-color css
<style>
a { background-color: #FFA916; }
a { background-color: rgb(255,169,22); }
div.DivClassName
{
background-color: #FFA916;
}
.BgClassName
{
background-color: #FFA916;
}
</style>
border-color css
<style>
span { border-color: #FFA916; }
span { border-color: rgb(255,169,22); }
td.TdClassName
{
border-color: #FFA916;
}
.TagClassName
{
border-color: #FFA916;
}
</style>