#F37C6A

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

Shades of Salmon #F37C6A

Tints of Salmon #F37C6A

Color information

#F37C6A (or 0xF37C6A) is unknown color: approx Salmon. HEX triplet: F3, 7C and 6A. RGB value is (243,124,106). Sum of RGB (Red+Green+Blue) = 243+124+106=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C6A is #0C8395. Grayscale: #9D9D9D. Windows color (decimal): -820118 or 6978803. OLE color: 6978803.

HSL color Cylindrical-coordinate representation of color #F37C6A: hue angle of 7.88º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F37C6A is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB243124106-
CMYK00.490.560.05
HSL7.88º85.09%68.43%-
HSV(B)7.88º56.38%95.29%-
XYZ46.7734.5117.83-
YUV157.5398.92188.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.37%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=51.37%
G=26.22%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312410600.490.560.057.8885.0968.43
HexF37C6A03138585544
Octal36317415206170510125104
Binary11110011111110011010100110001111000101100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37C6A; }

 p { color: rgb(243,124,106); }

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

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

 a { background-color: rgb(243,124,106); }

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

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

 span { border-color: rgb(243,124,106); }

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