Shades of Vivid Tangerine #FC8D7B
Tints of Vivid Tangerine #FC8D7B
RGB
CMYK
RGB Variations
Color information
#FC8D7B (or 0xFC8D7B) is known color: Vivid Tangerine. HEX triplet: FC, 8D and 7B. RGB value is (252,141,123). Sum of RGB (Red+Green+Blue) = 252+141+123=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D7B is #037284. Grayscale: #ACACAC. Windows color (decimal): -225925 or 8097276. OLE color: 8097276.
HSL color Cylindrical-coordinate representation of color #FC8D7B: hue angle of 8.37º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC8D7B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 123 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.01 |
| HSL | 8.37º | 0.96% | 0.74% | - |
| HSV(B) | 8.37º | 0.51% | 0.99% | - |
| XYZ | 53.24 | 41.18 | 23.88 | - |
| YUV | 172.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 123 | 0 | 0.44 | 0.51 | 0.01 | 8.37 | 0.96 | 0.74 |
| Hex | FC | 8D | 7B | 0 | 2C | 33 | 1 | 8 | 60 | 4A |
| Octal | 374 | 215 | 173 | 0 | 54 | 63 | 1 | 10 | 140 | 112 |
| Binary | 11111100 | 10001101 | 1111011 | 0 | 101100 | 110011 | 1 | 1000 | 1100000 | 1001010 |
Color Harmonies of #FC8D7B
Complementary color
Monochromatic Colors of #FC8D7B
Black with #FC8D7B
Text Example
Text Example
White with #FC8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D7B; }
p { color: rgb(252,141,123); }
H1.HeaderClassName
{
color: #FC8D7B;
}
.AnyTagClassName
{
color: #FC8D7B;
}
</style>
background-color css
<style>
a { background-color: #FC8D7B; }
a { background-color: rgb(252,141,123); }
div.DivClassName
{
background-color: #FC8D7B;
}
.BgClassName
{
background-color: #FC8D7B;
}
</style>
border-color css
<style>
span { border-color: #FC8D7B; }
span { border-color: rgb(252,141,123); }
td.TdClassName
{
border-color: #FC8D7B;
}
.TagClassName
{
border-color: #FC8D7B;
}
</style>