Shades of Vivid Tangerine #FC8F7A
Tints of Vivid Tangerine #FC8F7A
RGB
CMYK
RGB Variations
Color information
#FC8F7A (or 0xFC8F7A) is known color: Vivid Tangerine. HEX triplet: FC, 8F and 7A. RGB value is (252,143,122). Sum of RGB (Red+Green+Blue) = 252+143+122=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F7A is #037085. Grayscale: #ADADAD. Windows color (decimal): -225414 or 8032252. OLE color: 8032252.
HSL color Cylindrical-coordinate representation of color #FC8F7A: hue angle of 9.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC8F7A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 122 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.01 |
| HSL | 9.69º | 0.96% | 0.73% | - |
| HSV(B) | 9.69º | 0.52% | 0.99% | - |
| XYZ | 53.48 | 41.75 | 23.65 | - |
| YUV | 173.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 122 | 0 | 0.43 | 0.52 | 0.01 | 9.69 | 0.96 | 0.73 |
| Hex | FC | 8F | 7A | 0 | 2B | 34 | 1 | A | 60 | 49 |
| Octal | 374 | 217 | 172 | 0 | 53 | 64 | 1 | 12 | 140 | 111 |
| Binary | 11111100 | 10001111 | 1111010 | 0 | 101011 | 110100 | 1 | 1010 | 1100000 | 1001001 |
Color Harmonies of #FC8F7A
Complementary color
Monochromatic Colors of #FC8F7A
Black with #FC8F7A
Text Example
Text Example
White with #FC8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F7A; }
p { color: rgb(252,143,122); }
H1.HeaderClassName
{
color: #FC8F7A;
}
.AnyTagClassName
{
color: #FC8F7A;
}
</style>
background-color css
<style>
a { background-color: #FC8F7A; }
a { background-color: rgb(252,143,122); }
div.DivClassName
{
background-color: #FC8F7A;
}
.BgClassName
{
background-color: #FC8F7A;
}
</style>
border-color css
<style>
span { border-color: #FC8F7A; }
span { border-color: rgb(252,143,122); }
td.TdClassName
{
border-color: #FC8F7A;
}
.TagClassName
{
border-color: #FC8F7A;
}
</style>