Shades of Vivid Tangerine #FA9178
Tints of Vivid Tangerine #FA9178
RGB
CMYK
RGB Variations
Color information
#FA9178 (or 0xFA9178) is known color: Vivid Tangerine. HEX triplet: FA, 91 and 78. RGB value is (250,145,120). Sum of RGB (Red+Green+Blue) = 250+145+120=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9178 is #056E87. Grayscale: #ADADAD. Windows color (decimal): -355976 or 7901690. OLE color: 7901690.
HSL color Cylindrical-coordinate representation of color #FA9178: hue angle of 11.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA9178 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 120 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.02 |
| HSL | 11.54º | 0.93% | 0.73% | - |
| HSV(B) | 11.54º | 0.52% | 0.98% | - |
| XYZ | 52.94 | 41.93 | 23.07 | - |
| YUV | 173.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 120 | 0 | 0.42 | 0.52 | 0.02 | 11.54 | 0.93 | 0.73 |
| Hex | FA | 91 | 78 | 0 | 2A | 34 | 2 | C | 5D | 49 |
| Octal | 372 | 221 | 170 | 0 | 52 | 64 | 2 | 14 | 135 | 111 |
| Binary | 11111010 | 10010001 | 1111000 | 0 | 101010 | 110100 | 10 | 1100 | 1011101 | 1001001 |
Color Harmonies of #FA9178
Complementary color
Monochromatic Colors of #FA9178
Black with #FA9178
Text Example
Text Example
White with #FA9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9178; }
p { color: rgb(250,145,120); }
H1.HeaderClassName
{
color: #FA9178;
}
.AnyTagClassName
{
color: #FA9178;
}
</style>
background-color css
<style>
a { background-color: #FA9178; }
a { background-color: rgb(250,145,120); }
div.DivClassName
{
background-color: #FA9178;
}
.BgClassName
{
background-color: #FA9178;
}
</style>
border-color css
<style>
span { border-color: #FA9178; }
span { border-color: rgb(250,145,120); }
td.TdClassName
{
border-color: #FA9178;
}
.TagClassName
{
border-color: #FA9178;
}
</style>