Shades of Vivid Tangerine #FC8C7E
Tints of Vivid Tangerine #FC8C7E
RGB
CMYK
RGB Variations
Color information
#FC8C7E (or 0xFC8C7E) is known color: Vivid Tangerine. HEX triplet: FC, 8C and 7E. RGB value is (252,140,126). Sum of RGB (Red+Green+Blue) = 252+140+126=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C7E is #037381. Grayscale: #ACACAC. Windows color (decimal): -226178 or 8293628. OLE color: 8293628.
HSL color Cylindrical-coordinate representation of color #FC8C7E: hue angle of 6.67º 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 #FC8C7E is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 126 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.01 |
| HSL | 6.67º | 0.95% | 0.74% | - |
| HSV(B) | 6.67º | 0.5% | 0.99% | - |
| XYZ | 53.29 | 40.96 | 24.84 | - |
| YUV | 171.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 126 | 0 | 0.44 | 0.5 | 0.01 | 6.67 | 0.95 | 0.74 |
| Hex | FC | 8C | 7E | 0 | 2C | 32 | 1 | 7 | 5F | 4A |
| Octal | 374 | 214 | 176 | 0 | 54 | 62 | 1 | 7 | 137 | 112 |
| Binary | 11111100 | 10001100 | 1111110 | 0 | 101100 | 110010 | 1 | 111 | 1011111 | 1001010 |
Color Harmonies of #FC8C7E
Complementary color
Monochromatic Colors of #FC8C7E
Black with #FC8C7E
Text Example
Text Example
White with #FC8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C7E; }
p { color: rgb(252,140,126); }
H1.HeaderClassName
{
color: #FC8C7E;
}
.AnyTagClassName
{
color: #FC8C7E;
}
</style>
background-color css
<style>
a { background-color: #FC8C7E; }
a { background-color: rgb(252,140,126); }
div.DivClassName
{
background-color: #FC8C7E;
}
.BgClassName
{
background-color: #FC8C7E;
}
</style>
border-color css
<style>
span { border-color: #FC8C7E; }
span { border-color: rgb(252,140,126); }
td.TdClassName
{
border-color: #FC8C7E;
}
.TagClassName
{
border-color: #FC8C7E;
}
</style>