Shades of Salmon #FC7D67
Tints of Salmon #FC7D67
RGB
CMYK
RGB Variations
Color information
#FC7D67 (or 0xFC7D67) is known color: Salmon. HEX triplet: FC, 7D and 67. RGB value is (252,125,103). Sum of RGB (Red+Green+Blue) = 252+125+103=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D67 is #038298. Grayscale: #A0A0A0. Windows color (decimal): -230041 or 6782460. OLE color: 6782460.
HSL color Cylindrical-coordinate representation of color #FC7D67: hue angle of 8.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC7D67 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 103 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.01 |
| HSL | 8.86º | 0.96% | 0.7% | - |
| HSV(B) | 8.86º | 0.59% | 0.99% | - |
| XYZ | 49.93 | 36.34 | 17.22 | - |
| YUV | 160.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 103 | 0 | 0.50 | 0.59 | 0.01 | 8.86 | 0.96 | 0.7 |
| Hex | FC | 7D | 67 | 0 | 32 | 3B | 1 | 9 | 60 | 46 |
| Octal | 374 | 175 | 147 | 0 | 62 | 73 | 1 | 11 | 140 | 106 |
| Binary | 11111100 | 1111101 | 1100111 | 0 | 110010 | 111011 | 1 | 1001 | 1100000 | 1000110 |
Color Harmonies of #FC7D67
Complementary color
Monochromatic Colors of #FC7D67
Black with #FC7D67
Text Example
Text Example
White with #FC7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D67; }
p { color: rgb(252,125,103); }
H1.HeaderClassName
{
color: #FC7D67;
}
.AnyTagClassName
{
color: #FC7D67;
}
</style>
background-color css
<style>
a { background-color: #FC7D67; }
a { background-color: rgb(252,125,103); }
div.DivClassName
{
background-color: #FC7D67;
}
.BgClassName
{
background-color: #FC7D67;
}
</style>
border-color css
<style>
span { border-color: #FC7D67; }
span { border-color: rgb(252,125,103); }
td.TdClassName
{
border-color: #FC7D67;
}
.TagClassName
{
border-color: #FC7D67;
}
</style>