#F97C76

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

Shades of Salmon #F97C76

Tints of Salmon #F97C76

Color information

#F97C76 (or 0xF97C76) is unknown color: approx Salmon. HEX triplet: F9, 7C and 76. RGB value is (249,124,118). Sum of RGB (Red+Green+Blue) = 249+124+118=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C76 is #068389. Grayscale: #A0A0A0. Windows color (decimal): -426890 or 7765241. OLE color: 7765241.

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

Color convert

RGB249124118-
CMYK00.500.530.02
HSL2.75º91.61%71.96%-
HSV(B)2.75º52.61%97.65%-
XYZ49.5435.8621.45-
YUV160.69103.91190.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=50.71%
G=25.25%
B=24.03%

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
Decimal24912411800.500.530.022.7591.6171.96
HexF97C7603235235c48
Octal3711741660626523134110
Binary11111001111110011101100110010110101101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C76; }

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

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

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

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

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

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

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

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