Shades of Salmon #FC816F
Tints of Salmon #FC816F
RGB
CMYK
RGB Variations
Color information
#FC816F (or 0xFC816F) is known color: Salmon. HEX triplet: FC, 81 and 6F. RGB value is (252,129,111). Sum of RGB (Red+Green+Blue) = 252+129+111=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC816F is #037E90. Grayscale: #A3A3A3. Windows color (decimal): -229009 or 7307772. OLE color: 7307772.
HSL color Cylindrical-coordinate representation of color #FC816F: hue angle of 7.66º 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 #FC816F is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 111 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.01 |
| HSL | 7.66º | 0.96% | 0.71% | - |
| HSV(B) | 7.66º | 0.56% | 0.99% | - |
| XYZ | 50.86 | 37.54 | 19.6 | - |
| YUV | 163.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 111 | 0 | 0.49 | 0.56 | 0.01 | 7.66 | 0.96 | 0.71 |
| Hex | FC | 81 | 6F | 0 | 31 | 38 | 1 | 8 | 60 | 47 |
| Octal | 374 | 201 | 157 | 0 | 61 | 70 | 1 | 10 | 140 | 107 |
| Binary | 11111100 | 10000001 | 1101111 | 0 | 110001 | 111000 | 1 | 1000 | 1100000 | 1000111 |
Color Harmonies of #FC816F
Complementary color
Monochromatic Colors of #FC816F
Black with #FC816F
Text Example
Text Example
White with #FC816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC816F; }
p { color: rgb(252,129,111); }
H1.HeaderClassName
{
color: #FC816F;
}
.AnyTagClassName
{
color: #FC816F;
}
</style>
background-color css
<style>
a { background-color: #FC816F; }
a { background-color: rgb(252,129,111); }
div.DivClassName
{
background-color: #FC816F;
}
.BgClassName
{
background-color: #FC816F;
}
</style>
border-color css
<style>
span { border-color: #FC816F; }
span { border-color: rgb(252,129,111); }
td.TdClassName
{
border-color: #FC816F;
}
.TagClassName
{
border-color: #FC816F;
}
</style>