Shades of Dark Tangerine #FAA510
Tints of Dark Tangerine #FAA510
RGB
CMYK
RGB Variations
Color information
#FAA510 (or 0xFAA510) is known color: Dark Tangerine. HEX triplet: FA, A5 and 10. RGB value is (250,165,16). Sum of RGB (Red+Green+Blue) = 250+165+16=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA510 is #055AEF. Grayscale: #AEAEAE. Windows color (decimal): -350960 or 1091066. OLE color: 1091066.
HSL color Cylindrical-coordinate representation of color #FAA510: hue angle of 38.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAA510 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 16 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.02 |
| HSL | 38.21º | 0.96% | 0.52% | - |
| HSV(B) | 38.21º | 0.94% | 0.98% | - |
| XYZ | 52.97 | 47.27 | 6.82 | - |
| YUV | 173.43 | 39.16 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 16 | 0 | 0.34 | 0.94 | 0.02 | 38.21 | 0.96 | 0.52 |
| Hex | FA | A5 | 10 | 0 | 22 | 5E | 2 | 26 | 60 | 34 |
| Octal | 372 | 245 | 20 | 0 | 42 | 136 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100101 | 10000 | 0 | 100010 | 1011110 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA510
Complementary color
Monochromatic Colors of #FAA510
Black with #FAA510
Text Example
Text Example
White with #FAA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA510; }
p { color: rgb(250,165,16); }
H1.HeaderClassName
{
color: #FAA510;
}
.AnyTagClassName
{
color: #FAA510;
}
</style>
background-color css
<style>
a { background-color: #FAA510; }
a { background-color: rgb(250,165,16); }
div.DivClassName
{
background-color: #FAA510;
}
.BgClassName
{
background-color: #FAA510;
}
</style>
border-color css
<style>
span { border-color: #FAA510; }
span { border-color: rgb(250,165,16); }
td.TdClassName
{
border-color: #FAA510;
}
.TagClassName
{
border-color: #FAA510;
}
</style>