Shades of Vivid Tangerine #FA8D7B
Tints of Vivid Tangerine #FA8D7B
RGB
CMYK
RGB Variations
Color information
#FA8D7B (or 0xFA8D7B) is known color: Vivid Tangerine. HEX triplet: FA, 8D and 7B. RGB value is (250,141,123). Sum of RGB (Red+Green+Blue) = 250+141+123=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D7B is #057284. Grayscale: #ABABAB. Windows color (decimal): -356997 or 8097274. OLE color: 8097274.
HSL color Cylindrical-coordinate representation of color #FA8D7B: hue angle of 8.5º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA8D7B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 123 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.02 |
| HSL | 8.5º | 0.93% | 0.73% | - |
| HSV(B) | 8.5º | 0.51% | 0.98% | - |
| XYZ | 52.52 | 40.8 | 23.85 | - |
| YUV | 171.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 123 | 0 | 0.44 | 0.51 | 0.02 | 8.5 | 0.93 | 0.73 |
| Hex | FA | 8D | 7B | 0 | 2C | 33 | 2 | 9 | 5D | 49 |
| Octal | 372 | 215 | 173 | 0 | 54 | 63 | 2 | 11 | 135 | 111 |
| Binary | 11111010 | 10001101 | 1111011 | 0 | 101100 | 110011 | 10 | 1001 | 1011101 | 1001001 |
Color Harmonies of #FA8D7B
Complementary color
Monochromatic Colors of #FA8D7B
Black with #FA8D7B
Text Example
Text Example
White with #FA8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D7B; }
p { color: rgb(250,141,123); }
H1.HeaderClassName
{
color: #FA8D7B;
}
.AnyTagClassName
{
color: #FA8D7B;
}
</style>
background-color css
<style>
a { background-color: #FA8D7B; }
a { background-color: rgb(250,141,123); }
div.DivClassName
{
background-color: #FA8D7B;
}
.BgClassName
{
background-color: #FA8D7B;
}
</style>
border-color css
<style>
span { border-color: #FA8D7B; }
span { border-color: rgb(250,141,123); }
td.TdClassName
{
border-color: #FA8D7B;
}
.TagClassName
{
border-color: #FA8D7B;
}
</style>