Shades of Vivid Tangerine #FF8D7E
Tints of Vivid Tangerine #FF8D7E
RGB
CMYK
RGB Variations
Color information
#FF8D7E (or 0xFF8D7E) is known color: Vivid Tangerine. HEX triplet: FF, 8D and 7E. RGB value is (255,141,126). Sum of RGB (Red+Green+Blue) = 255+141+126=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D7E is #007281. Grayscale: #ADADAD. Windows color (decimal): -29314 or 8293887. OLE color: 8293887.
HSL color Cylindrical-coordinate representation of color #FF8D7E: hue angle of 6.98º 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 #FF8D7E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 126 | - |
| CMYK | 0 | 0.45 | 0.51 | 0 |
| HSL | 6.98º | 1% | 0.75% | - |
| HSV(B) | 6.98º | 0.51% | 1% | - |
| XYZ | 54.53 | 41.82 | 24.94 | - |
| YUV | 173.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 126 | 0 | 0.45 | 0.51 | 0 | 6.98 | 1 | 0.75 |
| Hex | FF | 8D | 7E | 0 | 2D | 33 | 0 | 7 | 64 | 4B |
| Octal | 377 | 215 | 176 | 0 | 55 | 63 | 0 | 7 | 144 | 113 |
| Binary | 11111111 | 10001101 | 1111110 | 0 | 101101 | 110011 | 0 | 111 | 1100100 | 1001011 |
Color Harmonies of #FF8D7E
Complementary color
Monochromatic Colors of #FF8D7E
Black with #FF8D7E
Text Example
Text Example
White with #FF8D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D7E; }
p { color: rgb(255,141,126); }
H1.HeaderClassName
{
color: #FF8D7E;
}
.AnyTagClassName
{
color: #FF8D7E;
}
</style>
background-color css
<style>
a { background-color: #FF8D7E; }
a { background-color: rgb(255,141,126); }
div.DivClassName
{
background-color: #FF8D7E;
}
.BgClassName
{
background-color: #FF8D7E;
}
</style>
border-color css
<style>
span { border-color: #FF8D7E; }
span { border-color: rgb(255,141,126); }
td.TdClassName
{
border-color: #FF8D7E;
}
.TagClassName
{
border-color: #FF8D7E;
}
</style>