Shades of Vivid Tangerine #FC9077
Tints of Vivid Tangerine #FC9077
RGB
CMYK
RGB Variations
Color information
#FC9077 (or 0xFC9077) is known color: Vivid Tangerine. HEX triplet: FC, 90 and 77. RGB value is (252,144,119). Sum of RGB (Red+Green+Blue) = 252+144+119=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9077 is #036F88. Grayscale: #ADADAD. Windows color (decimal): -225161 or 7835900. OLE color: 7835900.
HSL color Cylindrical-coordinate representation of color #FC9077: hue angle of 11.28º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC9077 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 119 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.01 |
| HSL | 11.28º | 0.96% | 0.73% | - |
| HSV(B) | 11.28º | 0.53% | 0.99% | - |
| XYZ | 53.45 | 41.97 | 22.74 | - |
| YUV | 173.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 119 | 0 | 0.43 | 0.53 | 0.01 | 11.28 | 0.96 | 0.73 |
| Hex | FC | 90 | 77 | 0 | 2B | 35 | 1 | B | 60 | 49 |
| Octal | 374 | 220 | 167 | 0 | 53 | 65 | 1 | 13 | 140 | 111 |
| Binary | 11111100 | 10010000 | 1110111 | 0 | 101011 | 110101 | 1 | 1011 | 1100000 | 1001001 |
Color Harmonies of #FC9077
Complementary color
Monochromatic Colors of #FC9077
Black with #FC9077
Text Example
Text Example
White with #FC9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9077; }
p { color: rgb(252,144,119); }
H1.HeaderClassName
{
color: #FC9077;
}
.AnyTagClassName
{
color: #FC9077;
}
</style>
background-color css
<style>
a { background-color: #FC9077; }
a { background-color: rgb(252,144,119); }
div.DivClassName
{
background-color: #FC9077;
}
.BgClassName
{
background-color: #FC9077;
}
</style>
border-color css
<style>
span { border-color: #FC9077; }
span { border-color: rgb(252,144,119); }
td.TdClassName
{
border-color: #FC9077;
}
.TagClassName
{
border-color: #FC9077;
}
</style>