Shades of Dark Tangerine #FFA719
Tints of Dark Tangerine #FFA719
RGB
CMYK
RGB Variations
Color information
#FFA719 (or 0xFFA719) is known color: Dark Tangerine. HEX triplet: FF, A7 and 19. RGB value is (255,167,25). Sum of RGB (Red+Green+Blue) = 255+167+25=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA719 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA719 is #0058E6. Grayscale: #B1B1B1. Windows color (decimal): -22759 or 1681407. OLE color: 1681407.
HSL color Cylindrical-coordinate representation of color #FFA719: hue angle of 37.04º 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 #FFA719 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 25 | - |
| CMYK | 0 | 0.35 | 0.90 | 0 |
| HSL | 37.04º | 1% | 0.55% | - |
| HSV(B) | 37.04º | 0.9% | 1% | - |
| XYZ | 55.23 | 48.97 | 7.46 | - |
| YUV | 177.12 | 42.15 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 25 | 0 | 0.35 | 0.90 | 0 | 37.04 | 1 | 0.55 |
| Hex | FF | A7 | 19 | 0 | 23 | 5A | 0 | 25 | 64 | 37 |
| Octal | 377 | 247 | 31 | 0 | 43 | 132 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100111 | 11001 | 0 | 100011 | 1011010 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA719
Complementary color
Monochromatic Colors of #FFA719
Black with #FFA719
Text Example
Text Example
White with #FFA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA719; }
p { color: rgb(255,167,25); }
H1.HeaderClassName
{
color: #FFA719;
}
.AnyTagClassName
{
color: #FFA719;
}
</style>
background-color css
<style>
a { background-color: #FFA719; }
a { background-color: rgb(255,167,25); }
div.DivClassName
{
background-color: #FFA719;
}
.BgClassName
{
background-color: #FFA719;
}
</style>
border-color css
<style>
span { border-color: #FFA719; }
span { border-color: rgb(255,167,25); }
td.TdClassName
{
border-color: #FFA719;
}
.TagClassName
{
border-color: #FFA719;
}
</style>