Shades of Dark Tangerine #FAA115
Tints of Dark Tangerine #FAA115
RGB
CMYK
RGB Variations
Color information
#FAA115 (or 0xFAA115) is known color: Dark Tangerine. HEX triplet: FA, A1 and 15. RGB value is (250,161,21). Sum of RGB (Red+Green+Blue) = 250+161+21=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA115 is #055EEA. Grayscale: #ACACAC. Windows color (decimal): -351979 or 1417722. OLE color: 1417722.
HSL color Cylindrical-coordinate representation of color #FAA115: hue angle of 36.68º 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 #FAA115 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 21 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.02 |
| HSL | 36.68º | 0.96% | 0.53% | - |
| HSV(B) | 36.68º | 0.92% | 0.98% | - |
| XYZ | 52.3 | 45.87 | 6.81 | - |
| YUV | 171.65 | 42.99 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 21 | 0 | 0.36 | 0.92 | 0.02 | 36.68 | 0.96 | 0.53 |
| Hex | FA | A1 | 15 | 0 | 24 | 5C | 2 | 25 | 60 | 35 |
| Octal | 372 | 241 | 25 | 0 | 44 | 134 | 2 | 45 | 140 | 65 |
| Binary | 11111010 | 10100001 | 10101 | 0 | 100100 | 1011100 | 10 | 100101 | 1100000 | 110101 |
Color Harmonies of #FAA115
Complementary color
Monochromatic Colors of #FAA115
Black with #FAA115
Text Example
Text Example
White with #FAA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA115; }
p { color: rgb(250,161,21); }
H1.HeaderClassName
{
color: #FAA115;
}
.AnyTagClassName
{
color: #FAA115;
}
</style>
background-color css
<style>
a { background-color: #FAA115; }
a { background-color: rgb(250,161,21); }
div.DivClassName
{
background-color: #FAA115;
}
.BgClassName
{
background-color: #FAA115;
}
</style>
border-color css
<style>
span { border-color: #FAA115; }
span { border-color: rgb(250,161,21); }
td.TdClassName
{
border-color: #FAA115;
}
.TagClassName
{
border-color: #FAA115;
}
</style>