#F97D76

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

Shades of Salmon #F97D76

Tints of Salmon #F97D76

Color information

#F97D76 (or 0xF97D76) is unknown color: approx Salmon. HEX triplet: F9, 7D and 76. RGB value is (249,125,118). Sum of RGB (Red+Green+Blue) = 249+125+118=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97D76 is #068289. Grayscale: #A1A1A1. Windows color (decimal): -426634 or 7765497. OLE color: 7765497.

HSL color Cylindrical-coordinate representation of color #F97D76: hue angle of 3.21º degrees, saturation: 0.92, 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 #F97D76 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB249125118-
CMYK00.500.530.02
HSL3.21º91.61%71.96%-
HSV(B)3.21º52.61%97.65%-
XYZ49.6736.1121.49-
YUV161.28103.58190.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=50.61%
G=25.41%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912511800.500.530.023.2191.6171.96
HexF97D7603235235c48
Octal3711751660626523134110
Binary11111001111110111101100110010110101101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D76; }

 p { color: rgb(249,125,118); }

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

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

 a { background-color: rgb(249,125,118); }

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

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

 span { border-color: rgb(249,125,118); }

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