Shades of Dark Tangerine #FAA611
Tints of Dark Tangerine #FAA611
RGB
CMYK
RGB Variations
Color information
#FAA611 (or 0xFAA611) is known color: Dark Tangerine. HEX triplet: FA, A6 and 11. RGB value is (250,166,17). Sum of RGB (Red+Green+Blue) = 250+166+17=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA611 is #0559EE. Grayscale: #AEAEAE. Windows color (decimal): -350703 or 1156858. OLE color: 1156858.
HSL color Cylindrical-coordinate representation of color #FAA611: hue angle of 38.37º 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 #FAA611 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 17 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.02 |
| HSL | 38.37º | 0.96% | 0.52% | - |
| HSV(B) | 38.37º | 0.93% | 0.98% | - |
| XYZ | 53.16 | 47.64 | 6.92 | - |
| YUV | 174.13 | 39.33 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 17 | 0 | 0.34 | 0.93 | 0.02 | 38.37 | 0.96 | 0.52 |
| Hex | FA | A6 | 11 | 0 | 22 | 5D | 2 | 26 | 60 | 34 |
| Octal | 372 | 246 | 21 | 0 | 42 | 135 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100110 | 10001 | 0 | 100010 | 1011101 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA611
Complementary color
Monochromatic Colors of #FAA611
Black with #FAA611
Text Example
Text Example
White with #FAA611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA611; }
p { color: rgb(250,166,17); }
H1.HeaderClassName
{
color: #FAA611;
}
.AnyTagClassName
{
color: #FAA611;
}
</style>
background-color css
<style>
a { background-color: #FAA611; }
a { background-color: rgb(250,166,17); }
div.DivClassName
{
background-color: #FAA611;
}
.BgClassName
{
background-color: #FAA611;
}
</style>
border-color css
<style>
span { border-color: #FAA611; }
span { border-color: rgb(250,166,17); }
td.TdClassName
{
border-color: #FAA611;
}
.TagClassName
{
border-color: #FAA611;
}
</style>