Shades of Vivid Tangerine #FC9078
Tints of Vivid Tangerine #FC9078
RGB
CMYK
RGB Variations
Color information
#FC9078 (or 0xFC9078) is known color: Vivid Tangerine. HEX triplet: FC, 90 and 78. RGB value is (252,144,120). Sum of RGB (Red+Green+Blue) = 252+144+120=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9078 is #036F87. Grayscale: #ADADAD. Windows color (decimal): -225160 or 7901436. OLE color: 7901436.
HSL color Cylindrical-coordinate representation of color #FC9078: hue angle of 10.91º 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 #FC9078 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 120 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.01 |
| HSL | 10.91º | 0.96% | 0.73% | - |
| HSV(B) | 10.91º | 0.52% | 0.99% | - |
| XYZ | 53.51 | 42 | 23.06 | - |
| YUV | 173.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 120 | 0 | 0.43 | 0.52 | 0.01 | 10.91 | 0.96 | 0.73 |
| Hex | FC | 90 | 78 | 0 | 2B | 34 | 1 | B | 60 | 49 |
| Octal | 374 | 220 | 170 | 0 | 53 | 64 | 1 | 13 | 140 | 111 |
| Binary | 11111100 | 10010000 | 1111000 | 0 | 101011 | 110100 | 1 | 1011 | 1100000 | 1001001 |
Color Harmonies of #FC9078
Complementary color
Monochromatic Colors of #FC9078
Black with #FC9078
Text Example
Text Example
White with #FC9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9078; }
p { color: rgb(252,144,120); }
H1.HeaderClassName
{
color: #FC9078;
}
.AnyTagClassName
{
color: #FC9078;
}
</style>
background-color css
<style>
a { background-color: #FC9078; }
a { background-color: rgb(252,144,120); }
div.DivClassName
{
background-color: #FC9078;
}
.BgClassName
{
background-color: #FC9078;
}
</style>
border-color css
<style>
span { border-color: #FC9078; }
span { border-color: rgb(252,144,120); }
td.TdClassName
{
border-color: #FC9078;
}
.TagClassName
{
border-color: #FC9078;
}
</style>