Shades of Salmon #FC806F
Tints of Salmon #FC806F
RGB
CMYK
RGB Variations
Color information
#FC806F (or 0xFC806F) is known color: Salmon. HEX triplet: FC, 80 and 6F. RGB value is (252,128,111). Sum of RGB (Red+Green+Blue) = 252+128+111=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC806F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC806F is #037F90. Grayscale: #A3A3A3. Windows color (decimal): -229265 or 7307516. OLE color: 7307516.
HSL color Cylindrical-coordinate representation of color #FC806F: hue angle of 7.23º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC806F is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 111 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.01 |
| HSL | 7.23º | 0.96% | 0.71% | - |
| HSV(B) | 7.23º | 0.56% | 0.99% | - |
| XYZ | 50.73 | 37.28 | 19.56 | - |
| YUV | 163.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 111 | 0 | 0.49 | 0.56 | 0.01 | 7.23 | 0.96 | 0.71 |
| Hex | FC | 80 | 6F | 0 | 31 | 38 | 1 | 7 | 60 | 47 |
| Octal | 374 | 200 | 157 | 0 | 61 | 70 | 1 | 7 | 140 | 107 |
| Binary | 11111100 | 10000000 | 1101111 | 0 | 110001 | 111000 | 1 | 111 | 1100000 | 1000111 |
Color Harmonies of #FC806F
Complementary color
Monochromatic Colors of #FC806F
Black with #FC806F
Text Example
Text Example
White with #FC806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC806F; }
p { color: rgb(252,128,111); }
H1.HeaderClassName
{
color: #FC806F;
}
.AnyTagClassName
{
color: #FC806F;
}
</style>
background-color css
<style>
a { background-color: #FC806F; }
a { background-color: rgb(252,128,111); }
div.DivClassName
{
background-color: #FC806F;
}
.BgClassName
{
background-color: #FC806F;
}
</style>
border-color css
<style>
span { border-color: #FC806F; }
span { border-color: rgb(252,128,111); }
td.TdClassName
{
border-color: #FC806F;
}
.TagClassName
{
border-color: #FC806F;
}
</style>