Shades of Salmon #FC8078
Tints of Salmon #FC8078
RGB
CMYK
RGB Variations
Color information
#FC8078 (or 0xFC8078) is known color: Salmon. HEX triplet: FC, 80 and 78. RGB value is (252,128,120). Sum of RGB (Red+Green+Blue) = 252+128+120=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8078 is #037F87. Grayscale: #A4A4A4. Windows color (decimal): -229256 or 7897340. OLE color: 7897340.
HSL color Cylindrical-coordinate representation of color #FC8078: hue angle of 3.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC8078 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 120 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.01 |
| HSL | 3.64º | 0.96% | 0.73% | - |
| HSV(B) | 3.64º | 0.52% | 0.99% | - |
| XYZ | 51.25 | 37.49 | 22.3 | - |
| YUV | 164.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 120 | 0 | 0.49 | 0.52 | 0.01 | 3.64 | 0.96 | 0.73 |
| Hex | FC | 80 | 78 | 0 | 31 | 34 | 1 | 4 | 60 | 49 |
| Octal | 374 | 200 | 170 | 0 | 61 | 64 | 1 | 4 | 140 | 111 |
| Binary | 11111100 | 10000000 | 1111000 | 0 | 110001 | 110100 | 1 | 100 | 1100000 | 1001001 |
Color Harmonies of #FC8078
Complementary color
Monochromatic Colors of #FC8078
Black with #FC8078
Text Example
Text Example
White with #FC8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8078; }
p { color: rgb(252,128,120); }
H1.HeaderClassName
{
color: #FC8078;
}
.AnyTagClassName
{
color: #FC8078;
}
</style>
background-color css
<style>
a { background-color: #FC8078; }
a { background-color: rgb(252,128,120); }
div.DivClassName
{
background-color: #FC8078;
}
.BgClassName
{
background-color: #FC8078;
}
</style>
border-color css
<style>
span { border-color: #FC8078; }
span { border-color: rgb(252,128,120); }
td.TdClassName
{
border-color: #FC8078;
}
.TagClassName
{
border-color: #FC8078;
}
</style>