Shades of Vivid Tangerine #FC9A7F
Tints of Vivid Tangerine #FC9A7F
RGB
CMYK
RGB Variations
Color information
#FC9A7F (or 0xFC9A7F) is known color: Vivid Tangerine. HEX triplet: FC, 9A and 7F. RGB value is (252,154,127). Sum of RGB (Red+Green+Blue) = 252+154+127=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A7F is #036580. Grayscale: #B4B4B4. Windows color (decimal): -222593 or 8362748. OLE color: 8362748.
HSL color Cylindrical-coordinate representation of color #FC9A7F: hue angle of 12.96º 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 #FC9A7F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 127 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.01 |
| HSL | 12.96º | 0.95% | 0.74% | - |
| HSV(B) | 12.96º | 0.5% | 0.99% | - |
| XYZ | 55.53 | 45.34 | 25.9 | - |
| YUV | 180.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 127 | 0 | 0.39 | 0.50 | 0.01 | 12.96 | 0.95 | 0.74 |
| Hex | FC | 9A | 7F | 0 | 27 | 32 | 1 | D | 5F | 4A |
| Octal | 374 | 232 | 177 | 0 | 47 | 62 | 1 | 15 | 137 | 112 |
| Binary | 11111100 | 10011010 | 1111111 | 0 | 100111 | 110010 | 1 | 1101 | 1011111 | 1001010 |
Color Harmonies of #FC9A7F
Complementary color
Monochromatic Colors of #FC9A7F
Black with #FC9A7F
Text Example
Text Example
White with #FC9A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A7F; }
p { color: rgb(252,154,127); }
H1.HeaderClassName
{
color: #FC9A7F;
}
.AnyTagClassName
{
color: #FC9A7F;
}
</style>
background-color css
<style>
a { background-color: #FC9A7F; }
a { background-color: rgb(252,154,127); }
div.DivClassName
{
background-color: #FC9A7F;
}
.BgClassName
{
background-color: #FC9A7F;
}
</style>
border-color css
<style>
span { border-color: #FC9A7F; }
span { border-color: rgb(252,154,127); }
td.TdClassName
{
border-color: #FC9A7F;
}
.TagClassName
{
border-color: #FC9A7F;
}
</style>