#FA8476

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

Shades of Salmon #FA8476

Tints of Salmon #FA8476

Color information

#FA8476 (or 0xFA8476) is unknown color: approx Salmon. HEX triplet: FA, 84 and 76. RGB value is (250,132,118). Sum of RGB (Red+Green+Blue) = 250+132+118=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8476 is #057B89. Grayscale: #A5A5A5. Windows color (decimal): -359306 or 7767290. OLE color: 7767290.

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

Color convert

RGB250132118-
CMYK00.470.530.02
HSL6.36º92.96%72.16%-
HSV(B)6.36º52.8%98.04%-
XYZ50.9538.1321.82-
YUV165.69101.09188.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=50%
G=26.4%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013211800.470.530.026.3692.9672.16
HexFA847602F35265d48
Octal3722041660576526135110
Binary1111101010000100111011001011111101011011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8476; }

 p { color: rgb(250,132,118); }

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

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

 a { background-color: rgb(250,132,118); }

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

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

 span { border-color: rgb(250,132,118); }

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