Shades of Dark Tangerine #FFA321
Tints of Dark Tangerine #FFA321
RGB
CMYK
RGB Variations
Color information
#FFA321 (or 0xFFA321) is known color: Dark Tangerine. HEX triplet: FF, A3 and 21. RGB value is (255,163,33). Sum of RGB (Red+Green+Blue) = 255+163+33=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA321 is #005CDE. Grayscale: #B0B0B0. Windows color (decimal): -23775 or 2204671. OLE color: 2204671.
HSL color Cylindrical-coordinate representation of color #FFA321: hue angle of 35.14º 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 #FFA321 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 33 | - |
| CMYK | 0 | 0.36 | 0.87 | 0 |
| HSL | 35.14º | 1% | 0.56% | - |
| HSV(B) | 35.14º | 0.87% | 1% | - |
| XYZ | 54.61 | 47.56 | 7.74 | - |
| YUV | 175.69 | 47.48 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 33 | 0 | 0.36 | 0.87 | 0 | 35.14 | 1 | 0.56 |
| Hex | FF | A3 | 21 | 0 | 24 | 57 | 0 | 23 | 64 | 38 |
| Octal | 377 | 243 | 41 | 0 | 44 | 127 | 0 | 43 | 144 | 70 |
| Binary | 11111111 | 10100011 | 100001 | 0 | 100100 | 1010111 | 0 | 100011 | 1100100 | 111000 |
Color Harmonies of #FFA321
Complementary color
Monochromatic Colors of #FFA321
Black with #FFA321
Text Example
Text Example
White with #FFA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA321; }
p { color: rgb(255,163,33); }
H1.HeaderClassName
{
color: #FFA321;
}
.AnyTagClassName
{
color: #FFA321;
}
</style>
background-color css
<style>
a { background-color: #FFA321; }
a { background-color: rgb(255,163,33); }
div.DivClassName
{
background-color: #FFA321;
}
.BgClassName
{
background-color: #FFA321;
}
</style>
border-color css
<style>
span { border-color: #FFA321; }
span { border-color: rgb(255,163,33); }
td.TdClassName
{
border-color: #FFA321;
}
.TagClassName
{
border-color: #FFA321;
}
</style>