#FC8677

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

Shades of Salmon #FC8677

Tints of Salmon #FC8677

Color information

#FC8677 (or 0xFC8677) is unknown color: approx Salmon. HEX triplet: FC, 86 and 77. RGB value is (252,134,119). Sum of RGB (Red+Green+Blue) = 252+134+119=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8677 is #037988. Grayscale: #A7A7A7. Windows color (decimal): -227721 or 7833340. OLE color: 7833340.

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

Color convert

RGB252134119-
CMYK00.470.530.01
HSL6.77º95.68%72.75%-
HSV(B)6.77º52.78%98.82%-
XYZ5239.0822.25-
YUV167.57100.59188.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=49.90%
G=26.53%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213411900.470.530.016.7795.6872.75
HexFC867702F35176049
Octal3742061670576517140111
Binary111111001000011011101110101111110101111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8677; }

 p { color: rgb(252,134,119); }

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

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

 a { background-color: rgb(252,134,119); }

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

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

 span { border-color: rgb(252,134,119); }

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