#F97E6F

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

Shades of Salmon #F97E6F

Tints of Salmon #F97E6F

Color information

#F97E6F (or 0xF97E6F) is unknown color: approx Salmon. HEX triplet: F9, 7E and 6F. RGB value is (249,126,111). Sum of RGB (Red+Green+Blue) = 249+126+111=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97E6F is #068190. Grayscale: #A1A1A1. Windows color (decimal): -426385 or 7307001. OLE color: 7307001.

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

Color convert

RGB249126111-
CMYK00.490.550.02
HSL6.52º92%70.59%-
HSV(B)6.52º55.42%97.65%-
XYZ49.436.2119.42-
YUV161.0799.75190.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.23%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=51.23%
G=25.93%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912611100.490.550.026.529270.59
HexF97E6F03137275c47
Octal3711761570616727134107
Binary111110011111110110111101100011101111011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E6F; }

 p { color: rgb(249,126,111); }

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

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

 a { background-color: rgb(249,126,111); }

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

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

 span { border-color: rgb(249,126,111); }

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