Shades of Dark Tangerine #FAA212
Tints of Dark Tangerine #FAA212
RGB
CMYK
RGB Variations
Color information
#FAA212 (or 0xFAA212) is known color: Dark Tangerine. HEX triplet: FA, A2 and 12. RGB value is (250,162,18). Sum of RGB (Red+Green+Blue) = 250+162+18=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA212 is #055DED. Grayscale: #ACACAC. Windows color (decimal): -351726 or 1221370. OLE color: 1221370.
HSL color Cylindrical-coordinate representation of color #FAA212: hue angle of 37.24º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAA212 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 18 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.02 |
| HSL | 37.24º | 0.96% | 0.53% | - |
| HSV(B) | 37.24º | 0.93% | 0.98% | - |
| XYZ | 52.45 | 46.21 | 6.73 | - |
| YUV | 171.9 | 41.15 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 18 | 0 | 0.35 | 0.93 | 0.02 | 37.24 | 0.96 | 0.53 |
| Hex | FA | A2 | 12 | 0 | 23 | 5D | 2 | 25 | 60 | 35 |
| Octal | 372 | 242 | 22 | 0 | 43 | 135 | 2 | 45 | 140 | 65 |
| Binary | 11111010 | 10100010 | 10010 | 0 | 100011 | 1011101 | 10 | 100101 | 1100000 | 110101 |
Color Harmonies of #FAA212
Complementary color
Monochromatic Colors of #FAA212
Black with #FAA212
Text Example
Text Example
White with #FAA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA212; }
p { color: rgb(250,162,18); }
H1.HeaderClassName
{
color: #FAA212;
}
.AnyTagClassName
{
color: #FAA212;
}
</style>
background-color css
<style>
a { background-color: #FAA212; }
a { background-color: rgb(250,162,18); }
div.DivClassName
{
background-color: #FAA212;
}
.BgClassName
{
background-color: #FAA212;
}
</style>
border-color css
<style>
span { border-color: #FAA212; }
span { border-color: rgb(250,162,18); }
td.TdClassName
{
border-color: #FAA212;
}
.TagClassName
{
border-color: #FAA212;
}
</style>