#F88E76

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

Shades of Salmon #F88E76

Tints of Salmon #F88E76

Color information

#F88E76 (or 0xF88E76) is unknown color: approx Salmon. HEX triplet: F8, 8E and 76. RGB value is (248,142,118). Sum of RGB (Red+Green+Blue) = 248+142+118=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F88E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88E76 is #077189. Grayscale: #ABABAB. Windows color (decimal): -487818 or 7769848. OLE color: 7769848.

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

Color convert

RGB248142118-
CMYK00.430.520.03
HSL11.08º90.28%71.76%-
HSV(B)11.08º52.42%97.25%-
XYZ51.6540.6122.26-
YUV170.9698.12182.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.82%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=48.82%
G=27.95%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814211800.430.520.0311.0890.2871.76
HexF88E7602B343b5a48
Octal37021616605364313132110
Binary11111000100011101110110010101111010011101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88E76; }

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

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

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

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

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

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

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

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