Shades of Dark Tangerine #FAA015
Tints of Dark Tangerine #FAA015
RGB
CMYK
RGB Variations
Color information
#FAA015 (or 0xFAA015) is known color: Dark Tangerine. HEX triplet: FA, A0 and 15. RGB value is (250,160,21). Sum of RGB (Red+Green+Blue) = 250+160+21=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA015 is #055FEA. Grayscale: #ABABAB. Windows color (decimal): -352235 or 1417466. OLE color: 1417466.
HSL color Cylindrical-coordinate representation of color #FAA015: hue angle of 36.42º 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 #FAA015 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 21 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.02 |
| HSL | 36.42º | 0.96% | 0.53% | - |
| HSV(B) | 36.42º | 0.92% | 0.98% | - |
| XYZ | 52.13 | 45.52 | 6.75 | - |
| YUV | 171.06 | 43.32 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 21 | 0 | 0.36 | 0.92 | 0.02 | 36.42 | 0.96 | 0.53 |
| Hex | FA | A0 | 15 | 0 | 24 | 5C | 2 | 24 | 60 | 35 |
| Octal | 372 | 240 | 25 | 0 | 44 | 134 | 2 | 44 | 140 | 65 |
| Binary | 11111010 | 10100000 | 10101 | 0 | 100100 | 1011100 | 10 | 100100 | 1100000 | 110101 |
Color Harmonies of #FAA015
Complementary color
Monochromatic Colors of #FAA015
Black with #FAA015
Text Example
Text Example
White with #FAA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA015; }
p { color: rgb(250,160,21); }
H1.HeaderClassName
{
color: #FAA015;
}
.AnyTagClassName
{
color: #FAA015;
}
</style>
background-color css
<style>
a { background-color: #FAA015; }
a { background-color: rgb(250,160,21); }
div.DivClassName
{
background-color: #FAA015;
}
.BgClassName
{
background-color: #FAA015;
}
</style>
border-color css
<style>
span { border-color: #FAA015; }
span { border-color: rgb(250,160,21); }
td.TdClassName
{
border-color: #FAA015;
}
.TagClassName
{
border-color: #FAA015;
}
</style>