#FC7873

Color #FC7873 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FC7873

Tints of Salmon #FC7873

Color information

#FC7873 (or 0xFC7873) is unknown color: approx Salmon. HEX triplet: FC, 78 and 73. RGB value is (252,120,115). Sum of RGB (Red+Green+Blue) = 252+120+115=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7873 is #03878C. Grayscale: #9F9F9F. Windows color (decimal): -231309 or 7567612. OLE color: 7567612.

HSL color Cylindrical-coordinate representation of color #FC7873: hue angle of 2.19º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC7873 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252120115-
CMYK00.520.540.01
HSL2.19º95.8%71.96%-
HSV(B)2.19º54.37%98.82%-
XYZ49.9635.3720.41-
YUV158.9103.23194.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 51.75%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 115 (45.31% from 255) = 23.61%
R=51.75%
G=24.64%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212011500.520.540.012.1995.871.96
HexFC787303436126048
Octal3741701630646612140110
Binary1111110011110001110011011010011011011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7873; }

 p { color: rgb(252,120,115); }

 H1.HeaderClassName
 {
   color: #FC7873;
 }
 .AnyTagClassName
 {
   color: #FC7873;
 }
</style>
background-color css

<style>
 a { background-color: #FC7873; }

 a { background-color: rgb(252,120,115); }

 div.DivClassName
 {
   background-color: #FC7873;
 }
 .BgClassName
 {
   background-color: #FC7873;
 }
</style>
border-color css

<style>
 span { border-color: #FC7873; }

 span { border-color: rgb(252,120,115); }

 td.TdClassName
 {
   border-color: #FC7873;
 }
 .TagClassName
 {
   border-color: #FC7873;
 }
</style>