#FA8D70

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

Shades of Salmon #FA8D70

Tints of Salmon #FA8D70

Color information

#FA8D70 (or 0xFA8D70) is unknown color: approx Salmon. HEX triplet: FA, 8D and 70. RGB value is (250,141,112). Sum of RGB (Red+Green+Blue) = 250+141+112=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D70 is #05728F. Grayscale: #AAAAAA. Windows color (decimal): -357008 or 7376378. OLE color: 7376378.

HSL color Cylindrical-coordinate representation of color #FA8D70: hue angle of 12.61º 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 #FA8D70 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250141112-
CMYK00.440.550.02
HSL12.61º93.24%70.98%-
HSV(B)12.61º55.2%98.04%-
XYZ51.8740.5420.42-
YUV170.2895.11184.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=49.70%
G=28.03%
B=22.27%

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
Decimal25014111200.440.550.0212.6193.2470.98
HexFA8D7002C372d5d47
Octal37221516005467215135107
Binary11111010100011011110000010110011011110110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D70; }

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

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

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

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

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

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

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

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