Shades of Vivid Tangerine #FA9C86
Tints of Vivid Tangerine #FA9C86
RGB
CMYK
RGB Variations
Color information
#FA9C86 (or 0xFA9C86) is known color: Vivid Tangerine. HEX triplet: FA, 9C and 86. RGB value is (250,156,134). Sum of RGB (Red+Green+Blue) = 250+156+134=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C86 is #056379. Grayscale: #B5B5B5. Windows color (decimal): -353146 or 8822010. OLE color: 8822010.
HSL color Cylindrical-coordinate representation of color #FA9C86: hue angle of 11.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA9C86 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 134 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.02 |
| HSL | 11.38º | 0.92% | 0.75% | - |
| HSV(B) | 11.38º | 0.46% | 0.98% | - |
| XYZ | 55.62 | 45.82 | 28.47 | - |
| YUV | 181.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 134 | 0 | 0.38 | 0.46 | 0.02 | 11.38 | 0.92 | 0.75 |
| Hex | FA | 9C | 86 | 0 | 26 | 2E | 2 | B | 5C | 4B |
| Octal | 372 | 234 | 206 | 0 | 46 | 56 | 2 | 13 | 134 | 113 |
| Binary | 11111010 | 10011100 | 10000110 | 0 | 100110 | 101110 | 10 | 1011 | 1011100 | 1001011 |
Color Harmonies of #FA9C86
Complementary color
Monochromatic Colors of #FA9C86
Black with #FA9C86
Text Example
Text Example
White with #FA9C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C86; }
p { color: rgb(250,156,134); }
H1.HeaderClassName
{
color: #FA9C86;
}
.AnyTagClassName
{
color: #FA9C86;
}
</style>
background-color css
<style>
a { background-color: #FA9C86; }
a { background-color: rgb(250,156,134); }
div.DivClassName
{
background-color: #FA9C86;
}
.BgClassName
{
background-color: #FA9C86;
}
</style>
border-color css
<style>
span { border-color: #FA9C86; }
span { border-color: rgb(250,156,134); }
td.TdClassName
{
border-color: #FA9C86;
}
.TagClassName
{
border-color: #FA9C86;
}
</style>