Shades of Dark Tangerine #FFA521
Tints of Dark Tangerine #FFA521
RGB
CMYK
RGB Variations
Color information
#FFA521 (or 0xFFA521) is known color: Dark Tangerine. HEX triplet: FF, A5 and 21. RGB value is (255,165,33). Sum of RGB (Red+Green+Blue) = 255+165+33=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA521 is #005ADE. Grayscale: #B1B1B1. Windows color (decimal): -23263 or 2205183. OLE color: 2205183.
HSL color Cylindrical-coordinate representation of color #FFA521: hue angle of 35.68º 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 #FFA521 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 33 | - |
| CMYK | 0 | 0.35 | 0.87 | 0 |
| HSL | 35.68º | 1% | 0.56% | - |
| HSV(B) | 35.68º | 0.87% | 1% | - |
| XYZ | 54.97 | 48.28 | 7.86 | - |
| YUV | 176.86 | 46.82 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 33 | 0 | 0.35 | 0.87 | 0 | 35.68 | 1 | 0.56 |
| Hex | FF | A5 | 21 | 0 | 23 | 57 | 0 | 24 | 64 | 38 |
| Octal | 377 | 245 | 41 | 0 | 43 | 127 | 0 | 44 | 144 | 70 |
| Binary | 11111111 | 10100101 | 100001 | 0 | 100011 | 1010111 | 0 | 100100 | 1100100 | 111000 |
Color Harmonies of #FFA521
Complementary color
Monochromatic Colors of #FFA521
Black with #FFA521
Text Example
Text Example
White with #FFA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA521; }
p { color: rgb(255,165,33); }
H1.HeaderClassName
{
color: #FFA521;
}
.AnyTagClassName
{
color: #FFA521;
}
</style>
background-color css
<style>
a { background-color: #FFA521; }
a { background-color: rgb(255,165,33); }
div.DivClassName
{
background-color: #FFA521;
}
.BgClassName
{
background-color: #FFA521;
}
</style>
border-color css
<style>
span { border-color: #FFA521; }
span { border-color: rgb(255,165,33); }
td.TdClassName
{
border-color: #FFA521;
}
.TagClassName
{
border-color: #FFA521;
}
</style>