#FA8C70

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

Shades of Salmon #FA8C70

Tints of Salmon #FA8C70

Color information

#FA8C70 (or 0xFA8C70) is unknown color: approx Salmon. HEX triplet: FA, 8C and 70. RGB value is (250,140,112). Sum of RGB (Red+Green+Blue) = 250+140+112=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C70 is #05738F. Grayscale: #A9A9A9. Windows color (decimal): -357264 or 7376122. OLE color: 7376122.

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

Color convert

RGB250140112-
CMYK00.440.550.02
HSL12.17º93.24%70.98%-
HSV(B)12.17º55.2%98.04%-
XYZ51.7340.2520.37-
YUV169.795.44185.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.80%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=49.80%
G=27.89%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014011200.440.550.0212.1793.2470.98
HexFA8C7002C372c5d47
Octal37221416005467214135107
Binary11111010100011001110000010110011011110110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C70; }

 p { color: rgb(250,140,112); }

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

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

 a { background-color: rgb(250,140,112); }

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

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

 span { border-color: rgb(250,140,112); }

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