Shades of Dark Tangerine #FAA311
Tints of Dark Tangerine #FAA311
RGB
CMYK
RGB Variations
Color information
#FAA311 (or 0xFAA311) is known color: Dark Tangerine. HEX triplet: FA, A3 and 11. RGB value is (250,163,17). Sum of RGB (Red+Green+Blue) = 250+163+17=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA311 is #055CEE. Grayscale: #ADADAD. Windows color (decimal): -351471 or 1156090. OLE color: 1156090.
HSL color Cylindrical-coordinate representation of color #FAA311: hue angle of 37.6º 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 #FAA311 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 17 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.02 |
| HSL | 37.6º | 0.96% | 0.52% | - |
| HSV(B) | 37.6º | 0.93% | 0.98% | - |
| XYZ | 52.62 | 46.56 | 6.74 | - |
| YUV | 172.37 | 40.32 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 17 | 0 | 0.35 | 0.93 | 0.02 | 37.6 | 0.96 | 0.52 |
| Hex | FA | A3 | 11 | 0 | 23 | 5D | 2 | 26 | 60 | 34 |
| Octal | 372 | 243 | 21 | 0 | 43 | 135 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100011 | 10001 | 0 | 100011 | 1011101 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA311
Complementary color
Monochromatic Colors of #FAA311
Black with #FAA311
Text Example
Text Example
White with #FAA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA311; }
p { color: rgb(250,163,17); }
H1.HeaderClassName
{
color: #FAA311;
}
.AnyTagClassName
{
color: #FAA311;
}
</style>
background-color css
<style>
a { background-color: #FAA311; }
a { background-color: rgb(250,163,17); }
div.DivClassName
{
background-color: #FAA311;
}
.BgClassName
{
background-color: #FAA311;
}
</style>
border-color css
<style>
span { border-color: #FAA311; }
span { border-color: rgb(250,163,17); }
td.TdClassName
{
border-color: #FAA311;
}
.TagClassName
{
border-color: #FAA311;
}
</style>