Shades of Vivid Tangerine #FA8F73
Tints of Vivid Tangerine #FA8F73
RGB
CMYK
RGB Variations
Color information
#FA8F73 (or 0xFA8F73) is known color: Vivid Tangerine. HEX triplet: FA, 8F and 73. RGB value is (250,143,115). Sum of RGB (Red+Green+Blue) = 250+143+115=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F73 is #05708C. Grayscale: #ACACAC. Windows color (decimal): -356493 or 7573498. OLE color: 7573498.
HSL color Cylindrical-coordinate representation of color #FA8F73: hue angle of 12.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA8F73 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 115 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.02 |
| HSL | 12.44º | 0.93% | 0.72% | - |
| HSV(B) | 12.44º | 0.54% | 0.98% | - |
| XYZ | 52.34 | 41.21 | 21.41 | - |
| YUV | 171.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 115 | 0 | 0.43 | 0.54 | 0.02 | 12.44 | 0.93 | 0.72 |
| Hex | FA | 8F | 73 | 0 | 2B | 36 | 2 | C | 5D | 48 |
| Octal | 372 | 217 | 163 | 0 | 53 | 66 | 2 | 14 | 135 | 110 |
| Binary | 11111010 | 10001111 | 1110011 | 0 | 101011 | 110110 | 10 | 1100 | 1011101 | 1001000 |
Color Harmonies of #FA8F73
Complementary color
Monochromatic Colors of #FA8F73
Black with #FA8F73
Text Example
Text Example
White with #FA8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F73; }
p { color: rgb(250,143,115); }
H1.HeaderClassName
{
color: #FA8F73;
}
.AnyTagClassName
{
color: #FA8F73;
}
</style>
background-color css
<style>
a { background-color: #FA8F73; }
a { background-color: rgb(250,143,115); }
div.DivClassName
{
background-color: #FA8F73;
}
.BgClassName
{
background-color: #FA8F73;
}
</style>
border-color css
<style>
span { border-color: #FA8F73; }
span { border-color: rgb(250,143,115); }
td.TdClassName
{
border-color: #FA8F73;
}
.TagClassName
{
border-color: #FA8F73;
}
</style>