#FC867D

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

Shades of Salmon #FC867D

Tints of Salmon #FC867D

Color information

#FC867D (or 0xFC867D) is unknown color: approx Salmon. HEX triplet: FC, 86 and 7D. RGB value is (252,134,125). Sum of RGB (Red+Green+Blue) = 252+134+125=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC867D is #037982. Grayscale: #A8A8A8. Windows color (decimal): -227715 or 8226556. OLE color: 8226556.

HSL color Cylindrical-coordinate representation of color #FC867D: hue angle of 4.25º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC867D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252134125-
CMYK00.470.500.01
HSL4.25º95.49%73.92%-
HSV(B)4.25º50.4%98.82%-
XYZ52.3739.2324.21-
YUV168.26103.59187.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=49.32%
G=26.22%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213412500.470.500.014.2595.4973.92
HexFC867D02F32145f4a
Octal3742061750576214137112
Binary111111001000011011111010101111110010110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC867D; }

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

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

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

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

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

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

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

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