Shades of Dark Tangerine #FA9F16
Tints of Dark Tangerine #FA9F16
RGB
CMYK
RGB Variations
Color information
#FA9F16 (or 0xFA9F16) is known color: Dark Tangerine. HEX triplet: FA, 9F and 16. RGB value is (250,159,22). Sum of RGB (Red+Green+Blue) = 250+159+22=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9F16 is #0560E9. Grayscale: #ABABAB. Windows color (decimal): -352490 or 1482746. OLE color: 1482746.
HSL color Cylindrical-coordinate representation of color #FA9F16: hue angle of 36.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA9F16 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 22 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.02 |
| HSL | 36.05º | 0.96% | 0.53% | - |
| HSV(B) | 36.05º | 0.91% | 0.98% | - |
| XYZ | 51.97 | 45.18 | 6.74 | - |
| YUV | 170.59 | 44.15 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 22 | 0 | 0.36 | 0.91 | 0.02 | 36.05 | 0.96 | 0.53 |
| Hex | FA | 9F | 16 | 0 | 24 | 5B | 2 | 24 | 60 | 35 |
| Octal | 372 | 237 | 26 | 0 | 44 | 133 | 2 | 44 | 140 | 65 |
| Binary | 11111010 | 10011111 | 10110 | 0 | 100100 | 1011011 | 10 | 100100 | 1100000 | 110101 |
Color Harmonies of #FA9F16
Complementary color
Monochromatic Colors of #FA9F16
Black with #FA9F16
Text Example
Text Example
White with #FA9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F16; }
p { color: rgb(250,159,22); }
H1.HeaderClassName
{
color: #FA9F16;
}
.AnyTagClassName
{
color: #FA9F16;
}
</style>
background-color css
<style>
a { background-color: #FA9F16; }
a { background-color: rgb(250,159,22); }
div.DivClassName
{
background-color: #FA9F16;
}
.BgClassName
{
background-color: #FA9F16;
}
</style>
border-color css
<style>
span { border-color: #FA9F16; }
span { border-color: rgb(250,159,22); }
td.TdClassName
{
border-color: #FA9F16;
}
.TagClassName
{
border-color: #FA9F16;
}
</style>