#F98173

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

Shades of Salmon #F98173

Tints of Salmon #F98173

Color information

#F98173 (or 0xF98173) is unknown color: approx Salmon. HEX triplet: F9, 81 and 73. RGB value is (249,129,115). Sum of RGB (Red+Green+Blue) = 249+129+115=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F98173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98173 is #067E8C. Grayscale: #A3A3A3. Windows color (decimal): -425613 or 7569913. OLE color: 7569913.

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

Color convert

RGB249129115-
CMYK00.480.540.02
HSL6.27º91.78%71.37%-
HSV(B)6.27º53.82%97.65%-
XYZ50.0137.0820.74-
YUV163.28100.76189.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.51%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=50.51%
G=26.17%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912911500.480.540.026.2791.7871.37
HexF9817303036265c47
Octal3712011630606626134107
Binary1111100110000001111001101100001101101011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98173; }

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

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

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

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

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

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

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

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