Shades of Dark Tangerine #FFA520
Tints of Dark Tangerine #FFA520
RGB
CMYK
RGB Variations
Color information
#FFA520 (or 0xFFA520) is known color: Dark Tangerine. HEX triplet: FF, A5 and 20. RGB value is (255,165,32). Sum of RGB (Red+Green+Blue) = 255+165+32=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA520 is #005ADF. Grayscale: #B1B1B1. Windows color (decimal): -23264 or 2139647. OLE color: 2139647.
HSL color Cylindrical-coordinate representation of color #FFA520: hue angle of 35.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFA520 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 32 | - |
| CMYK | 0 | 0.35 | 0.87 | 0 |
| HSL | 35.78º | 1% | 0.56% | - |
| HSV(B) | 35.78º | 0.87% | 1% | - |
| XYZ | 54.96 | 48.27 | 7.79 | - |
| YUV | 176.75 | 46.32 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 32 | 0 | 0.35 | 0.87 | 0 | 35.78 | 1 | 0.56 |
| Hex | FF | A5 | 20 | 0 | 23 | 57 | 0 | 24 | 64 | 38 |
| Octal | 377 | 245 | 40 | 0 | 43 | 127 | 0 | 44 | 144 | 70 |
| Binary | 11111111 | 10100101 | 100000 | 0 | 100011 | 1010111 | 0 | 100100 | 1100100 | 111000 |
Color Harmonies of #FFA520
Complementary color
Monochromatic Colors of #FFA520
Black with #FFA520
Text Example
Text Example
White with #FFA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA520; }
p { color: rgb(255,165,32); }
H1.HeaderClassName
{
color: #FFA520;
}
.AnyTagClassName
{
color: #FFA520;
}
</style>
background-color css
<style>
a { background-color: #FFA520; }
a { background-color: rgb(255,165,32); }
div.DivClassName
{
background-color: #FFA520;
}
.BgClassName
{
background-color: #FFA520;
}
</style>
border-color css
<style>
span { border-color: #FFA520; }
span { border-color: rgb(255,165,32); }
td.TdClassName
{
border-color: #FFA520;
}
.TagClassName
{
border-color: #FFA520;
}
</style>