#F98C71

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

Shades of Salmon #F98C71

Tints of Salmon #F98C71

Color information

#F98C71 (or 0xF98C71) is unknown color: approx Salmon. HEX triplet: F9, 8C and 71. RGB value is (249,140,113). Sum of RGB (Red+Green+Blue) = 249+140+113=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C71 is #06738E. Grayscale: #A9A9A9. Windows color (decimal): -422799 or 7441657. OLE color: 7441657.

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

Color convert

RGB249140113-
CMYK00.440.550.02
HSL11.91º91.89%70.98%-
HSV(B)11.91º54.62%97.65%-
XYZ51.4340.0920.65-
YUV169.5196.11184.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.60%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=49.60%
G=27.89%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914011300.440.550.0211.9191.8970.98
HexF98C7102C372c5c47
Octal37121416105467214134107
Binary11111001100011001110001010110011011110110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C71; }

 p { color: rgb(249,140,113); }

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

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

 a { background-color: rgb(249,140,113); }

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

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

 span { border-color: rgb(249,140,113); }

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