#F8776A

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

Shades of Salmon #F8776A

Tints of Salmon #F8776A

Color information

#F8776A (or 0xF8776A) is unknown color: approx Salmon. HEX triplet: F8, 77 and 6A. RGB value is (248,119,106). Sum of RGB (Red+Green+Blue) = 248+119+106=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8776A is #078895. Grayscale: #9C9C9C. Windows color (decimal): -493718 or 6977528. OLE color: 6977528.

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

Color convert

RGB248119106-
CMYK00.520.570.03
HSL5.49º91.03%69.41%-
HSV(B)5.49º57.26%97.25%-
XYZ47.9134.1917.71-
YUV156.0999.74193.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.43%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=52.43%
G=25.16%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811910600.520.570.035.4991.0369.41
HexF8776A03439355b45
Octal3701671520647135133105
Binary111110001110111110101001101001110011110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8776A; }

 p { color: rgb(248,119,106); }

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

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

 a { background-color: rgb(248,119,106); }

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

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

 span { border-color: rgb(248,119,106); }

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