Shades of Dark Tangerine #FFA319
Tints of Dark Tangerine #FFA319
RGB
CMYK
RGB Variations
Color information
#FFA319 (or 0xFFA319) is known color: Dark Tangerine. HEX triplet: FF, A3 and 19. RGB value is (255,163,25). Sum of RGB (Red+Green+Blue) = 255+163+25=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA319 is #005CE6. Grayscale: #AFAFAF. Windows color (decimal): -23783 or 1680383. OLE color: 1680383.
HSL color Cylindrical-coordinate representation of color #FFA319: hue angle of 36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFA319 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 25 | - |
| CMYK | 0 | 0.36 | 0.90 | 0 |
| HSL | 36º | 1% | 0.55% | - |
| HSV(B) | 36º | 0.9% | 1% | - |
| XYZ | 54.51 | 47.52 | 7.22 | - |
| YUV | 174.78 | 43.48 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 25 | 0 | 0.36 | 0.90 | 0 | 36 | 1 | 0.55 |
| Hex | FF | A3 | 19 | 0 | 24 | 5A | 0 | 24 | 64 | 37 |
| Octal | 377 | 243 | 31 | 0 | 44 | 132 | 0 | 44 | 144 | 67 |
| Binary | 11111111 | 10100011 | 11001 | 0 | 100100 | 1011010 | 0 | 100100 | 1100100 | 110111 |
Color Harmonies of #FFA319
Complementary color
Monochromatic Colors of #FFA319
Black with #FFA319
Text Example
Text Example
White with #FFA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA319; }
p { color: rgb(255,163,25); }
H1.HeaderClassName
{
color: #FFA319;
}
.AnyTagClassName
{
color: #FFA319;
}
</style>
background-color css
<style>
a { background-color: #FFA319; }
a { background-color: rgb(255,163,25); }
div.DivClassName
{
background-color: #FFA319;
}
.BgClassName
{
background-color: #FFA319;
}
</style>
border-color css
<style>
span { border-color: #FFA319; }
span { border-color: rgb(255,163,25); }
td.TdClassName
{
border-color: #FFA319;
}
.TagClassName
{
border-color: #FFA319;
}
</style>