Shades of Vivid Tangerine #FC947B
Tints of Vivid Tangerine #FC947B
RGB
CMYK
RGB Variations
Color information
#FC947B (or 0xFC947B) is known color: Vivid Tangerine. HEX triplet: FC, 94 and 7B. RGB value is (252,148,123). Sum of RGB (Red+Green+Blue) = 252+148+123=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC947B is #036B84. Grayscale: #B0B0B0. Windows color (decimal): -224133 or 8099068. OLE color: 8099068.
HSL color Cylindrical-coordinate representation of color #FC947B: hue angle of 11.63º 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 #FC947B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 123 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.01 |
| HSL | 11.63º | 0.96% | 0.74% | - |
| HSV(B) | 11.63º | 0.51% | 0.99% | - |
| XYZ | 54.31 | 43.31 | 24.24 | - |
| YUV | 176.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 123 | 0 | 0.41 | 0.51 | 0.01 | 11.63 | 0.96 | 0.74 |
| Hex | FC | 94 | 7B | 0 | 29 | 33 | 1 | C | 60 | 4A |
| Octal | 374 | 224 | 173 | 0 | 51 | 63 | 1 | 14 | 140 | 112 |
| Binary | 11111100 | 10010100 | 1111011 | 0 | 101001 | 110011 | 1 | 1100 | 1100000 | 1001010 |
Color Harmonies of #FC947B
Complementary color
Monochromatic Colors of #FC947B
Black with #FC947B
Text Example
Text Example
White with #FC947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC947B; }
p { color: rgb(252,148,123); }
H1.HeaderClassName
{
color: #FC947B;
}
.AnyTagClassName
{
color: #FC947B;
}
</style>
background-color css
<style>
a { background-color: #FC947B; }
a { background-color: rgb(252,148,123); }
div.DivClassName
{
background-color: #FC947B;
}
.BgClassName
{
background-color: #FC947B;
}
</style>
border-color css
<style>
span { border-color: #FC947B; }
span { border-color: rgb(252,148,123); }
td.TdClassName
{
border-color: #FC947B;
}
.TagClassName
{
border-color: #FC947B;
}
</style>