#F97C72

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

Shades of Salmon #F97C72

Tints of Salmon #F97C72

Color information

#F97C72 (or 0xF97C72) is unknown color: approx Salmon. HEX triplet: F9, 7C and 72. RGB value is (249,124,114). Sum of RGB (Red+Green+Blue) = 249+124+114=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C72 is #06838D. Grayscale: #A0A0A0. Windows color (decimal): -426894 or 7503097. OLE color: 7503097.

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

Color convert

RGB249124114-
CMYK00.500.540.02
HSL4.44º91.84%71.18%-
HSV(B)4.44º54.22%97.65%-
XYZ49.3135.7720.22-
YUV160.23101.91191.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.13%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=51.13%
G=25.46%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912411400.500.540.024.4491.8471.18
HexF97C7203236245c47
Octal3711741620626624134107
Binary111110011111100111001001100101101101010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C72; }

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

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

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

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

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

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

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

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