#FA867D

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

Shades of Salmon #FA867D

Tints of Salmon #FA867D

Color information

#FA867D (or 0xFA867D) is unknown color: approx Salmon. HEX triplet: FA, 86 and 7D. RGB value is (250,134,125). Sum of RGB (Red+Green+Blue) = 250+134+125=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA867D is #057982. Grayscale: #A7A7A7. Windows color (decimal): -358787 or 8226554. OLE color: 8226554.

HSL color Cylindrical-coordinate representation of color #FA867D: hue angle of 4.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA867D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250134125-
CMYK00.460.500.02
HSL4.32º92.59%73.53%-
HSV(B)4.32º50%98.04%-
XYZ51.6538.8524.18-
YUV167.66103.93186.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=49.12%
G=26.33%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013412500.460.500.024.3292.5973.53
HexFA867D02E32245d4a
Octal3722061750566224135112
Binary1111101010000110111110101011101100101010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA867D; }

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

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

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

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

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

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

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

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