Shades of Vivid Tangerine #FC997D
Tints of Vivid Tangerine #FC997D
RGB
CMYK
RGB Variations
Color information
#FC997D (or 0xFC997D) is known color: Vivid Tangerine. HEX triplet: FC, 99 and 7D. RGB value is (252,153,125). Sum of RGB (Red+Green+Blue) = 252+153+125=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC997D is #036682. Grayscale: #B3B3B3. Windows color (decimal): -222851 or 8231420. OLE color: 8231420.
HSL color Cylindrical-coordinate representation of color #FC997D: hue angle of 13.23º 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 #FC997D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 125 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.01 |
| HSL | 13.23º | 0.95% | 0.74% | - |
| HSV(B) | 13.23º | 0.5% | 0.99% | - |
| XYZ | 55.24 | 44.96 | 25.17 | - |
| YUV | 179.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 125 | 0 | 0.39 | 0.50 | 0.01 | 13.23 | 0.95 | 0.74 |
| Hex | FC | 99 | 7D | 0 | 27 | 32 | 1 | D | 5F | 4A |
| Octal | 374 | 231 | 175 | 0 | 47 | 62 | 1 | 15 | 137 | 112 |
| Binary | 11111100 | 10011001 | 1111101 | 0 | 100111 | 110010 | 1 | 1101 | 1011111 | 1001010 |
Color Harmonies of #FC997D
Complementary color
Monochromatic Colors of #FC997D
Black with #FC997D
Text Example
Text Example
White with #FC997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC997D; }
p { color: rgb(252,153,125); }
H1.HeaderClassName
{
color: #FC997D;
}
.AnyTagClassName
{
color: #FC997D;
}
</style>
background-color css
<style>
a { background-color: #FC997D; }
a { background-color: rgb(252,153,125); }
div.DivClassName
{
background-color: #FC997D;
}
.BgClassName
{
background-color: #FC997D;
}
</style>
border-color css
<style>
span { border-color: #FC997D; }
span { border-color: rgb(252,153,125); }
td.TdClassName
{
border-color: #FC997D;
}
.TagClassName
{
border-color: #FC997D;
}
</style>