Shades of Salmon #FC817A
Tints of Salmon #FC817A
RGB
CMYK
RGB Variations
Color information
#FC817A (or 0xFC817A) is known color: Salmon. HEX triplet: FC, 81 and 7A. RGB value is (252,129,122). Sum of RGB (Red+Green+Blue) = 252+129+122=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC817A is #037E85. Grayscale: #A5A5A5. Windows color (decimal): -228998 or 8028668. OLE color: 8028668.
HSL color Cylindrical-coordinate representation of color #FC817A: hue angle of 3.23º 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 #FC817A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 122 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.01 |
| HSL | 3.23º | 0.96% | 0.73% | - |
| HSV(B) | 3.23º | 0.52% | 0.99% | - |
| XYZ | 51.51 | 37.8 | 22.99 | - |
| YUV | 164.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 122 | 0 | 0.49 | 0.52 | 0.01 | 3.23 | 0.96 | 0.73 |
| Hex | FC | 81 | 7A | 0 | 31 | 34 | 1 | 3 | 60 | 49 |
| Octal | 374 | 201 | 172 | 0 | 61 | 64 | 1 | 3 | 140 | 111 |
| Binary | 11111100 | 10000001 | 1111010 | 0 | 110001 | 110100 | 1 | 11 | 1100000 | 1001001 |
Color Harmonies of #FC817A
Complementary color
Monochromatic Colors of #FC817A
Black with #FC817A
Text Example
Text Example
White with #FC817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC817A; }
p { color: rgb(252,129,122); }
H1.HeaderClassName
{
color: #FC817A;
}
.AnyTagClassName
{
color: #FC817A;
}
</style>
background-color css
<style>
a { background-color: #FC817A; }
a { background-color: rgb(252,129,122); }
div.DivClassName
{
background-color: #FC817A;
}
.BgClassName
{
background-color: #FC817A;
}
</style>
border-color css
<style>
span { border-color: #FC817A; }
span { border-color: rgb(252,129,122); }
td.TdClassName
{
border-color: #FC817A;
}
.TagClassName
{
border-color: #FC817A;
}
</style>