#FC8170

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

Shades of Salmon #FC8170

Tints of Salmon #FC8170

Color information

#FC8170 (or 0xFC8170) is unknown color: approx Salmon. HEX triplet: FC, 81 and 70. RGB value is (252,129,112). Sum of RGB (Red+Green+Blue) = 252+129+112=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8170 is #037E8F. Grayscale: #A4A4A4. Windows color (decimal): -229008 or 7373308. OLE color: 7373308.

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

Color convert

RGB252129112-
CMYK00.490.560.01
HSL7.29º95.89%71.37%-
HSV(B)7.29º55.56%98.82%-
XYZ50.9237.5719.9-
YUV163.8498.75190.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=51.12%
G=26.17%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212911200.490.560.017.2995.8971.37
HexFC817003138176047
Octal3742011600617017140107
Binary111111001000000111100000110001111000111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8170; }

 p { color: rgb(252,129,112); }

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

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

 a { background-color: rgb(252,129,112); }

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

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

 span { border-color: rgb(252,129,112); }

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