Shades of Salmon #FC817C
Tints of Salmon #FC817C
RGB
CMYK
RGB Variations
Color information
#FC817C (or 0xFC817C) is known color: Salmon. HEX triplet: FC, 81 and 7C. RGB value is (252,129,124). Sum of RGB (Red+Green+Blue) = 252+129+124=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC817C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC817C is #037E83. Grayscale: #A5A5A5. Windows color (decimal): -228996 or 8159740. OLE color: 8159740.
HSL color Cylindrical-coordinate representation of color #FC817C: hue angle of 2.34º 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 #FC817C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 124 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.01 |
| HSL | 2.34º | 0.96% | 0.74% | - |
| HSV(B) | 2.34º | 0.51% | 0.99% | - |
| XYZ | 51.63 | 37.85 | 23.65 | - |
| YUV | 165.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 124 | 0 | 0.49 | 0.51 | 0.01 | 2.34 | 0.96 | 0.74 |
| Hex | FC | 81 | 7C | 0 | 31 | 33 | 1 | 2 | 60 | 4A |
| Octal | 374 | 201 | 174 | 0 | 61 | 63 | 1 | 2 | 140 | 112 |
| Binary | 11111100 | 10000001 | 1111100 | 0 | 110001 | 110011 | 1 | 10 | 1100000 | 1001010 |
Color Harmonies of #FC817C
Complementary color
Monochromatic Colors of #FC817C
Black with #FC817C
Text Example
Text Example
White with #FC817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC817C; }
p { color: rgb(252,129,124); }
H1.HeaderClassName
{
color: #FC817C;
}
.AnyTagClassName
{
color: #FC817C;
}
</style>
background-color css
<style>
a { background-color: #FC817C; }
a { background-color: rgb(252,129,124); }
div.DivClassName
{
background-color: #FC817C;
}
.BgClassName
{
background-color: #FC817C;
}
</style>
border-color css
<style>
span { border-color: #FC817C; }
span { border-color: rgb(252,129,124); }
td.TdClassName
{
border-color: #FC817C;
}
.TagClassName
{
border-color: #FC817C;
}
</style>