Shades of Vivid Tangerine #FC907C
Tints of Vivid Tangerine #FC907C
RGB
CMYK
RGB Variations
Color information
#FC907C (or 0xFC907C) is known color: Vivid Tangerine. HEX triplet: FC, 90 and 7C. RGB value is (252,144,124). Sum of RGB (Red+Green+Blue) = 252+144+124=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC907C is #036F83. Grayscale: #AEAEAE. Windows color (decimal): -225156 or 8163580. OLE color: 8163580.
HSL color Cylindrical-coordinate representation of color #FC907C: hue angle of 9.38º 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 #FC907C is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 124 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.01 |
| HSL | 9.38º | 0.96% | 0.74% | - |
| HSV(B) | 9.38º | 0.51% | 0.99% | - |
| XYZ | 53.76 | 42.1 | 24.36 | - |
| YUV | 174.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 124 | 0 | 0.43 | 0.51 | 0.01 | 9.38 | 0.96 | 0.74 |
| Hex | FC | 90 | 7C | 0 | 2B | 33 | 1 | 9 | 60 | 4A |
| Octal | 374 | 220 | 174 | 0 | 53 | 63 | 1 | 11 | 140 | 112 |
| Binary | 11111100 | 10010000 | 1111100 | 0 | 101011 | 110011 | 1 | 1001 | 1100000 | 1001010 |
Color Harmonies of #FC907C
Complementary color
Monochromatic Colors of #FC907C
Black with #FC907C
Text Example
Text Example
White with #FC907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC907C; }
p { color: rgb(252,144,124); }
H1.HeaderClassName
{
color: #FC907C;
}
.AnyTagClassName
{
color: #FC907C;
}
</style>
background-color css
<style>
a { background-color: #FC907C; }
a { background-color: rgb(252,144,124); }
div.DivClassName
{
background-color: #FC907C;
}
.BgClassName
{
background-color: #FC907C;
}
</style>
border-color css
<style>
span { border-color: #FC907C; }
span { border-color: rgb(252,144,124); }
td.TdClassName
{
border-color: #FC907C;
}
.TagClassName
{
border-color: #FC907C;
}
</style>