Shades of Salmon #FC807C
Tints of Salmon #FC807C
RGB
CMYK
RGB Variations
Color information
#FC807C (or 0xFC807C) is known color: Salmon. HEX triplet: FC, 80 and 7C. RGB value is (252,128,124). Sum of RGB (Red+Green+Blue) = 252+128+124=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC807C is #037F83. Grayscale: #A4A4A4. Windows color (decimal): -229252 or 8159484. OLE color: 8159484.
HSL color Cylindrical-coordinate representation of color #FC807C: hue angle of 1.88º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC807C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 124 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.01 |
| HSL | 1.88º | 0.96% | 0.74% | - |
| HSV(B) | 1.88º | 0.51% | 0.99% | - |
| XYZ | 51.5 | 37.59 | 23.61 | - |
| YUV | 164.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 124 | 0 | 0.49 | 0.51 | 0.01 | 1.88 | 0.96 | 0.74 |
| Hex | FC | 80 | 7C | 0 | 31 | 33 | 1 | 2 | 60 | 4A |
| Octal | 374 | 200 | 174 | 0 | 61 | 63 | 1 | 2 | 140 | 112 |
| Binary | 11111100 | 10000000 | 1111100 | 0 | 110001 | 110011 | 1 | 10 | 1100000 | 1001010 |
Color Harmonies of #FC807C
Complementary color
Monochromatic Colors of #FC807C
Black with #FC807C
Text Example
Text Example
White with #FC807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC807C; }
p { color: rgb(252,128,124); }
H1.HeaderClassName
{
color: #FC807C;
}
.AnyTagClassName
{
color: #FC807C;
}
</style>
background-color css
<style>
a { background-color: #FC807C; }
a { background-color: rgb(252,128,124); }
div.DivClassName
{
background-color: #FC807C;
}
.BgClassName
{
background-color: #FC807C;
}
</style>
border-color css
<style>
span { border-color: #FC807C; }
span { border-color: rgb(252,128,124); }
td.TdClassName
{
border-color: #FC807C;
}
.TagClassName
{
border-color: #FC807C;
}
</style>