Shades of Vivid Tangerine #FF8C7E
Tints of Vivid Tangerine #FF8C7E
RGB
CMYK
RGB Variations
Color information
#FF8C7E (or 0xFF8C7E) is known color: Vivid Tangerine. HEX triplet: FF, 8C and 7E. RGB value is (255,140,126). Sum of RGB (Red+Green+Blue) = 255+140+126=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C7E is #007381. Grayscale: #ACACAC. Windows color (decimal): -29570 or 8293631. OLE color: 8293631.
HSL color Cylindrical-coordinate representation of color #FF8C7E: hue angle of 6.51º 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 #FF8C7E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 126 | - |
| CMYK | 0 | 0.45 | 0.51 | 0 |
| HSL | 6.51º | 1% | 0.75% | - |
| HSV(B) | 6.51º | 0.51% | 1% | - |
| XYZ | 54.38 | 41.52 | 24.89 | - |
| YUV | 172.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 126 | 0 | 0.45 | 0.51 | 0 | 6.51 | 1 | 0.75 |
| Hex | FF | 8C | 7E | 0 | 2D | 33 | 0 | 7 | 64 | 4B |
| Octal | 377 | 214 | 176 | 0 | 55 | 63 | 0 | 7 | 144 | 113 |
| Binary | 11111111 | 10001100 | 1111110 | 0 | 101101 | 110011 | 0 | 111 | 1100100 | 1001011 |
Color Harmonies of #FF8C7E
Complementary color
Monochromatic Colors of #FF8C7E
Black with #FF8C7E
Text Example
Text Example
White with #FF8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C7E; }
p { color: rgb(255,140,126); }
H1.HeaderClassName
{
color: #FF8C7E;
}
.AnyTagClassName
{
color: #FF8C7E;
}
</style>
background-color css
<style>
a { background-color: #FF8C7E; }
a { background-color: rgb(255,140,126); }
div.DivClassName
{
background-color: #FF8C7E;
}
.BgClassName
{
background-color: #FF8C7E;
}
</style>
border-color css
<style>
span { border-color: #FF8C7E; }
span { border-color: rgb(255,140,126); }
td.TdClassName
{
border-color: #FF8C7E;
}
.TagClassName
{
border-color: #FF8C7E;
}
</style>