#F88C76

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

Shades of Salmon #F88C76

Tints of Salmon #F88C76

Color information

#F88C76 (or 0xF88C76) is unknown color: approx Salmon. HEX triplet: F8, 8C and 76. RGB value is (248,140,118). Sum of RGB (Red+Green+Blue) = 248+140+118=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C76 is #077389. Grayscale: #A9A9A9. Windows color (decimal): -488330 or 7769336. OLE color: 7769336.

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

Color convert

RGB248140118-
CMYK00.440.520.03
HSL10.15º90.28%71.76%-
HSV(B)10.15º52.42%97.25%-
XYZ51.3640.0222.16-
YUV169.7898.78183.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.01%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=49.01%
G=27.67%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814011800.440.520.0310.1590.2871.76
HexF88C7602C343a5a48
Octal37021416605464312132110
Binary11111000100011001110110010110011010011101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88C76; }

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

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

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

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

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

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

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

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