Shades of Vivid Tangerine #FC977F
Tints of Vivid Tangerine #FC977F
RGB
CMYK
RGB Variations
Color information
#FC977F (or 0xFC977F) is known color: Vivid Tangerine. HEX triplet: FC, 97 and 7F. RGB value is (252,151,127). Sum of RGB (Red+Green+Blue) = 252+151+127=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC977F is #036880. Grayscale: #B2B2B2. Windows color (decimal): -223361 or 8361980. OLE color: 8361980.
HSL color Cylindrical-coordinate representation of color #FC977F: hue angle of 11.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC977F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 151 | 127 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.01 |
| HSL | 11.52º | 0.95% | 0.74% | - |
| HSV(B) | 11.52º | 0.5% | 0.99% | - |
| XYZ | 55.04 | 44.36 | 25.74 | - |
| YUV | 178.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 151 | 127 | 0 | 0.40 | 0.50 | 0.01 | 11.52 | 0.95 | 0.74 |
| Hex | FC | 97 | 7F | 0 | 28 | 32 | 1 | C | 5F | 4A |
| Octal | 374 | 227 | 177 | 0 | 50 | 62 | 1 | 14 | 137 | 112 |
| Binary | 11111100 | 10010111 | 1111111 | 0 | 101000 | 110010 | 1 | 1100 | 1011111 | 1001010 |
Color Harmonies of #FC977F
Complementary color
Monochromatic Colors of #FC977F
Black with #FC977F
Text Example
Text Example
White with #FC977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC977F; }
p { color: rgb(252,151,127); }
H1.HeaderClassName
{
color: #FC977F;
}
.AnyTagClassName
{
color: #FC977F;
}
</style>
background-color css
<style>
a { background-color: #FC977F; }
a { background-color: rgb(252,151,127); }
div.DivClassName
{
background-color: #FC977F;
}
.BgClassName
{
background-color: #FC977F;
}
</style>
border-color css
<style>
span { border-color: #FC977F; }
span { border-color: rgb(252,151,127); }
td.TdClassName
{
border-color: #FC977F;
}
.TagClassName
{
border-color: #FC977F;
}
</style>