Shades of Dark Tangerine #FAA319
Tints of Dark Tangerine #FAA319
RGB
CMYK
RGB Variations
Color information
#FAA319 (or 0xFAA319) is known color: Dark Tangerine. HEX triplet: FA, A3 and 19. RGB value is (250,163,25). Sum of RGB (Red+Green+Blue) = 250+163+25=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA319 is #055CE6. Grayscale: #ADADAD. Windows color (decimal): -351463 or 1680378. OLE color: 1680378.
HSL color Cylindrical-coordinate representation of color #FAA319: hue angle of 36.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAA319 is Cyan = 0, Magento = 0.35, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 25 | - |
| CMYK | 0 | 0.35 | 0.9 | 0.02 |
| HSL | 36.8º | 0.96% | 0.54% | - |
| HSV(B) | 36.8º | 0.9% | 0.98% | - |
| XYZ | 52.7 | 46.59 | 7.13 | - |
| YUV | 173.28 | 44.32 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 25 | 0 | 0.35 | 0.9 | 0.02 | 36.8 | 0.96 | 0.54 |
| Hex | FA | A3 | 19 | 0 | 23 | 5A | 2 | 25 | 60 | 36 |
| Octal | 372 | 243 | 31 | 0 | 43 | 132 | 2 | 45 | 140 | 66 |
| Binary | 11111010 | 10100011 | 11001 | 0 | 100011 | 1011010 | 10 | 100101 | 1100000 | 110110 |
Color Harmonies of #FAA319
Complementary color
Monochromatic Colors of #FAA319
Black with #FAA319
Text Example
Text Example
White with #FAA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA319; }
p { color: rgb(250,163,25); }
H1.HeaderClassName
{
color: #FAA319;
}
.AnyTagClassName
{
color: #FAA319;
}
</style>
background-color css
<style>
a { background-color: #FAA319; }
a { background-color: rgb(250,163,25); }
div.DivClassName
{
background-color: #FAA319;
}
.BgClassName
{
background-color: #FAA319;
}
</style>
border-color css
<style>
span { border-color: #FAA319; }
span { border-color: rgb(250,163,25); }
td.TdClassName
{
border-color: #FAA319;
}
.TagClassName
{
border-color: #FAA319;
}
</style>