Shades of Vivid Tangerine #FF8C7B
Tints of Vivid Tangerine #FF8C7B
RGB
CMYK
RGB Variations
Color information
#FF8C7B (or 0xFF8C7B) is known color: Vivid Tangerine. HEX triplet: FF, 8C and 7B. RGB value is (255,140,123). Sum of RGB (Red+Green+Blue) = 255+140+123=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C7B is #007384. Grayscale: #ACACAC. Windows color (decimal): -29573 or 8097023. OLE color: 8097023.
HSL color Cylindrical-coordinate representation of color #FF8C7B: hue angle of 7.73º 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 #FF8C7B is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 123 | - |
| CMYK | 0 | 0.45 | 0.52 | 0 |
| HSL | 7.73º | 1% | 0.74% | - |
| HSV(B) | 7.73º | 0.52% | 1% | - |
| XYZ | 54.19 | 41.45 | 23.88 | - |
| YUV | 172.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 123 | 0 | 0.45 | 0.52 | 0 | 7.73 | 1 | 0.74 |
| Hex | FF | 8C | 7B | 0 | 2D | 34 | 0 | 8 | 64 | 4A |
| Octal | 377 | 214 | 173 | 0 | 55 | 64 | 0 | 10 | 144 | 112 |
| Binary | 11111111 | 10001100 | 1111011 | 0 | 101101 | 110100 | 0 | 1000 | 1100100 | 1001010 |
Color Harmonies of #FF8C7B
Complementary color
Monochromatic Colors of #FF8C7B
Black with #FF8C7B
Text Example
Text Example
White with #FF8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C7B; }
p { color: rgb(255,140,123); }
H1.HeaderClassName
{
color: #FF8C7B;
}
.AnyTagClassName
{
color: #FF8C7B;
}
</style>
background-color css
<style>
a { background-color: #FF8C7B; }
a { background-color: rgb(255,140,123); }
div.DivClassName
{
background-color: #FF8C7B;
}
.BgClassName
{
background-color: #FF8C7B;
}
</style>
border-color css
<style>
span { border-color: #FF8C7B; }
span { border-color: rgb(255,140,123); }
td.TdClassName
{
border-color: #FF8C7B;
}
.TagClassName
{
border-color: #FF8C7B;
}
</style>