Shades of Salmon #FC8467
Tints of Salmon #FC8467
RGB
CMYK
RGB Variations
Color information
#FC8467 (or 0xFC8467) is known color: Salmon. HEX triplet: FC, 84 and 67. RGB value is (252,132,103). Sum of RGB (Red+Green+Blue) = 252+132+103=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8467 is #037B98. Grayscale: #A4A4A4. Windows color (decimal): -228249 or 6784252. OLE color: 6784252.
HSL color Cylindrical-coordinate representation of color #FC8467: hue angle of 11.68º 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 #FC8467 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 103 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.01 |
| HSL | 11.68º | 0.96% | 0.7% | - |
| HSV(B) | 11.68º | 0.59% | 0.99% | - |
| XYZ | 50.84 | 38.18 | 17.52 | - |
| YUV | 164.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 103 | 0 | 0.48 | 0.59 | 0.01 | 11.68 | 0.96 | 0.7 |
| Hex | FC | 84 | 67 | 0 | 30 | 3B | 1 | C | 60 | 46 |
| Octal | 374 | 204 | 147 | 0 | 60 | 73 | 1 | 14 | 140 | 106 |
| Binary | 11111100 | 10000100 | 1100111 | 0 | 110000 | 111011 | 1 | 1100 | 1100000 | 1000110 |
Color Harmonies of #FC8467
Complementary color
Monochromatic Colors of #FC8467
Black with #FC8467
Text Example
Text Example
White with #FC8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8467; }
p { color: rgb(252,132,103); }
H1.HeaderClassName
{
color: #FC8467;
}
.AnyTagClassName
{
color: #FC8467;
}
</style>
background-color css
<style>
a { background-color: #FC8467; }
a { background-color: rgb(252,132,103); }
div.DivClassName
{
background-color: #FC8467;
}
.BgClassName
{
background-color: #FC8467;
}
</style>
border-color css
<style>
span { border-color: #FC8467; }
span { border-color: rgb(252,132,103); }
td.TdClassName
{
border-color: #FC8467;
}
.TagClassName
{
border-color: #FC8467;
}
</style>