Shades of Vivid Tangerine #FF8F78
Tints of Vivid Tangerine #FF8F78
RGB
CMYK
RGB Variations
Color information
#FF8F78 (or 0xFF8F78) is known color: Vivid Tangerine. HEX triplet: FF, 8F and 78. RGB value is (255,143,120). Sum of RGB (Red+Green+Blue) = 255+143+120=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F78 is #007087. Grayscale: #AEAEAE. Windows color (decimal): -28808 or 7901183. OLE color: 7901183.
HSL color Cylindrical-coordinate representation of color #FF8F78: hue angle of 10.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8F78 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 120 | - |
| CMYK | 0 | 0.44 | 0.53 | 0 |
| HSL | 10.22º | 1% | 0.74% | - |
| HSV(B) | 10.22º | 0.53% | 1% | - |
| XYZ | 54.45 | 42.26 | 23.06 | - |
| YUV | 173.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 120 | 0 | 0.44 | 0.53 | 0 | 10.22 | 1 | 0.74 |
| Hex | FF | 8F | 78 | 0 | 2C | 35 | 0 | A | 64 | 4A |
| Octal | 377 | 217 | 170 | 0 | 54 | 65 | 0 | 12 | 144 | 112 |
| Binary | 11111111 | 10001111 | 1111000 | 0 | 101100 | 110101 | 0 | 1010 | 1100100 | 1001010 |
Color Harmonies of #FF8F78
Complementary color
Monochromatic Colors of #FF8F78
Black with #FF8F78
Text Example
Text Example
White with #FF8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F78; }
p { color: rgb(255,143,120); }
H1.HeaderClassName
{
color: #FF8F78;
}
.AnyTagClassName
{
color: #FF8F78;
}
</style>
background-color css
<style>
a { background-color: #FF8F78; }
a { background-color: rgb(255,143,120); }
div.DivClassName
{
background-color: #FF8F78;
}
.BgClassName
{
background-color: #FF8F78;
}
</style>
border-color css
<style>
span { border-color: #FF8F78; }
span { border-color: rgb(255,143,120); }
td.TdClassName
{
border-color: #FF8F78;
}
.TagClassName
{
border-color: #FF8F78;
}
</style>