#F98D71

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

Shades of Salmon #F98D71

Tints of Salmon #F98D71

Color information

#F98D71 (or 0xF98D71) is unknown color: approx Salmon. HEX triplet: F9, 8D and 71. RGB value is (249,141,113). Sum of RGB (Red+Green+Blue) = 249+141+113=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D71 is #06728E. Grayscale: #AAAAAA. Windows color (decimal): -422543 or 7441913. OLE color: 7441913.

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

Color convert

RGB249141113-
CMYK00.430.550.02
HSL12.35º91.89%70.98%-
HSV(B)12.35º54.62%97.65%-
XYZ51.5740.3820.7-
YUV170.195.78184.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=49.50%
G=28.03%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914111300.430.550.0212.3591.8970.98
HexF98D7102B372c5c47
Octal37121516105367214134107
Binary11111001100011011110001010101111011110110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98D71; }

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

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

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

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

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

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

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

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