#F8756C

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

Shades of Salmon #F8756C

Tints of Salmon #F8756C

Color information

#F8756C (or 0xF8756C) is unknown color: approx Salmon. HEX triplet: F8, 75 and 6C. RGB value is (248,117,108). Sum of RGB (Red+Green+Blue) = 248+117+108=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8756C is #078A93. Grayscale: #9B9B9B. Windows color (decimal): -494228 or 7108088. OLE color: 7108088.

HSL color Cylindrical-coordinate representation of color #F8756C: hue angle of 3.86º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8756C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248117108-
CMYK00.530.560.03
HSL3.86º90.91%69.8%-
HSV(B)3.86º56.45%97.25%-
XYZ47.7833.7618.19-
YUV155.14101.4194.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.43%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=52.43%
G=24.74%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811710800.530.560.033.8690.9169.8
HexF8756C03538345b46
Octal3701651540657034133106
Binary111110001110101110110001101011110001110010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8756C; }

 p { color: rgb(248,117,108); }

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

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

 a { background-color: rgb(248,117,108); }

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

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

 span { border-color: rgb(248,117,108); }

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