Shades of Dark Tangerine #FAA413
Tints of Dark Tangerine #FAA413
RGB
CMYK
RGB Variations
Color information
#FAA413 (or 0xFAA413) is known color: Dark Tangerine. HEX triplet: FA, A4 and 13. RGB value is (250,164,19). Sum of RGB (Red+Green+Blue) = 250+164+19=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA413 is #055BEC. Grayscale: #ADADAD. Windows color (decimal): -351213 or 1287418. OLE color: 1287418.
HSL color Cylindrical-coordinate representation of color #FAA413: hue angle of 37.66º 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 #FAA413 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 19 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.02 |
| HSL | 37.66º | 0.96% | 0.53% | - |
| HSV(B) | 37.66º | 0.92% | 0.98% | - |
| XYZ | 52.82 | 46.92 | 6.89 | - |
| YUV | 173.18 | 40.99 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 19 | 0 | 0.34 | 0.92 | 0.02 | 37.66 | 0.96 | 0.53 |
| Hex | FA | A4 | 13 | 0 | 22 | 5C | 2 | 26 | 60 | 35 |
| Octal | 372 | 244 | 23 | 0 | 42 | 134 | 2 | 46 | 140 | 65 |
| Binary | 11111010 | 10100100 | 10011 | 0 | 100010 | 1011100 | 10 | 100110 | 1100000 | 110101 |
Color Harmonies of #FAA413
Complementary color
Monochromatic Colors of #FAA413
Black with #FAA413
Text Example
Text Example
White with #FAA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA413; }
p { color: rgb(250,164,19); }
H1.HeaderClassName
{
color: #FAA413;
}
.AnyTagClassName
{
color: #FAA413;
}
</style>
background-color css
<style>
a { background-color: #FAA413; }
a { background-color: rgb(250,164,19); }
div.DivClassName
{
background-color: #FAA413;
}
.BgClassName
{
background-color: #FAA413;
}
</style>
border-color css
<style>
span { border-color: #FAA413; }
span { border-color: rgb(250,164,19); }
td.TdClassName
{
border-color: #FAA413;
}
.TagClassName
{
border-color: #FAA413;
}
</style>