Shades of Salmon #FC826C
Tints of Salmon #FC826C
RGB
CMYK
RGB Variations
Color information
#FC826C (or 0xFC826C) is known color: Salmon. HEX triplet: FC, 82 and 6C. RGB value is (252,130,108). Sum of RGB (Red+Green+Blue) = 252+130+108=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC826C is #037D93. Grayscale: #A4A4A4. Windows color (decimal): -228756 or 7111420. OLE color: 7111420.
HSL color Cylindrical-coordinate representation of color #FC826C: hue angle of 9.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC826C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 108 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.01 |
| HSL | 9.17º | 0.96% | 0.71% | - |
| HSV(B) | 9.17º | 0.57% | 0.99% | - |
| XYZ | 50.83 | 37.74 | 18.79 | - |
| YUV | 163.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 108 | 0 | 0.48 | 0.57 | 0.01 | 9.17 | 0.96 | 0.71 |
| Hex | FC | 82 | 6C | 0 | 30 | 39 | 1 | 9 | 60 | 47 |
| Octal | 374 | 202 | 154 | 0 | 60 | 71 | 1 | 11 | 140 | 107 |
| Binary | 11111100 | 10000010 | 1101100 | 0 | 110000 | 111001 | 1 | 1001 | 1100000 | 1000111 |
Color Harmonies of #FC826C
Complementary color
Monochromatic Colors of #FC826C
Black with #FC826C
Text Example
Text Example
White with #FC826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC826C; }
p { color: rgb(252,130,108); }
H1.HeaderClassName
{
color: #FC826C;
}
.AnyTagClassName
{
color: #FC826C;
}
</style>
background-color css
<style>
a { background-color: #FC826C; }
a { background-color: rgb(252,130,108); }
div.DivClassName
{
background-color: #FC826C;
}
.BgClassName
{
background-color: #FC826C;
}
</style>
border-color css
<style>
span { border-color: #FC826C; }
span { border-color: rgb(252,130,108); }
td.TdClassName
{
border-color: #FC826C;
}
.TagClassName
{
border-color: #FC826C;
}
</style>