Shades of Salmon #FC8672
Tints of Salmon #FC8672
RGB
CMYK
RGB Variations
Color information
#FC8672 (or 0xFC8672) is known color: Salmon. HEX triplet: FC, 86 and 72. RGB value is (252,134,114). Sum of RGB (Red+Green+Blue) = 252+134+114=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8672 is #03798D. Grayscale: #A7A7A7. Windows color (decimal): -227726 or 7505660. OLE color: 7505660.
HSL color Cylindrical-coordinate representation of color #FC8672: hue angle of 8.7º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC8672 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 114 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.01 |
| HSL | 8.7º | 0.96% | 0.72% | - |
| HSV(B) | 8.7º | 0.55% | 0.99% | - |
| XYZ | 51.71 | 38.96 | 20.71 | - |
| YUV | 167 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 114 | 0 | 0.47 | 0.55 | 0.01 | 8.7 | 0.96 | 0.72 |
| Hex | FC | 86 | 72 | 0 | 2F | 37 | 1 | 9 | 60 | 48 |
| Octal | 374 | 206 | 162 | 0 | 57 | 67 | 1 | 11 | 140 | 110 |
| Binary | 11111100 | 10000110 | 1110010 | 0 | 101111 | 110111 | 1 | 1001 | 1100000 | 1001000 |
Color Harmonies of #FC8672
Complementary color
Monochromatic Colors of #FC8672
Black with #FC8672
Text Example
Text Example
White with #FC8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8672; }
p { color: rgb(252,134,114); }
H1.HeaderClassName
{
color: #FC8672;
}
.AnyTagClassName
{
color: #FC8672;
}
</style>
background-color css
<style>
a { background-color: #FC8672; }
a { background-color: rgb(252,134,114); }
div.DivClassName
{
background-color: #FC8672;
}
.BgClassName
{
background-color: #FC8672;
}
</style>
border-color css
<style>
span { border-color: #FC8672; }
span { border-color: rgb(252,134,114); }
td.TdClassName
{
border-color: #FC8672;
}
.TagClassName
{
border-color: #FC8672;
}
</style>