Shades of Dark Tangerine #FAA619
Tints of Dark Tangerine #FAA619
RGB
CMYK
RGB Variations
Color information
#FAA619 (or 0xFAA619) is known color: Dark Tangerine. HEX triplet: FA, A6 and 19. RGB value is (250,166,25). Sum of RGB (Red+Green+Blue) = 250+166+25=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA619 is #0559E6. Grayscale: #AFAFAF. Windows color (decimal): -350695 or 1681146. OLE color: 1681146.
HSL color Cylindrical-coordinate representation of color #FAA619: hue angle of 37.6º 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 #FAA619 is Cyan = 0, Magento = 0.34, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 25 | - |
| CMYK | 0 | 0.34 | 0.9 | 0.02 |
| HSL | 37.6º | 0.96% | 0.54% | - |
| HSV(B) | 37.6º | 0.9% | 0.98% | - |
| XYZ | 53.24 | 47.67 | 7.31 | - |
| YUV | 175.04 | 43.33 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 25 | 0 | 0.34 | 0.9 | 0.02 | 37.6 | 0.96 | 0.54 |
| Hex | FA | A6 | 19 | 0 | 22 | 5A | 2 | 26 | 60 | 36 |
| Octal | 372 | 246 | 31 | 0 | 42 | 132 | 2 | 46 | 140 | 66 |
| Binary | 11111010 | 10100110 | 11001 | 0 | 100010 | 1011010 | 10 | 100110 | 1100000 | 110110 |
Color Harmonies of #FAA619
Complementary color
Monochromatic Colors of #FAA619
Black with #FAA619
Text Example
Text Example
White with #FAA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA619; }
p { color: rgb(250,166,25); }
H1.HeaderClassName
{
color: #FAA619;
}
.AnyTagClassName
{
color: #FAA619;
}
</style>
background-color css
<style>
a { background-color: #FAA619; }
a { background-color: rgb(250,166,25); }
div.DivClassName
{
background-color: #FAA619;
}
.BgClassName
{
background-color: #FAA619;
}
</style>
border-color css
<style>
span { border-color: #FAA619; }
span { border-color: rgb(250,166,25); }
td.TdClassName
{
border-color: #FAA619;
}
.TagClassName
{
border-color: #FAA619;
}
</style>