#F98775

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

Shades of Salmon #F98775

Tints of Salmon #F98775

Color information

#F98775 (or 0xF98775) is unknown color: approx Salmon. HEX triplet: F9, 87 and 75. RGB value is (249,135,117). Sum of RGB (Red+Green+Blue) = 249+135+117=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F98775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98775 is #06788A. Grayscale: #A7A7A7. Windows color (decimal): -424075 or 7702521. OLE color: 7702521.

HSL color Cylindrical-coordinate representation of color #F98775: hue angle of 8.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F98775 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB249135117-
CMYK00.460.530.02
HSL8.18º91.67%71.76%-
HSV(B)8.18º53.01%97.65%-
XYZ50.9438.7521.62-
YUV167.0399.77186.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=49.70%
G=26.95%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913511700.460.530.028.1891.6771.76
HexF9877502E35285c48
Octal37120716505665210134110
Binary11111001100001111110101010111011010110100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98775; }

 p { color: rgb(249,135,117); }

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

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

 a { background-color: rgb(249,135,117); }

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

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

 span { border-color: rgb(249,135,117); }

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