Shades of Vivid Tangerine #FC9575
Tints of Vivid Tangerine #FC9575
RGB
CMYK
RGB Variations
Color information
#FC9575 (or 0xFC9575) is known color: Vivid Tangerine. HEX triplet: FC, 95 and 75. RGB value is (252,149,117). Sum of RGB (Red+Green+Blue) = 252+149+117=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9575 is #036A8A. Grayscale: #B0B0B0. Windows color (decimal): -223883 or 7706108. OLE color: 7706108.
HSL color Cylindrical-coordinate representation of color #FC9575: hue angle of 14.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC9575 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 117 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.01 |
| HSL | 14.22º | 0.96% | 0.72% | - |
| HSV(B) | 14.22º | 0.54% | 0.99% | - |
| XYZ | 54.1 | 43.47 | 22.37 | - |
| YUV | 176.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 117 | 0 | 0.41 | 0.54 | 0.01 | 14.22 | 0.96 | 0.72 |
| Hex | FC | 95 | 75 | 0 | 29 | 36 | 1 | E | 60 | 48 |
| Octal | 374 | 225 | 165 | 0 | 51 | 66 | 1 | 16 | 140 | 110 |
| Binary | 11111100 | 10010101 | 1110101 | 0 | 101001 | 110110 | 1 | 1110 | 1100000 | 1001000 |
Color Harmonies of #FC9575
Complementary color
Monochromatic Colors of #FC9575
Black with #FC9575
Text Example
Text Example
White with #FC9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9575; }
p { color: rgb(252,149,117); }
H1.HeaderClassName
{
color: #FC9575;
}
.AnyTagClassName
{
color: #FC9575;
}
</style>
background-color css
<style>
a { background-color: #FC9575; }
a { background-color: rgb(252,149,117); }
div.DivClassName
{
background-color: #FC9575;
}
.BgClassName
{
background-color: #FC9575;
}
</style>
border-color css
<style>
span { border-color: #FC9575; }
span { border-color: rgb(252,149,117); }
td.TdClassName
{
border-color: #FC9575;
}
.TagClassName
{
border-color: #FC9575;
}
</style>