Shades of Vivid Tangerine #FA8F80
Tints of Vivid Tangerine #FA8F80
RGB
CMYK
RGB Variations
Color information
#FA8F80 (or 0xFA8F80) is known color: Vivid Tangerine. HEX triplet: FA, 8F and 80. RGB value is (250,143,128). Sum of RGB (Red+Green+Blue) = 250+143+128=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F80 is #05707F. Grayscale: #ADADAD. Windows color (decimal): -356480 or 8425466. OLE color: 8425466.
HSL color Cylindrical-coordinate representation of color #FA8F80: hue angle of 7.38º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8F80 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 128 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.02 |
| HSL | 7.38º | 0.92% | 0.74% | - |
| HSV(B) | 7.38º | 0.49% | 0.98% | - |
| XYZ | 53.14 | 41.53 | 25.64 | - |
| YUV | 173.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 128 | 0 | 0.43 | 0.49 | 0.02 | 7.38 | 0.92 | 0.74 |
| Hex | FA | 8F | 80 | 0 | 2B | 31 | 2 | 7 | 5C | 4A |
| Octal | 372 | 217 | 200 | 0 | 53 | 61 | 2 | 7 | 134 | 112 |
| Binary | 11111010 | 10001111 | 10000000 | 0 | 101011 | 110001 | 10 | 111 | 1011100 | 1001010 |
Color Harmonies of #FA8F80
Complementary color
Monochromatic Colors of #FA8F80
Black with #FA8F80
Text Example
Text Example
White with #FA8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F80; }
p { color: rgb(250,143,128); }
H1.HeaderClassName
{
color: #FA8F80;
}
.AnyTagClassName
{
color: #FA8F80;
}
</style>
background-color css
<style>
a { background-color: #FA8F80; }
a { background-color: rgb(250,143,128); }
div.DivClassName
{
background-color: #FA8F80;
}
.BgClassName
{
background-color: #FA8F80;
}
</style>
border-color css
<style>
span { border-color: #FA8F80; }
span { border-color: rgb(250,143,128); }
td.TdClassName
{
border-color: #FA8F80;
}
.TagClassName
{
border-color: #FA8F80;
}
</style>