Shades of Salmon #FC8067
Tints of Salmon #FC8067
RGB
CMYK
RGB Variations
Color information
#FC8067 (or 0xFC8067) is known color: Salmon. HEX triplet: FC, 80 and 67. RGB value is (252,128,103). Sum of RGB (Red+Green+Blue) = 252+128+103=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8067 is #037F98. Grayscale: #A2A2A2. Windows color (decimal): -229273 or 6783228. OLE color: 6783228.
HSL color Cylindrical-coordinate representation of color #FC8067: hue angle of 10.07º 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 #FC8067 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 103 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.01 |
| HSL | 10.07º | 0.96% | 0.7% | - |
| HSV(B) | 10.07º | 0.59% | 0.99% | - |
| XYZ | 50.31 | 37.11 | 17.34 | - |
| YUV | 162.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 103 | 0 | 0.49 | 0.59 | 0.01 | 10.07 | 0.96 | 0.7 |
| Hex | FC | 80 | 67 | 0 | 31 | 3B | 1 | A | 60 | 46 |
| Octal | 374 | 200 | 147 | 0 | 61 | 73 | 1 | 12 | 140 | 106 |
| Binary | 11111100 | 10000000 | 1100111 | 0 | 110001 | 111011 | 1 | 1010 | 1100000 | 1000110 |
Color Harmonies of #FC8067
Complementary color
Monochromatic Colors of #FC8067
Black with #FC8067
Text Example
Text Example
White with #FC8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8067; }
p { color: rgb(252,128,103); }
H1.HeaderClassName
{
color: #FC8067;
}
.AnyTagClassName
{
color: #FC8067;
}
</style>
background-color css
<style>
a { background-color: #FC8067; }
a { background-color: rgb(252,128,103); }
div.DivClassName
{
background-color: #FC8067;
}
.BgClassName
{
background-color: #FC8067;
}
</style>
border-color css
<style>
span { border-color: #FC8067; }
span { border-color: rgb(252,128,103); }
td.TdClassName
{
border-color: #FC8067;
}
.TagClassName
{
border-color: #FC8067;
}
</style>