#F88576

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

Shades of Salmon #F88576

Tints of Salmon #F88576

Color information

#F88576 (or 0xF88576) is unknown color: approx Salmon. HEX triplet: F8, 85 and 76. RGB value is (248,133,118). Sum of RGB (Red+Green+Blue) = 248+133+118=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F88576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88576 is #077A89. Grayscale: #A5A5A5. Windows color (decimal): -490122 or 7767544. OLE color: 7767544.

HSL color Cylindrical-coordinate representation of color #F88576: hue angle of 6.92º 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 #F88576 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB248133118-
CMYK00.460.520.03
HSL6.92º90.28%71.76%-
HSV(B)6.92º52.42%97.25%-
XYZ50.3738.0421.83-
YUV165.68101.1186.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.70%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=49.70%
G=26.65%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813311800.460.520.036.9290.2871.76
HexF8857602E34375a48
Octal3702051660566437132110
Binary1111100010000101111011001011101101001111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88576; }

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

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

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

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

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

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

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

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