Shades of Vivid Tangerine #FF8F73
Tints of Vivid Tangerine #FF8F73
RGB
CMYK
RGB Variations
Color information
#FF8F73 (or 0xFF8F73) is known color: Vivid Tangerine. HEX triplet: FF, 8F and 73. RGB value is (255,143,115). Sum of RGB (Red+Green+Blue) = 255+143+115=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F73 is #00708C. Grayscale: #ADADAD. Windows color (decimal): -28813 or 7573503. OLE color: 7573503.
HSL color Cylindrical-coordinate representation of color #FF8F73: hue angle of 12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8F73 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 115 | - |
| CMYK | 0 | 0.44 | 0.55 | 0 |
| HSL | 12º | 1% | 0.73% | - |
| HSV(B) | 12º | 0.55% | 1% | - |
| XYZ | 54.16 | 42.14 | 21.5 | - |
| YUV | 173.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 115 | 0 | 0.44 | 0.55 | 0 | 12 | 1 | 0.73 |
| Hex | FF | 8F | 73 | 0 | 2C | 37 | 0 | C | 64 | 49 |
| Octal | 377 | 217 | 163 | 0 | 54 | 67 | 0 | 14 | 144 | 111 |
| Binary | 11111111 | 10001111 | 1110011 | 0 | 101100 | 110111 | 0 | 1100 | 1100100 | 1001001 |
Color Harmonies of #FF8F73
Complementary color
Monochromatic Colors of #FF8F73
Black with #FF8F73
Text Example
Text Example
White with #FF8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F73; }
p { color: rgb(255,143,115); }
H1.HeaderClassName
{
color: #FF8F73;
}
.AnyTagClassName
{
color: #FF8F73;
}
</style>
background-color css
<style>
a { background-color: #FF8F73; }
a { background-color: rgb(255,143,115); }
div.DivClassName
{
background-color: #FF8F73;
}
.BgClassName
{
background-color: #FF8F73;
}
</style>
border-color css
<style>
span { border-color: #FF8F73; }
span { border-color: rgb(255,143,115); }
td.TdClassName
{
border-color: #FF8F73;
}
.TagClassName
{
border-color: #FF8F73;
}
</style>