#FA8479

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

Shades of Salmon #FA8479

Tints of Salmon #FA8479

Color information

#FA8479 (or 0xFA8479) is unknown color: approx Salmon. HEX triplet: FA, 84 and 79. RGB value is (250,132,121). Sum of RGB (Red+Green+Blue) = 250+132+121=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8479 is #057B86. Grayscale: #A6A6A6. Windows color (decimal): -359303 or 7963898. OLE color: 7963898.

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

Color convert

RGB250132121-
CMYK00.470.520.02
HSL5.12º92.81%72.75%-
HSV(B)5.12º51.6%98.04%-
XYZ51.1338.2122.77-
YUV166.03102.59187.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=49.70%
G=26.24%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013212100.470.520.025.1292.8172.75
HexFA847902F34255d49
Octal3722041710576425135111
Binary1111101010000100111100101011111101001010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8479; }

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

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

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

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

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

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

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

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