Shades of Salmon #FC827A
Tints of Salmon #FC827A
RGB
CMYK
RGB Variations
Color information
#FC827A (or 0xFC827A) is known color: Salmon. HEX triplet: FC, 82 and 7A. RGB value is (252,130,122). Sum of RGB (Red+Green+Blue) = 252+130+122=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC827A is #037D85. Grayscale: #A5A5A5. Windows color (decimal): -228742 or 8028924. OLE color: 8028924.
HSL color Cylindrical-coordinate representation of color #FC827A: hue angle of 3.69º 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 #FC827A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 122 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.01 |
| HSL | 3.69º | 0.96% | 0.73% | - |
| HSV(B) | 3.69º | 0.52% | 0.99% | - |
| XYZ | 51.64 | 38.07 | 23.04 | - |
| YUV | 165.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 122 | 0 | 0.48 | 0.52 | 0.01 | 3.69 | 0.96 | 0.73 |
| Hex | FC | 82 | 7A | 0 | 30 | 34 | 1 | 4 | 60 | 49 |
| Octal | 374 | 202 | 172 | 0 | 60 | 64 | 1 | 4 | 140 | 111 |
| Binary | 11111100 | 10000010 | 1111010 | 0 | 110000 | 110100 | 1 | 100 | 1100000 | 1001001 |
Color Harmonies of #FC827A
Complementary color
Monochromatic Colors of #FC827A
Black with #FC827A
Text Example
Text Example
White with #FC827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC827A; }
p { color: rgb(252,130,122); }
H1.HeaderClassName
{
color: #FC827A;
}
.AnyTagClassName
{
color: #FC827A;
}
</style>
background-color css
<style>
a { background-color: #FC827A; }
a { background-color: rgb(252,130,122); }
div.DivClassName
{
background-color: #FC827A;
}
.BgClassName
{
background-color: #FC827A;
}
</style>
border-color css
<style>
span { border-color: #FC827A; }
span { border-color: rgb(252,130,122); }
td.TdClassName
{
border-color: #FC827A;
}
.TagClassName
{
border-color: #FC827A;
}
</style>