#FC8674

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

Shades of Salmon #FC8674

Tints of Salmon #FC8674

Color information

#FC8674 (or 0xFC8674) is unknown color: approx Salmon. HEX triplet: FC, 86 and 74. RGB value is (252,134,116). Sum of RGB (Red+Green+Blue) = 252+134+116=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8674 is #03798B. Grayscale: #A7A7A7. Windows color (decimal): -227724 or 7636732. OLE color: 7636732.

HSL color Cylindrical-coordinate representation of color #FC8674: hue angle of 7.94º 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 #FC8674 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252134116-
CMYK00.470.540.01
HSL7.94º95.77%72.16%-
HSV(B)7.94º53.97%98.82%-
XYZ51.8239.0121.32-
YUV167.2399.09188.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 116 (45.70% from 255) = 23.11%
R=50.20%
G=26.69%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213411600.470.540.017.9495.7772.16
HexFC867402F36186048
Octal37420616405766110140110
Binary1111110010000110111010001011111101101100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8674; }

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

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

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

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

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

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

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

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