Shades of Dark Tangerine #FFA416
Tints of Dark Tangerine #FFA416
RGB
CMYK
RGB Variations
Color information
#FFA416 (or 0xFFA416) is known color: Dark Tangerine. HEX triplet: FF, A4 and 16. RGB value is (255,164,22). Sum of RGB (Red+Green+Blue) = 255+164+22=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA416 is #005BE9. Grayscale: #AFAFAF. Windows color (decimal): -23530 or 1484031. OLE color: 1484031.
HSL color Cylindrical-coordinate representation of color #FFA416: hue angle of 36.57º 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 #FFA416 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 22 | - |
| CMYK | 0 | 0.36 | 0.91 | 0 |
| HSL | 36.57º | 1% | 0.54% | - |
| HSV(B) | 36.57º | 0.91% | 1% | - |
| XYZ | 54.66 | 47.87 | 7.12 | - |
| YUV | 175.02 | 41.65 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 22 | 0 | 0.36 | 0.91 | 0 | 36.57 | 1 | 0.54 |
| Hex | FF | A4 | 16 | 0 | 24 | 5B | 0 | 25 | 64 | 36 |
| Octal | 377 | 244 | 26 | 0 | 44 | 133 | 0 | 45 | 144 | 66 |
| Binary | 11111111 | 10100100 | 10110 | 0 | 100100 | 1011011 | 0 | 100101 | 1100100 | 110110 |
Color Harmonies of #FFA416
Complementary color
Monochromatic Colors of #FFA416
Black with #FFA416
Text Example
Text Example
White with #FFA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA416; }
p { color: rgb(255,164,22); }
H1.HeaderClassName
{
color: #FFA416;
}
.AnyTagClassName
{
color: #FFA416;
}
</style>
background-color css
<style>
a { background-color: #FFA416; }
a { background-color: rgb(255,164,22); }
div.DivClassName
{
background-color: #FFA416;
}
.BgClassName
{
background-color: #FFA416;
}
</style>
border-color css
<style>
span { border-color: #FFA416; }
span { border-color: rgb(255,164,22); }
td.TdClassName
{
border-color: #FFA416;
}
.TagClassName
{
border-color: #FFA416;
}
</style>