#FC796E

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

Shades of Salmon #FC796E

Tints of Salmon #FC796E

Color information

#FC796E (or 0xFC796E) is unknown color: approx Salmon. HEX triplet: FC, 79 and 6E. RGB value is (252,121,110). Sum of RGB (Red+Green+Blue) = 252+121+110=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC796E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC796E is #038691. Grayscale: #9F9F9F. Windows color (decimal): -231058 or 7240188. OLE color: 7240188.

HSL color Cylindrical-coordinate representation of color #FC796E: hue angle of 4.65º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC796E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252121110-
CMYK00.520.560.01
HSL4.65º95.95%70.98%-
HSV(B)4.65º56.35%98.82%-
XYZ49.835.518.98-
YUV158.92100.4194.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=52.17%
G=25.05%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212111000.520.560.014.6595.9570.98
HexFC796E03438156047
Octal3741711560647015140107
Binary11111100111100111011100110100111000110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC796E; }

 p { color: rgb(252,121,110); }

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

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

 a { background-color: rgb(252,121,110); }

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

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

 span { border-color: rgb(252,121,110); }

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