#F88476

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

Shades of Salmon #F88476

Tints of Salmon #F88476

Color information

#F88476 (or 0xF88476) is unknown color: approx Salmon. HEX triplet: F8, 84 and 76. RGB value is (248,132,118). Sum of RGB (Red+Green+Blue) = 248+132+118=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F88476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88476 is #077B89. Grayscale: #A5A5A5. Windows color (decimal): -490378 or 7767288. OLE color: 7767288.

HSL color Cylindrical-coordinate representation of color #F88476: hue angle of 6.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F88476 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB248132118-
CMYK00.470.520.03
HSL6.46º90.28%71.76%-
HSV(B)6.46º52.42%97.25%-
XYZ50.2337.7721.78-
YUV165.09101.43187.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.80%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=49.80%
G=26.51%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813211800.470.520.036.4690.2871.76
HexF8847602F34365a48
Octal3702041660576436132110
Binary1111100010000100111011001011111101001111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88476; }

 p { color: rgb(248,132,118); }

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

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

 a { background-color: rgb(248,132,118); }

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

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

 span { border-color: rgb(248,132,118); }

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