Shades of Dark Tangerine #FFA822
Tints of Dark Tangerine #FFA822
RGB
CMYK
RGB Variations
Color information
#FFA822 (or 0xFFA822) is known color: Dark Tangerine. HEX triplet: FF, A8 and 22. RGB value is (255,168,34). Sum of RGB (Red+Green+Blue) = 255+168+34=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA822 is #0057DD. Grayscale: #B3B3B3. Windows color (decimal): -22494 or 2271487. OLE color: 2271487.
HSL color Cylindrical-coordinate representation of color #FFA822: hue angle of 36.38º 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 #FFA822 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 34 | - |
| CMYK | 0 | 0.34 | 0.87 | 0 |
| HSL | 36.38º | 1% | 0.57% | - |
| HSV(B) | 36.38º | 0.87% | 1% | - |
| XYZ | 55.53 | 49.38 | 8.12 | - |
| YUV | 178.74 | 46.32 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 34 | 0 | 0.34 | 0.87 | 0 | 36.38 | 1 | 0.57 |
| Hex | FF | A8 | 22 | 0 | 22 | 57 | 0 | 24 | 64 | 39 |
| Octal | 377 | 250 | 42 | 0 | 42 | 127 | 0 | 44 | 144 | 71 |
| Binary | 11111111 | 10101000 | 100010 | 0 | 100010 | 1010111 | 0 | 100100 | 1100100 | 111001 |
Color Harmonies of #FFA822
Complementary color
Monochromatic Colors of #FFA822
Black with #FFA822
Text Example
Text Example
White with #FFA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA822; }
p { color: rgb(255,168,34); }
H1.HeaderClassName
{
color: #FFA822;
}
.AnyTagClassName
{
color: #FFA822;
}
</style>
background-color css
<style>
a { background-color: #FFA822; }
a { background-color: rgb(255,168,34); }
div.DivClassName
{
background-color: #FFA822;
}
.BgClassName
{
background-color: #FFA822;
}
</style>
border-color css
<style>
span { border-color: #FFA822; }
span { border-color: rgb(255,168,34); }
td.TdClassName
{
border-color: #FFA822;
}
.TagClassName
{
border-color: #FFA822;
}
</style>