Shades of Vivid Tangerine #FF8C7D
Tints of Vivid Tangerine #FF8C7D
RGB
CMYK
RGB Variations
Color information
#FF8C7D (or 0xFF8C7D) is known color: Vivid Tangerine. HEX triplet: FF, 8C and 7D. RGB value is (255,140,125). Sum of RGB (Red+Green+Blue) = 255+140+125=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C7D is #007382. Grayscale: #ACACAC. Windows color (decimal): -29571 or 8228095. OLE color: 8228095.
HSL color Cylindrical-coordinate representation of color #FF8C7D: hue angle of 6.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF8C7D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 125 | - |
| CMYK | 0 | 0.45 | 0.51 | 0 |
| HSL | 6.92º | 1% | 0.75% | - |
| HSV(B) | 6.92º | 0.51% | 1% | - |
| XYZ | 54.32 | 41.5 | 24.55 | - |
| YUV | 172.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 125 | 0 | 0.45 | 0.51 | 0 | 6.92 | 1 | 0.75 |
| Hex | FF | 8C | 7D | 0 | 2D | 33 | 0 | 7 | 64 | 4B |
| Octal | 377 | 214 | 175 | 0 | 55 | 63 | 0 | 7 | 144 | 113 |
| Binary | 11111111 | 10001100 | 1111101 | 0 | 101101 | 110011 | 0 | 111 | 1100100 | 1001011 |
Color Harmonies of #FF8C7D
Complementary color
Monochromatic Colors of #FF8C7D
Black with #FF8C7D
Text Example
Text Example
White with #FF8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C7D; }
p { color: rgb(255,140,125); }
H1.HeaderClassName
{
color: #FF8C7D;
}
.AnyTagClassName
{
color: #FF8C7D;
}
</style>
background-color css
<style>
a { background-color: #FF8C7D; }
a { background-color: rgb(255,140,125); }
div.DivClassName
{
background-color: #FF8C7D;
}
.BgClassName
{
background-color: #FF8C7D;
}
</style>
border-color css
<style>
span { border-color: #FF8C7D; }
span { border-color: rgb(255,140,125); }
td.TdClassName
{
border-color: #FF8C7D;
}
.TagClassName
{
border-color: #FF8C7D;
}
</style>