Shades of Vivid Tangerine #FC8C7C
Tints of Vivid Tangerine #FC8C7C
RGB
CMYK
RGB Variations
Color information
#FC8C7C (or 0xFC8C7C) is known color: Vivid Tangerine. HEX triplet: FC, 8C and 7C. RGB value is (252,140,124). Sum of RGB (Red+Green+Blue) = 252+140+124=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C7C is #037383. Grayscale: #ABABAB. Windows color (decimal): -226180 or 8162556. OLE color: 8162556.
HSL color Cylindrical-coordinate representation of color #FC8C7C: hue angle of 7.5º 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 #FC8C7C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 124 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.01 |
| HSL | 7.5º | 0.96% | 0.74% | - |
| HSV(B) | 7.5º | 0.51% | 0.99% | - |
| XYZ | 53.16 | 40.91 | 24.16 | - |
| YUV | 171.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 124 | 0 | 0.44 | 0.51 | 0.01 | 7.5 | 0.96 | 0.74 |
| Hex | FC | 8C | 7C | 0 | 2C | 33 | 1 | 8 | 60 | 4A |
| Octal | 374 | 214 | 174 | 0 | 54 | 63 | 1 | 10 | 140 | 112 |
| Binary | 11111100 | 10001100 | 1111100 | 0 | 101100 | 110011 | 1 | 1000 | 1100000 | 1001010 |
Color Harmonies of #FC8C7C
Complementary color
Monochromatic Colors of #FC8C7C
Black with #FC8C7C
Text Example
Text Example
White with #FC8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C7C; }
p { color: rgb(252,140,124); }
H1.HeaderClassName
{
color: #FC8C7C;
}
.AnyTagClassName
{
color: #FC8C7C;
}
</style>
background-color css
<style>
a { background-color: #FC8C7C; }
a { background-color: rgb(252,140,124); }
div.DivClassName
{
background-color: #FC8C7C;
}
.BgClassName
{
background-color: #FC8C7C;
}
</style>
border-color css
<style>
span { border-color: #FC8C7C; }
span { border-color: rgb(252,140,124); }
td.TdClassName
{
border-color: #FC8C7C;
}
.TagClassName
{
border-color: #FC8C7C;
}
</style>