Shades of Dark Tangerine #FAAA11
Tints of Dark Tangerine #FAAA11
RGB
CMYK
RGB Variations
Color information
#FAAA11 (or 0xFAAA11) is known color: Dark Tangerine. HEX triplet: FA, AA and 11. RGB value is (250,170,17). Sum of RGB (Red+Green+Blue) = 250+170+17=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA11 is #0555EE. Grayscale: #B1B1B1. Windows color (decimal): -349679 or 1157882. OLE color: 1157882.
HSL color Cylindrical-coordinate representation of color #FAAA11: hue angle of 39.4º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAAA11 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.02 |
| HSL | 39.4º | 0.96% | 0.52% | - |
| HSV(B) | 39.4º | 0.93% | 0.98% | - |
| XYZ | 53.9 | 49.11 | 7.17 | - |
| YUV | 176.48 | 38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 17 | 0 | 0.32 | 0.93 | 0.02 | 39.4 | 0.96 | 0.52 |
| Hex | FA | AA | 11 | 0 | 20 | 5D | 2 | 27 | 60 | 34 |
| Octal | 372 | 252 | 21 | 0 | 40 | 135 | 2 | 47 | 140 | 64 |
| Binary | 11111010 | 10101010 | 10001 | 0 | 100000 | 1011101 | 10 | 100111 | 1100000 | 110100 |
Color Harmonies of #FAAA11
Complementary color
Monochromatic Colors of #FAAA11
Black with #FAAA11
Text Example
Text Example
White with #FAAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA11; }
p { color: rgb(250,170,17); }
H1.HeaderClassName
{
color: #FAAA11;
}
.AnyTagClassName
{
color: #FAAA11;
}
</style>
background-color css
<style>
a { background-color: #FAAA11; }
a { background-color: rgb(250,170,17); }
div.DivClassName
{
background-color: #FAAA11;
}
.BgClassName
{
background-color: #FAAA11;
}
</style>
border-color css
<style>
span { border-color: #FAAA11; }
span { border-color: rgb(250,170,17); }
td.TdClassName
{
border-color: #FAAA11;
}
.TagClassName
{
border-color: #FAAA11;
}
</style>