Shades of Dark Tangerine #FAA519
Tints of Dark Tangerine #FAA519
RGB
CMYK
RGB Variations
Color information
#FAA519 (or 0xFAA519) is known color: Dark Tangerine. HEX triplet: FA, A5 and 19. RGB value is (250,165,25). Sum of RGB (Red+Green+Blue) = 250+165+25=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA519 is #055AE6. Grayscale: #AFAFAF. Windows color (decimal): -350951 or 1680890. OLE color: 1680890.
HSL color Cylindrical-coordinate representation of color #FAA519: hue angle of 37.33º 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 #FAA519 is Cyan = 0, Magento = 0.34, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 25 | - |
| CMYK | 0 | 0.34 | 0.9 | 0.02 |
| HSL | 37.33º | 0.96% | 0.54% | - |
| HSV(B) | 37.33º | 0.9% | 0.98% | - |
| XYZ | 53.05 | 47.3 | 7.25 | - |
| YUV | 174.46 | 43.66 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 25 | 0 | 0.34 | 0.9 | 0.02 | 37.33 | 0.96 | 0.54 |
| Hex | FA | A5 | 19 | 0 | 22 | 5A | 2 | 25 | 60 | 36 |
| Octal | 372 | 245 | 31 | 0 | 42 | 132 | 2 | 45 | 140 | 66 |
| Binary | 11111010 | 10100101 | 11001 | 0 | 100010 | 1011010 | 10 | 100101 | 1100000 | 110110 |
Color Harmonies of #FAA519
Complementary color
Monochromatic Colors of #FAA519
Black with #FAA519
Text Example
Text Example
White with #FAA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA519; }
p { color: rgb(250,165,25); }
H1.HeaderClassName
{
color: #FAA519;
}
.AnyTagClassName
{
color: #FAA519;
}
</style>
background-color css
<style>
a { background-color: #FAA519; }
a { background-color: rgb(250,165,25); }
div.DivClassName
{
background-color: #FAA519;
}
.BgClassName
{
background-color: #FAA519;
}
</style>
border-color css
<style>
span { border-color: #FAA519; }
span { border-color: rgb(250,165,25); }
td.TdClassName
{
border-color: #FAA519;
}
.TagClassName
{
border-color: #FAA519;
}
</style>