Shades of Dark Tangerine #FFA422
Tints of Dark Tangerine #FFA422
RGB
CMYK
RGB Variations
Color information
#FFA422 (or 0xFFA422) is known color: Dark Tangerine. HEX triplet: FF, A4 and 22. RGB value is (255,164,34). Sum of RGB (Red+Green+Blue) = 255+164+34=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA422 is #005BDD. Grayscale: #B1B1B1. Windows color (decimal): -23518 or 2270463. OLE color: 2270463.
HSL color Cylindrical-coordinate representation of color #FFA422: hue angle of 35.29º 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 #FFA422 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 34 | - |
| CMYK | 0 | 0.36 | 0.87 | 0 |
| HSL | 35.29º | 1% | 0.57% | - |
| HSV(B) | 35.29º | 0.87% | 1% | - |
| XYZ | 54.8 | 47.93 | 7.88 | - |
| YUV | 176.39 | 47.65 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 34 | 0 | 0.36 | 0.87 | 0 | 35.29 | 1 | 0.57 |
| Hex | FF | A4 | 22 | 0 | 24 | 57 | 0 | 23 | 64 | 39 |
| Octal | 377 | 244 | 42 | 0 | 44 | 127 | 0 | 43 | 144 | 71 |
| Binary | 11111111 | 10100100 | 100010 | 0 | 100100 | 1010111 | 0 | 100011 | 1100100 | 111001 |
Color Harmonies of #FFA422
Complementary color
Monochromatic Colors of #FFA422
Black with #FFA422
Text Example
Text Example
White with #FFA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA422; }
p { color: rgb(255,164,34); }
H1.HeaderClassName
{
color: #FFA422;
}
.AnyTagClassName
{
color: #FFA422;
}
</style>
background-color css
<style>
a { background-color: #FFA422; }
a { background-color: rgb(255,164,34); }
div.DivClassName
{
background-color: #FFA422;
}
.BgClassName
{
background-color: #FFA422;
}
</style>
border-color css
<style>
span { border-color: #FFA422; }
span { border-color: rgb(255,164,34); }
td.TdClassName
{
border-color: #FFA422;
}
.TagClassName
{
border-color: #FFA422;
}
</style>