#FC8672

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

Shades of Salmon #FC8672

Tints of Salmon #FC8672

Color information

#FC8672 (or 0xFC8672) is unknown color: approx Salmon. HEX triplet: FC, 86 and 72. RGB value is (252,134,114). Sum of RGB (Red+Green+Blue) = 252+134+114=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8672 is #03798D. Grayscale: #A7A7A7. Windows color (decimal): -227726 or 7505660. OLE color: 7505660.

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

Color convert

RGB252134114-
CMYK00.470.550.01
HSL8.7º95.83%71.76%-
HSV(B)8.7º54.76%98.82%-
XYZ51.7138.9620.71-
YUV16798.09188.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=50.4%
G=26.8%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213411400.470.550.018.795.8371.76
HexFC867202F37196048
Octal37420616205767111140110
Binary1111110010000110111001001011111101111100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8672; }

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

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

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

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

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

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

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

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