Shades of Vivid Tangerine #FF8D7B
Tints of Vivid Tangerine #FF8D7B
RGB
CMYK
RGB Variations
Color information
#FF8D7B (or 0xFF8D7B) is known color: Vivid Tangerine. HEX triplet: FF, 8D and 7B. RGB value is (255,141,123). Sum of RGB (Red+Green+Blue) = 255+141+123=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D7B is #007284. Grayscale: #ADADAD. Windows color (decimal): -29317 or 8097279. OLE color: 8097279.
HSL color Cylindrical-coordinate representation of color #FF8D7B: hue angle of 8.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF8D7B is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 123 | - |
| CMYK | 0 | 0.45 | 0.52 | 0 |
| HSL | 8.18º | 1% | 0.74% | - |
| HSV(B) | 8.18º | 0.52% | 1% | - |
| XYZ | 54.34 | 41.74 | 23.93 | - |
| YUV | 173.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 123 | 0 | 0.45 | 0.52 | 0 | 8.18 | 1 | 0.74 |
| Hex | FF | 8D | 7B | 0 | 2D | 34 | 0 | 8 | 64 | 4A |
| Octal | 377 | 215 | 173 | 0 | 55 | 64 | 0 | 10 | 144 | 112 |
| Binary | 11111111 | 10001101 | 1111011 | 0 | 101101 | 110100 | 0 | 1000 | 1100100 | 1001010 |
Color Harmonies of #FF8D7B
Complementary color
Monochromatic Colors of #FF8D7B
Black with #FF8D7B
Text Example
Text Example
White with #FF8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D7B; }
p { color: rgb(255,141,123); }
H1.HeaderClassName
{
color: #FF8D7B;
}
.AnyTagClassName
{
color: #FF8D7B;
}
</style>
background-color css
<style>
a { background-color: #FF8D7B; }
a { background-color: rgb(255,141,123); }
div.DivClassName
{
background-color: #FF8D7B;
}
.BgClassName
{
background-color: #FF8D7B;
}
</style>
border-color css
<style>
span { border-color: #FF8D7B; }
span { border-color: rgb(255,141,123); }
td.TdClassName
{
border-color: #FF8D7B;
}
.TagClassName
{
border-color: #FF8D7B;
}
</style>