Shades of Dark Tangerine #FAA215
Tints of Dark Tangerine #FAA215
RGB
CMYK
RGB Variations
Color information
#FAA215 (or 0xFAA215) is known color: Dark Tangerine. HEX triplet: FA, A2 and 15. RGB value is (250,162,21). Sum of RGB (Red+Green+Blue) = 250+162+21=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA215 is #055DEA. Grayscale: #ACACAC. Windows color (decimal): -351723 or 1417978. OLE color: 1417978.
HSL color Cylindrical-coordinate representation of color #FAA215: hue angle of 36.94º 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 #FAA215 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 21 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.02 |
| HSL | 36.94º | 0.96% | 0.53% | - |
| HSV(B) | 36.94º | 0.92% | 0.98% | - |
| XYZ | 52.48 | 46.22 | 6.86 | - |
| YUV | 172.24 | 42.65 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 21 | 0 | 0.35 | 0.92 | 0.02 | 36.94 | 0.96 | 0.53 |
| Hex | FA | A2 | 15 | 0 | 23 | 5C | 2 | 25 | 60 | 35 |
| Octal | 372 | 242 | 25 | 0 | 43 | 134 | 2 | 45 | 140 | 65 |
| Binary | 11111010 | 10100010 | 10101 | 0 | 100011 | 1011100 | 10 | 100101 | 1100000 | 110101 |
Color Harmonies of #FAA215
Complementary color
Monochromatic Colors of #FAA215
Black with #FAA215
Text Example
Text Example
White with #FAA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA215; }
p { color: rgb(250,162,21); }
H1.HeaderClassName
{
color: #FAA215;
}
.AnyTagClassName
{
color: #FAA215;
}
</style>
background-color css
<style>
a { background-color: #FAA215; }
a { background-color: rgb(250,162,21); }
div.DivClassName
{
background-color: #FAA215;
}
.BgClassName
{
background-color: #FAA215;
}
</style>
border-color css
<style>
span { border-color: #FAA215; }
span { border-color: rgb(250,162,21); }
td.TdClassName
{
border-color: #FAA215;
}
.TagClassName
{
border-color: #FAA215;
}
</style>