#f97372

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

Shades of Salmon #F97372

Tints of Salmon #F97372

Color information

#F97372 (or 0xF97372) is unknown color: approx Salmon. HEX triplet: F9, 73 and 72. RGB value is (249,115,114). Sum of RGB (Red+Green+Blue) = 249+115+114=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F97372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97372 is #068C8D. Grayscale: #9B9B9B. Windows color (decimal): -429198 or 7500793. OLE color: 7500793.

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

Color convert

RGB249115114-
CMYK00.540.540.02
HSL0.44º91.84%71.18%-
HSV(B)0.44º54.22%97.65%-
XYZ48.2333.6219.87-
YUV154.95104.89195.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=52.09%
G=24.06%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911511400.540.540.020.4491.8471.18
HexF9737203636205c47
Octal3711631620666620134107
Binary1111100111100111110010011011011011010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f97372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f97372; }

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

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

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

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

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

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

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

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