Shades of Dark Tangerine #FAA515
Tints of Dark Tangerine #FAA515
RGB
CMYK
RGB Variations
Color information
#FAA515 (or 0xFAA515) is known color: Dark Tangerine. HEX triplet: FA, A5 and 15. RGB value is (250,165,21). Sum of RGB (Red+Green+Blue) = 250+165+21=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA515 is #055AEA. Grayscale: #AEAEAE. Windows color (decimal): -350955 or 1418746. OLE color: 1418746.
HSL color Cylindrical-coordinate representation of color #FAA515: hue angle of 37.73º 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 #FAA515 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 21 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.02 |
| HSL | 37.73º | 0.96% | 0.53% | - |
| HSV(B) | 37.73º | 0.92% | 0.98% | - |
| XYZ | 53.01 | 47.29 | 7.04 | - |
| YUV | 174 | 41.66 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 21 | 0 | 0.34 | 0.92 | 0.02 | 37.73 | 0.96 | 0.53 |
| Hex | FA | A5 | 15 | 0 | 22 | 5C | 2 | 26 | 60 | 35 |
| Octal | 372 | 245 | 25 | 0 | 42 | 134 | 2 | 46 | 140 | 65 |
| Binary | 11111010 | 10100101 | 10101 | 0 | 100010 | 1011100 | 10 | 100110 | 1100000 | 110101 |
Color Harmonies of #FAA515
Complementary color
Monochromatic Colors of #FAA515
Black with #FAA515
Text Example
Text Example
White with #FAA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA515; }
p { color: rgb(250,165,21); }
H1.HeaderClassName
{
color: #FAA515;
}
.AnyTagClassName
{
color: #FAA515;
}
</style>
background-color css
<style>
a { background-color: #FAA515; }
a { background-color: rgb(250,165,21); }
div.DivClassName
{
background-color: #FAA515;
}
.BgClassName
{
background-color: #FAA515;
}
</style>
border-color css
<style>
span { border-color: #FAA515; }
span { border-color: rgb(250,165,21); }
td.TdClassName
{
border-color: #FAA515;
}
.TagClassName
{
border-color: #FAA515;
}
</style>