Shades of Dark Tangerine #FAAA0A
Tints of Dark Tangerine #FAAA0A
RGB
CMYK
RGB Variations
Color information
#FAAA0A (or 0xFAAA0A) is known color: Dark Tangerine. HEX triplet: FA, AA and 0A. RGB value is (250,170,10). Sum of RGB (Red+Green+Blue) = 250+170+10=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA0A is #0555F5. Grayscale: #B0B0B0. Windows color (decimal): -349686 or 699130. OLE color: 699130.
HSL color Cylindrical-coordinate representation of color #FAAA0A: hue angle of 40º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAAA0A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.02 |
| HSL | 40º | 0.96% | 0.51% | - |
| HSV(B) | 40º | 0.96% | 0.98% | - |
| XYZ | 53.85 | 49.1 | 6.93 | - |
| YUV | 175.68 | 34.5 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 10 | 0 | 0.32 | 0.96 | 0.02 | 40 | 0.96 | 0.51 |
| Hex | FA | AA | A | 0 | 20 | 60 | 2 | 28 | 60 | 33 |
| Octal | 372 | 252 | 12 | 0 | 40 | 140 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101010 | 1010 | 0 | 100000 | 1100000 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAAA0A
Complementary color
Monochromatic Colors of #FAAA0A
Black with #FAAA0A
Text Example
Text Example
White with #FAAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA0A; }
p { color: rgb(250,170,10); }
H1.HeaderClassName
{
color: #FAAA0A;
}
.AnyTagClassName
{
color: #FAAA0A;
}
</style>
background-color css
<style>
a { background-color: #FAAA0A; }
a { background-color: rgb(250,170,10); }
div.DivClassName
{
background-color: #FAAA0A;
}
.BgClassName
{
background-color: #FAAA0A;
}
</style>
border-color css
<style>
span { border-color: #FAAA0A; }
span { border-color: rgb(250,170,10); }
td.TdClassName
{
border-color: #FAAA0A;
}
.TagClassName
{
border-color: #FAAA0A;
}
</style>