#F98B79

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

Shades of Salmon #F98B79

Tints of Salmon #F98B79

Color information

#F98B79 (or 0xF98B79) is unknown color: approx Salmon. HEX triplet: F9, 8B and 79. RGB value is (249,139,121). Sum of RGB (Red+Green+Blue) = 249+139+121=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B79 is #067486. Grayscale: #AAAAAA. Windows color (decimal): -423047 or 7965689. OLE color: 7965689.

HSL color Cylindrical-coordinate representation of color #F98B79: hue angle of 8.44º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F98B79 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB249139121-
CMYK00.440.510.02
HSL8.44º91.43%72.55%-
HSV(B)8.44º51.41%97.65%-
XYZ51.7539.9923.08-
YUV169.84100.44184.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=48.92%
G=27.31%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913912100.440.510.028.4491.4372.55
HexF98B7902C33285b49
Octal37121317105463210133111
Binary11111001100010111111001010110011001110100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98B79; }

 p { color: rgb(249,139,121); }

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

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

 a { background-color: rgb(249,139,121); }

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

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

 span { border-color: rgb(249,139,121); }

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