Shades of Salmon #FC807A
Tints of Salmon #FC807A
RGB
CMYK
RGB Variations
Color information
#FC807A (or 0xFC807A) is known color: Salmon. HEX triplet: FC, 80 and 7A. RGB value is (252,128,122). Sum of RGB (Red+Green+Blue) = 252+128+122=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC807A is #037F85. Grayscale: #A4A4A4. Windows color (decimal): -229254 or 8028412. OLE color: 8028412.
HSL color Cylindrical-coordinate representation of color #FC807A: hue angle of 2.77º 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 #FC807A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 122 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.01 |
| HSL | 2.77º | 0.96% | 0.73% | - |
| HSV(B) | 2.77º | 0.52% | 0.99% | - |
| XYZ | 51.38 | 37.54 | 22.95 | - |
| YUV | 164.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 122 | 0 | 0.49 | 0.52 | 0.01 | 2.77 | 0.96 | 0.73 |
| Hex | FC | 80 | 7A | 0 | 31 | 34 | 1 | 3 | 60 | 49 |
| Octal | 374 | 200 | 172 | 0 | 61 | 64 | 1 | 3 | 140 | 111 |
| Binary | 11111100 | 10000000 | 1111010 | 0 | 110001 | 110100 | 1 | 11 | 1100000 | 1001001 |
Color Harmonies of #FC807A
Complementary color
Monochromatic Colors of #FC807A
Black with #FC807A
Text Example
Text Example
White with #FC807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC807A; }
p { color: rgb(252,128,122); }
H1.HeaderClassName
{
color: #FC807A;
}
.AnyTagClassName
{
color: #FC807A;
}
</style>
background-color css
<style>
a { background-color: #FC807A; }
a { background-color: rgb(252,128,122); }
div.DivClassName
{
background-color: #FC807A;
}
.BgClassName
{
background-color: #FC807A;
}
</style>
border-color css
<style>
span { border-color: #FC807A; }
span { border-color: rgb(252,128,122); }
td.TdClassName
{
border-color: #FC807A;
}
.TagClassName
{
border-color: #FC807A;
}
</style>