Shades of Salmon #FC7A67
Tints of Salmon #FC7A67
RGB
CMYK
RGB Variations
Color information
#FC7A67 (or 0xFC7A67) is known color: Salmon. HEX triplet: FC, 7A and 67. RGB value is (252,122,103). Sum of RGB (Red+Green+Blue) = 252+122+103=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A67 is #038598. Grayscale: #9E9E9E. Windows color (decimal): -230809 or 6781692. OLE color: 6781692.
HSL color Cylindrical-coordinate representation of color #FC7A67: hue angle of 7.65º 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 #FC7A67 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 103 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.01 |
| HSL | 7.65º | 0.96% | 0.7% | - |
| HSV(B) | 7.65º | 0.59% | 0.99% | - |
| XYZ | 49.55 | 35.59 | 17.09 | - |
| YUV | 158.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 103 | 0 | 0.52 | 0.59 | 0.01 | 7.65 | 0.96 | 0.7 |
| Hex | FC | 7A | 67 | 0 | 34 | 3B | 1 | 8 | 60 | 46 |
| Octal | 374 | 172 | 147 | 0 | 64 | 73 | 1 | 10 | 140 | 106 |
| Binary | 11111100 | 1111010 | 1100111 | 0 | 110100 | 111011 | 1 | 1000 | 1100000 | 1000110 |
Color Harmonies of #FC7A67
Complementary color
Monochromatic Colors of #FC7A67
Black with #FC7A67
Text Example
Text Example
White with #FC7A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A67; }
p { color: rgb(252,122,103); }
H1.HeaderClassName
{
color: #FC7A67;
}
.AnyTagClassName
{
color: #FC7A67;
}
</style>
background-color css
<style>
a { background-color: #FC7A67; }
a { background-color: rgb(252,122,103); }
div.DivClassName
{
background-color: #FC7A67;
}
.BgClassName
{
background-color: #FC7A67;
}
</style>
border-color css
<style>
span { border-color: #FC7A67; }
span { border-color: rgb(252,122,103); }
td.TdClassName
{
border-color: #FC7A67;
}
.TagClassName
{
border-color: #FC7A67;
}
</style>