Shades of Vivid Tangerine #FC977E
Tints of Vivid Tangerine #FC977E
RGB
CMYK
RGB Variations
Color information
#FC977E (or 0xFC977E) is known color: Vivid Tangerine. HEX triplet: FC, 97 and 7E. RGB value is (252,151,126). Sum of RGB (Red+Green+Blue) = 252+151+126=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC977E is #036881. Grayscale: #B2B2B2. Windows color (decimal): -223362 or 8296444. OLE color: 8296444.
HSL color Cylindrical-coordinate representation of color #FC977E: hue angle of 11.9º 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 #FC977E is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 151 | 126 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.01 |
| HSL | 11.9º | 0.95% | 0.74% | - |
| HSV(B) | 11.9º | 0.5% | 0.99% | - |
| XYZ | 54.98 | 44.34 | 25.4 | - |
| YUV | 178.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 151 | 126 | 0 | 0.40 | 0.5 | 0.01 | 11.9 | 0.95 | 0.74 |
| Hex | FC | 97 | 7E | 0 | 28 | 32 | 1 | C | 5F | 4A |
| Octal | 374 | 227 | 176 | 0 | 50 | 62 | 1 | 14 | 137 | 112 |
| Binary | 11111100 | 10010111 | 1111110 | 0 | 101000 | 110010 | 1 | 1100 | 1011111 | 1001010 |
Color Harmonies of #FC977E
Complementary color
Monochromatic Colors of #FC977E
Black with #FC977E
Text Example
Text Example
White with #FC977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC977E; }
p { color: rgb(252,151,126); }
H1.HeaderClassName
{
color: #FC977E;
}
.AnyTagClassName
{
color: #FC977E;
}
</style>
background-color css
<style>
a { background-color: #FC977E; }
a { background-color: rgb(252,151,126); }
div.DivClassName
{
background-color: #FC977E;
}
.BgClassName
{
background-color: #FC977E;
}
</style>
border-color css
<style>
span { border-color: #FC977E; }
span { border-color: rgb(252,151,126); }
td.TdClassName
{
border-color: #FC977E;
}
.TagClassName
{
border-color: #FC977E;
}
</style>