#F7796A

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

Shades of Salmon #F7796A

Tints of Salmon #F7796A

Color information

#F7796A (or 0xF7796A) is unknown color: approx Salmon. HEX triplet: F7, 79 and 6A. RGB value is (247,121,106). Sum of RGB (Red+Green+Blue) = 247+121+106=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7796A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7796A is #088695. Grayscale: #9D9D9D. Windows color (decimal): -558742 or 6978039. OLE color: 6978039.

HSL color Cylindrical-coordinate representation of color #F7796A: hue angle of 6.38º degrees, saturation: 0.9, 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 #F7796A is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247121106-
CMYK00.510.570.03
HSL6.38º89.81%69.22%-
HSV(B)6.38º57.09%96.86%-
XYZ47.834.4917.77-
YUV156.9699.24192.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.11%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=52.11%
G=25.53%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712110600.510.570.036.3889.8169.22
HexF7796A03339365a45
Octal3671711520637136132105
Binary111101111111001110101001100111110011111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7796A; }

 p { color: rgb(247,121,106); }

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

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

 a { background-color: rgb(247,121,106); }

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

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

 span { border-color: rgb(247,121,106); }

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