Shades of Salmon #FC7E67
Tints of Salmon #FC7E67
RGB
CMYK
RGB Variations
Color information
#FC7E67 (or 0xFC7E67) is known color: Salmon. HEX triplet: FC, 7E and 67. RGB value is (252,126,103). Sum of RGB (Red+Green+Blue) = 252+126+103=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E67 is #038198. Grayscale: #A1A1A1. Windows color (decimal): -229785 or 6782716. OLE color: 6782716.
HSL color Cylindrical-coordinate representation of color #FC7E67: hue angle of 9.26º 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 #FC7E67 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 103 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.01 |
| HSL | 9.26º | 0.96% | 0.7% | - |
| HSV(B) | 9.26º | 0.59% | 0.99% | - |
| XYZ | 50.05 | 36.6 | 17.26 | - |
| YUV | 161.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 103 | 0 | 0.5 | 0.59 | 0.01 | 9.26 | 0.96 | 0.7 |
| Hex | FC | 7E | 67 | 0 | 32 | 3B | 1 | 9 | 60 | 46 |
| Octal | 374 | 176 | 147 | 0 | 62 | 73 | 1 | 11 | 140 | 106 |
| Binary | 11111100 | 1111110 | 1100111 | 0 | 110010 | 111011 | 1 | 1001 | 1100000 | 1000110 |
Color Harmonies of #FC7E67
Complementary color
Monochromatic Colors of #FC7E67
Black with #FC7E67
Text Example
Text Example
White with #FC7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E67; }
p { color: rgb(252,126,103); }
H1.HeaderClassName
{
color: #FC7E67;
}
.AnyTagClassName
{
color: #FC7E67;
}
</style>
background-color css
<style>
a { background-color: #FC7E67; }
a { background-color: rgb(252,126,103); }
div.DivClassName
{
background-color: #FC7E67;
}
.BgClassName
{
background-color: #FC7E67;
}
</style>
border-color css
<style>
span { border-color: #FC7E67; }
span { border-color: rgb(252,126,103); }
td.TdClassName
{
border-color: #FC7E67;
}
.TagClassName
{
border-color: #FC7E67;
}
</style>