Shades of Vivid Tangerine #FA8F77
Tints of Vivid Tangerine #FA8F77
RGB
CMYK
RGB Variations
Color information
#FA8F77 (or 0xFA8F77) is known color: Vivid Tangerine. HEX triplet: FA, 8F and 77. RGB value is (250,143,119). Sum of RGB (Red+Green+Blue) = 250+143+119=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F77 is #057088. Grayscale: #ACACAC. Windows color (decimal): -356489 or 7835642. OLE color: 7835642.
HSL color Cylindrical-coordinate representation of color #FA8F77: hue angle of 10.99º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA8F77 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 119 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.02 |
| HSL | 10.99º | 0.93% | 0.72% | - |
| HSV(B) | 10.99º | 0.52% | 0.98% | - |
| XYZ | 52.58 | 41.3 | 22.65 | - |
| YUV | 172.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 119 | 0 | 0.43 | 0.52 | 0.02 | 10.99 | 0.93 | 0.72 |
| Hex | FA | 8F | 77 | 0 | 2B | 34 | 2 | B | 5D | 48 |
| Octal | 372 | 217 | 167 | 0 | 53 | 64 | 2 | 13 | 135 | 110 |
| Binary | 11111010 | 10001111 | 1110111 | 0 | 101011 | 110100 | 10 | 1011 | 1011101 | 1001000 |
Color Harmonies of #FA8F77
Complementary color
Monochromatic Colors of #FA8F77
Black with #FA8F77
Text Example
Text Example
White with #FA8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F77; }
p { color: rgb(250,143,119); }
H1.HeaderClassName
{
color: #FA8F77;
}
.AnyTagClassName
{
color: #FA8F77;
}
</style>
background-color css
<style>
a { background-color: #FA8F77; }
a { background-color: rgb(250,143,119); }
div.DivClassName
{
background-color: #FA8F77;
}
.BgClassName
{
background-color: #FA8F77;
}
</style>
border-color css
<style>
span { border-color: #FA8F77; }
span { border-color: rgb(250,143,119); }
td.TdClassName
{
border-color: #FA8F77;
}
.TagClassName
{
border-color: #FA8F77;
}
</style>