Shades of Dark Tangerine #FFA614
Tints of Dark Tangerine #FFA614
RGB
CMYK
RGB Variations
Color information
#FFA614 (or 0xFFA614) is known color: Dark Tangerine. HEX triplet: FF, A6 and 14. RGB value is (255,166,20). Sum of RGB (Red+Green+Blue) = 255+166+20=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA614 is #0059EB. Grayscale: #B0B0B0. Windows color (decimal): -23020 or 1353471. OLE color: 1353471.
HSL color Cylindrical-coordinate representation of color #FFA614: hue angle of 37.28º 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 #FFA614 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 20 | - |
| CMYK | 0 | 0.35 | 0.92 | 0 |
| HSL | 37.28º | 1% | 0.54% | - |
| HSV(B) | 37.28º | 0.92% | 1% | - |
| XYZ | 55 | 48.58 | 7.14 | - |
| YUV | 175.97 | 39.99 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 20 | 0 | 0.35 | 0.92 | 0 | 37.28 | 1 | 0.54 |
| Hex | FF | A6 | 14 | 0 | 23 | 5C | 0 | 25 | 64 | 36 |
| Octal | 377 | 246 | 24 | 0 | 43 | 134 | 0 | 45 | 144 | 66 |
| Binary | 11111111 | 10100110 | 10100 | 0 | 100011 | 1011100 | 0 | 100101 | 1100100 | 110110 |
Color Harmonies of #FFA614
Complementary color
Monochromatic Colors of #FFA614
Black with #FFA614
Text Example
Text Example
White with #FFA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA614; }
p { color: rgb(255,166,20); }
H1.HeaderClassName
{
color: #FFA614;
}
.AnyTagClassName
{
color: #FFA614;
}
</style>
background-color css
<style>
a { background-color: #FFA614; }
a { background-color: rgb(255,166,20); }
div.DivClassName
{
background-color: #FFA614;
}
.BgClassName
{
background-color: #FFA614;
}
</style>
border-color css
<style>
span { border-color: #FFA614; }
span { border-color: rgb(255,166,20); }
td.TdClassName
{
border-color: #FFA614;
}
.TagClassName
{
border-color: #FFA614;
}
</style>