Shades of Vivid Tangerine #FF8F72
Tints of Vivid Tangerine #FF8F72
RGB
CMYK
RGB Variations
Color information
#FF8F72 (or 0xFF8F72) is known color: Vivid Tangerine. HEX triplet: FF, 8F and 72. RGB value is (255,143,114). Sum of RGB (Red+Green+Blue) = 255+143+114=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F72 is #00708D. Grayscale: #ADADAD. Windows color (decimal): -28814 or 7507967. OLE color: 7507967.
HSL color Cylindrical-coordinate representation of color #FF8F72: hue angle of 12.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8F72 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 114 | - |
| CMYK | 0 | 0.44 | 0.55 | 0 |
| HSL | 12.34º | 1% | 0.72% | - |
| HSV(B) | 12.34º | 0.55% | 1% | - |
| XYZ | 54.1 | 42.12 | 21.2 | - |
| YUV | 173.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 114 | 0 | 0.44 | 0.55 | 0 | 12.34 | 1 | 0.72 |
| Hex | FF | 8F | 72 | 0 | 2C | 37 | 0 | C | 64 | 48 |
| Octal | 377 | 217 | 162 | 0 | 54 | 67 | 0 | 14 | 144 | 110 |
| Binary | 11111111 | 10001111 | 1110010 | 0 | 101100 | 110111 | 0 | 1100 | 1100100 | 1001000 |
Color Harmonies of #FF8F72
Complementary color
Monochromatic Colors of #FF8F72
Black with #FF8F72
Text Example
Text Example
White with #FF8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F72; }
p { color: rgb(255,143,114); }
H1.HeaderClassName
{
color: #FF8F72;
}
.AnyTagClassName
{
color: #FF8F72;
}
</style>
background-color css
<style>
a { background-color: #FF8F72; }
a { background-color: rgb(255,143,114); }
div.DivClassName
{
background-color: #FF8F72;
}
.BgClassName
{
background-color: #FF8F72;
}
</style>
border-color css
<style>
span { border-color: #FF8F72; }
span { border-color: rgb(255,143,114); }
td.TdClassName
{
border-color: #FF8F72;
}
.TagClassName
{
border-color: #FF8F72;
}
</style>