Shades of Dark Tangerine #FFA921
Tints of Dark Tangerine #FFA921
RGB
CMYK
RGB Variations
Color information
#FFA921 (or 0xFFA921) is known color: Dark Tangerine. HEX triplet: FF, A9 and 21. RGB value is (255,169,33). Sum of RGB (Red+Green+Blue) = 255+169+33=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA921 is #0056DE. Grayscale: #B3B3B3. Windows color (decimal): -22239 or 2206207. OLE color: 2206207.
HSL color Cylindrical-coordinate representation of color #FFA921: hue angle of 36.76º 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 #FFA921 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 33 | - |
| CMYK | 0 | 0.34 | 0.87 | 0 |
| HSL | 36.76º | 1% | 0.56% | - |
| HSV(B) | 36.76º | 0.87% | 1% | - |
| XYZ | 55.7 | 49.75 | 8.1 | - |
| YUV | 179.21 | 45.49 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 33 | 0 | 0.34 | 0.87 | 0 | 36.76 | 1 | 0.56 |
| Hex | FF | A9 | 21 | 0 | 22 | 57 | 0 | 25 | 64 | 38 |
| Octal | 377 | 251 | 41 | 0 | 42 | 127 | 0 | 45 | 144 | 70 |
| Binary | 11111111 | 10101001 | 100001 | 0 | 100010 | 1010111 | 0 | 100101 | 1100100 | 111000 |
Color Harmonies of #FFA921
Complementary color
Monochromatic Colors of #FFA921
Black with #FFA921
Text Example
Text Example
White with #FFA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA921; }
p { color: rgb(255,169,33); }
H1.HeaderClassName
{
color: #FFA921;
}
.AnyTagClassName
{
color: #FFA921;
}
</style>
background-color css
<style>
a { background-color: #FFA921; }
a { background-color: rgb(255,169,33); }
div.DivClassName
{
background-color: #FFA921;
}
.BgClassName
{
background-color: #FFA921;
}
</style>
border-color css
<style>
span { border-color: #FFA921; }
span { border-color: rgb(255,169,33); }
td.TdClassName
{
border-color: #FFA921;
}
.TagClassName
{
border-color: #FFA921;
}
</style>