Shades of Dark Tangerine #FFA922
Tints of Dark Tangerine #FFA922
RGB
CMYK
RGB Variations
Color information
#FFA922 (or 0xFFA922) is known color: Dark Tangerine. HEX triplet: FF, A9 and 22. RGB value is (255,169,34). Sum of RGB (Red+Green+Blue) = 255+169+34=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 34 (13.67% from 255 or 7.42% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA922 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA922 is #0056DD. Grayscale: #B3B3B3. Windows color (decimal): -22238 or 2271743. OLE color: 2271743.
HSL color Cylindrical-coordinate representation of color #FFA922: hue angle of 36.65º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFA922 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 34 | - |
| CMYK | 0 | 0.34 | 0.87 | 0 |
| HSL | 36.65º | 1% | 0.57% | - |
| HSV(B) | 36.65º | 0.87% | 1% | - |
| XYZ | 55.72 | 49.75 | 8.18 | - |
| YUV | 179.32 | 45.99 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 34 | 0 | 0.34 | 0.87 | 0 | 36.65 | 1 | 0.57 |
| Hex | FF | A9 | 22 | 0 | 22 | 57 | 0 | 25 | 64 | 39 |
| Octal | 377 | 251 | 42 | 0 | 42 | 127 | 0 | 45 | 144 | 71 |
| Binary | 11111111 | 10101001 | 100010 | 0 | 100010 | 1010111 | 0 | 100101 | 1100100 | 111001 |
Color Harmonies of #FFA922
Complementary color
Monochromatic Colors of #FFA922
Black with #FFA922
Text Example
Text Example
White with #FFA922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA922; }
p { color: rgb(255,169,34); }
H1.HeaderClassName
{
color: #FFA922;
}
.AnyTagClassName
{
color: #FFA922;
}
</style>
background-color css
<style>
a { background-color: #FFA922; }
a { background-color: rgb(255,169,34); }
div.DivClassName
{
background-color: #FFA922;
}
.BgClassName
{
background-color: #FFA922;
}
</style>
border-color css
<style>
span { border-color: #FFA922; }
span { border-color: rgb(255,169,34); }
td.TdClassName
{
border-color: #FFA922;
}
.TagClassName
{
border-color: #FFA922;
}
</style>