Shades of Dark Tangerine #FFA519
Tints of Dark Tangerine #FFA519
RGB
CMYK
RGB Variations
Color information
#FFA519 (or 0xFFA519) is known color: Dark Tangerine. HEX triplet: FF, A5 and 19. RGB value is (255,165,25). Sum of RGB (Red+Green+Blue) = 255+165+25=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA519 is #005AE6. Grayscale: #B0B0B0. Windows color (decimal): -23271 or 1680895. OLE color: 1680895.
HSL color Cylindrical-coordinate representation of color #FFA519: hue angle of 36.52º 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 #FFA519 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 25 | - |
| CMYK | 0 | 0.35 | 0.90 | 0 |
| HSL | 36.52º | 1% | 0.55% | - |
| HSV(B) | 36.52º | 0.9% | 1% | - |
| XYZ | 54.87 | 48.24 | 7.34 | - |
| YUV | 175.95 | 42.82 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 25 | 0 | 0.35 | 0.90 | 0 | 36.52 | 1 | 0.55 |
| Hex | FF | A5 | 19 | 0 | 23 | 5A | 0 | 25 | 64 | 37 |
| Octal | 377 | 245 | 31 | 0 | 43 | 132 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100101 | 11001 | 0 | 100011 | 1011010 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA519
Complementary color
Monochromatic Colors of #FFA519
Black with #FFA519
Text Example
Text Example
White with #FFA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA519; }
p { color: rgb(255,165,25); }
H1.HeaderClassName
{
color: #FFA519;
}
.AnyTagClassName
{
color: #FFA519;
}
</style>
background-color css
<style>
a { background-color: #FFA519; }
a { background-color: rgb(255,165,25); }
div.DivClassName
{
background-color: #FFA519;
}
.BgClassName
{
background-color: #FFA519;
}
</style>
border-color css
<style>
span { border-color: #FFA519; }
span { border-color: rgb(255,165,25); }
td.TdClassName
{
border-color: #FFA519;
}
.TagClassName
{
border-color: #FFA519;
}
</style>