Shades of Vivid Tangerine #FC8C7D
Tints of Vivid Tangerine #FC8C7D
RGB
CMYK
RGB Variations
Color information
#FC8C7D (or 0xFC8C7D) is known color: Vivid Tangerine. HEX triplet: FC, 8C and 7D. RGB value is (252,140,125). Sum of RGB (Red+Green+Blue) = 252+140+125=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C7D is #037382. Grayscale: #ABABAB. Windows color (decimal): -226179 or 8228092. OLE color: 8228092.
HSL color Cylindrical-coordinate representation of color #FC8C7D: hue angle of 7.09º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC8C7D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 125 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.01 |
| HSL | 7.09º | 0.95% | 0.74% | - |
| HSV(B) | 7.09º | 0.5% | 0.99% | - |
| XYZ | 53.22 | 40.93 | 24.5 | - |
| YUV | 171.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 125 | 0 | 0.44 | 0.50 | 0.01 | 7.09 | 0.95 | 0.74 |
| Hex | FC | 8C | 7D | 0 | 2C | 32 | 1 | 7 | 5F | 4A |
| Octal | 374 | 214 | 175 | 0 | 54 | 62 | 1 | 7 | 137 | 112 |
| Binary | 11111100 | 10001100 | 1111101 | 0 | 101100 | 110010 | 1 | 111 | 1011111 | 1001010 |
Color Harmonies of #FC8C7D
Complementary color
Monochromatic Colors of #FC8C7D
Black with #FC8C7D
Text Example
Text Example
White with #FC8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C7D; }
p { color: rgb(252,140,125); }
H1.HeaderClassName
{
color: #FC8C7D;
}
.AnyTagClassName
{
color: #FC8C7D;
}
</style>
background-color css
<style>
a { background-color: #FC8C7D; }
a { background-color: rgb(252,140,125); }
div.DivClassName
{
background-color: #FC8C7D;
}
.BgClassName
{
background-color: #FC8C7D;
}
</style>
border-color css
<style>
span { border-color: #FC8C7D; }
span { border-color: rgb(252,140,125); }
td.TdClassName
{
border-color: #FC8C7D;
}
.TagClassName
{
border-color: #FC8C7D;
}
</style>