#FA7E6C

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

Shades of Salmon #FA7E6C

Tints of Salmon #FA7E6C

Color information

#FA7E6C (or 0xFA7E6C) is unknown color: approx Salmon. HEX triplet: FA, 7E and 6C. RGB value is (250,126,108). Sum of RGB (Red+Green+Blue) = 250+126+108=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E6C is #058193. Grayscale: #A1A1A1. Windows color (decimal): -360852 or 7110394. OLE color: 7110394.

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

Color convert

RGB250126108-
CMYK00.500.570.02
HSL7.61º93.42%70.2%-
HSV(B)7.61º56.8%98.04%-
XYZ49.5936.3318.59-
YUV161.0298.08191.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.65%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=51.65%
G=26.03%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012610800.500.570.027.6193.4270.2
HexFA7E6C03239285d46
Octal37217615406271210135106
Binary1111101011111101101100011001011100110100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E6C; }

 p { color: rgb(250,126,108); }

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

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

 a { background-color: rgb(250,126,108); }

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

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

 span { border-color: rgb(250,126,108); }

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