Shades of Dark Tangerine #FFA517
Tints of Dark Tangerine #FFA517
RGB
CMYK
RGB Variations
Color information
#FFA517 (or 0xFFA517) is known color: Dark Tangerine. HEX triplet: FF, A5 and 17. RGB value is (255,165,23). Sum of RGB (Red+Green+Blue) = 255+165+23=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA517 is #005AE8. Grayscale: #B0B0B0. Windows color (decimal): -23273 or 1549823. OLE color: 1549823.
HSL color Cylindrical-coordinate representation of color #FFA517: hue angle of 36.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFA517 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 23 | - |
| CMYK | 0 | 0.35 | 0.91 | 0 |
| HSL | 36.72º | 1% | 0.55% | - |
| HSV(B) | 36.72º | 0.91% | 1% | - |
| XYZ | 54.85 | 48.23 | 7.23 | - |
| YUV | 175.72 | 41.82 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 23 | 0 | 0.35 | 0.91 | 0 | 36.72 | 1 | 0.55 |
| Hex | FF | A5 | 17 | 0 | 23 | 5B | 0 | 25 | 64 | 37 |
| Octal | 377 | 245 | 27 | 0 | 43 | 133 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100101 | 10111 | 0 | 100011 | 1011011 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA517
Complementary color
Monochromatic Colors of #FFA517
Black with #FFA517
Text Example
Text Example
White with #FFA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA517; }
p { color: rgb(255,165,23); }
H1.HeaderClassName
{
color: #FFA517;
}
.AnyTagClassName
{
color: #FFA517;
}
</style>
background-color css
<style>
a { background-color: #FFA517; }
a { background-color: rgb(255,165,23); }
div.DivClassName
{
background-color: #FFA517;
}
.BgClassName
{
background-color: #FFA517;
}
</style>
border-color css
<style>
span { border-color: #FFA517; }
span { border-color: rgb(255,165,23); }
td.TdClassName
{
border-color: #FFA517;
}
.TagClassName
{
border-color: #FFA517;
}
</style>