Shades of Vivid Tangerine #FF8D78
Tints of Vivid Tangerine #FF8D78
RGB
CMYK
RGB Variations
Color information
#FF8D78 (or 0xFF8D78) is known color: Vivid Tangerine. HEX triplet: FF, 8D and 78. RGB value is (255,141,120). Sum of RGB (Red+Green+Blue) = 255+141+120=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D78 is #007287. Grayscale: #ACACAC. Windows color (decimal): -29320 or 7900671. OLE color: 7900671.
HSL color Cylindrical-coordinate representation of color #FF8D78: hue angle of 9.33º 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 #FF8D78 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 120 | - |
| CMYK | 0 | 0.45 | 0.53 | 0 |
| HSL | 9.33º | 1% | 0.74% | - |
| HSV(B) | 9.33º | 0.53% | 1% | - |
| XYZ | 54.16 | 41.67 | 22.96 | - |
| YUV | 172.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 120 | 0 | 0.45 | 0.53 | 0 | 9.33 | 1 | 0.74 |
| Hex | FF | 8D | 78 | 0 | 2D | 35 | 0 | 9 | 64 | 4A |
| Octal | 377 | 215 | 170 | 0 | 55 | 65 | 0 | 11 | 144 | 112 |
| Binary | 11111111 | 10001101 | 1111000 | 0 | 101101 | 110101 | 0 | 1001 | 1100100 | 1001010 |
Color Harmonies of #FF8D78
Complementary color
Monochromatic Colors of #FF8D78
Black with #FF8D78
Text Example
Text Example
White with #FF8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D78; }
p { color: rgb(255,141,120); }
H1.HeaderClassName
{
color: #FF8D78;
}
.AnyTagClassName
{
color: #FF8D78;
}
</style>
background-color css
<style>
a { background-color: #FF8D78; }
a { background-color: rgb(255,141,120); }
div.DivClassName
{
background-color: #FF8D78;
}
.BgClassName
{
background-color: #FF8D78;
}
</style>
border-color css
<style>
span { border-color: #FF8D78; }
span { border-color: rgb(255,141,120); }
td.TdClassName
{
border-color: #FF8D78;
}
.TagClassName
{
border-color: #FF8D78;
}
</style>