Shades of Dark Tangerine #FFA014
Tints of Dark Tangerine #FFA014
RGB
CMYK
RGB Variations
Color information
#FFA014 (or 0xFFA014) is known color: Dark Tangerine. HEX triplet: FF, A0 and 14. RGB value is (255,160,20). Sum of RGB (Red+Green+Blue) = 255+160+20=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA014 is #005FEB. Grayscale: #ADADAD. Windows color (decimal): -24556 or 1351935. OLE color: 1351935.
HSL color Cylindrical-coordinate representation of color #FFA014: hue angle of 35.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFA014 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 20 | - |
| CMYK | 0 | 0.37 | 0.92 | 0 |
| HSL | 35.74º | 1% | 0.54% | - |
| HSV(B) | 35.74º | 0.92% | 1% | - |
| XYZ | 53.94 | 46.45 | 6.79 | - |
| YUV | 172.45 | 41.97 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 20 | 0 | 0.37 | 0.92 | 0 | 35.74 | 1 | 0.54 |
| Hex | FF | A0 | 14 | 0 | 25 | 5C | 0 | 24 | 64 | 36 |
| Octal | 377 | 240 | 24 | 0 | 45 | 134 | 0 | 44 | 144 | 66 |
| Binary | 11111111 | 10100000 | 10100 | 0 | 100101 | 1011100 | 0 | 100100 | 1100100 | 110110 |
Color Harmonies of #FFA014
Complementary color
Monochromatic Colors of #FFA014
Black with #FFA014
Text Example
Text Example
White with #FFA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA014; }
p { color: rgb(255,160,20); }
H1.HeaderClassName
{
color: #FFA014;
}
.AnyTagClassName
{
color: #FFA014;
}
</style>
background-color css
<style>
a { background-color: #FFA014; }
a { background-color: rgb(255,160,20); }
div.DivClassName
{
background-color: #FFA014;
}
.BgClassName
{
background-color: #FFA014;
}
</style>
border-color css
<style>
span { border-color: #FFA014; }
span { border-color: rgb(255,160,20); }
td.TdClassName
{
border-color: #FFA014;
}
.TagClassName
{
border-color: #FFA014;
}
</style>