Shades of Dark Tangerine #FFA619
Tints of Dark Tangerine #FFA619
RGB
CMYK
RGB Variations
Color information
#FFA619 (or 0xFFA619) is known color: Dark Tangerine. HEX triplet: FF, A6 and 19. RGB value is (255,166,25). Sum of RGB (Red+Green+Blue) = 255+166+25=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA619 is #0059E6. Grayscale: #B1B1B1. Windows color (decimal): -23015 or 1681151. OLE color: 1681151.
HSL color Cylindrical-coordinate representation of color #FFA619: hue angle of 36.78º 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 #FFA619 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 25 | - |
| CMYK | 0 | 0.35 | 0.90 | 0 |
| HSL | 36.78º | 1% | 0.55% | - |
| HSV(B) | 36.78º | 0.9% | 1% | - |
| XYZ | 55.05 | 48.6 | 7.4 | - |
| YUV | 176.54 | 42.49 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 25 | 0 | 0.35 | 0.90 | 0 | 36.78 | 1 | 0.55 |
| Hex | FF | A6 | 19 | 0 | 23 | 5A | 0 | 25 | 64 | 37 |
| Octal | 377 | 246 | 31 | 0 | 43 | 132 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100110 | 11001 | 0 | 100011 | 1011010 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA619
Complementary color
Monochromatic Colors of #FFA619
Black with #FFA619
Text Example
Text Example
White with #FFA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA619; }
p { color: rgb(255,166,25); }
H1.HeaderClassName
{
color: #FFA619;
}
.AnyTagClassName
{
color: #FFA619;
}
</style>
background-color css
<style>
a { background-color: #FFA619; }
a { background-color: rgb(255,166,25); }
div.DivClassName
{
background-color: #FFA619;
}
.BgClassName
{
background-color: #FFA619;
}
</style>
border-color css
<style>
span { border-color: #FFA619; }
span { border-color: rgb(255,166,25); }
td.TdClassName
{
border-color: #FFA619;
}
.TagClassName
{
border-color: #FFA619;
}
</style>