Shades of Salmon #FC7967
Tints of Salmon #FC7967
RGB
CMYK
RGB Variations
Color information
#FC7967 (or 0xFC7967) is known color: Salmon. HEX triplet: FC, 79 and 67. RGB value is (252,121,103). Sum of RGB (Red+Green+Blue) = 252+121+103=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7967 is #038698. Grayscale: #9E9E9E. Windows color (decimal): -231065 or 6781436. OLE color: 6781436.
HSL color Cylindrical-coordinate representation of color #FC7967: hue angle of 7.25º 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 #FC7967 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 103 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.01 |
| HSL | 7.25º | 0.96% | 0.7% | - |
| HSV(B) | 7.25º | 0.59% | 0.99% | - |
| XYZ | 49.43 | 35.35 | 17.05 | - |
| YUV | 158.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 103 | 0 | 0.52 | 0.59 | 0.01 | 7.25 | 0.96 | 0.7 |
| Hex | FC | 79 | 67 | 0 | 34 | 3B | 1 | 7 | 60 | 46 |
| Octal | 374 | 171 | 147 | 0 | 64 | 73 | 1 | 7 | 140 | 106 |
| Binary | 11111100 | 1111001 | 1100111 | 0 | 110100 | 111011 | 1 | 111 | 1100000 | 1000110 |
Color Harmonies of #FC7967
Complementary color
Monochromatic Colors of #FC7967
Black with #FC7967
Text Example
Text Example
White with #FC7967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7967; }
p { color: rgb(252,121,103); }
H1.HeaderClassName
{
color: #FC7967;
}
.AnyTagClassName
{
color: #FC7967;
}
</style>
background-color css
<style>
a { background-color: #FC7967; }
a { background-color: rgb(252,121,103); }
div.DivClassName
{
background-color: #FC7967;
}
.BgClassName
{
background-color: #FC7967;
}
</style>
border-color css
<style>
span { border-color: #FC7967; }
span { border-color: rgb(252,121,103); }
td.TdClassName
{
border-color: #FC7967;
}
.TagClassName
{
border-color: #FC7967;
}
</style>