Shades of Dark Tangerine #FAA213
Tints of Dark Tangerine #FAA213
RGB
CMYK
RGB Variations
Color information
#FAA213 (or 0xFAA213) is known color: Dark Tangerine. HEX triplet: FA, A2 and 13. RGB value is (250,162,19). Sum of RGB (Red+Green+Blue) = 250+162+19=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA213 is #055DEC. Grayscale: #ACACAC. Windows color (decimal): -351725 or 1286906. OLE color: 1286906.
HSL color Cylindrical-coordinate representation of color #FAA213: hue angle of 37.14º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAA213 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 19 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.02 |
| HSL | 37.14º | 0.96% | 0.53% | - |
| HSV(B) | 37.14º | 0.92% | 0.98% | - |
| XYZ | 52.46 | 46.21 | 6.77 | - |
| YUV | 172.01 | 41.65 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 19 | 0 | 0.35 | 0.92 | 0.02 | 37.14 | 0.96 | 0.53 |
| Hex | FA | A2 | 13 | 0 | 23 | 5C | 2 | 25 | 60 | 35 |
| Octal | 372 | 242 | 23 | 0 | 43 | 134 | 2 | 45 | 140 | 65 |
| Binary | 11111010 | 10100010 | 10011 | 0 | 100011 | 1011100 | 10 | 100101 | 1100000 | 110101 |
Color Harmonies of #FAA213
Complementary color
Monochromatic Colors of #FAA213
Black with #FAA213
Text Example
Text Example
White with #FAA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA213; }
p { color: rgb(250,162,19); }
H1.HeaderClassName
{
color: #FAA213;
}
.AnyTagClassName
{
color: #FAA213;
}
</style>
background-color css
<style>
a { background-color: #FAA213; }
a { background-color: rgb(250,162,19); }
div.DivClassName
{
background-color: #FAA213;
}
.BgClassName
{
background-color: #FAA213;
}
</style>
border-color css
<style>
span { border-color: #FAA213; }
span { border-color: rgb(250,162,19); }
td.TdClassName
{
border-color: #FAA213;
}
.TagClassName
{
border-color: #FAA213;
}
</style>