#F37E6C

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

Shades of Salmon #F37E6C

Tints of Salmon #F37E6C

Color information

#F37E6C (or 0xF37E6C) is unknown color: approx Salmon. HEX triplet: F3, 7E and 6C. RGB value is (243,126,108). Sum of RGB (Red+Green+Blue) = 243+126+108=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F37E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37E6C is #0C8193. Grayscale: #9F9F9F. Windows color (decimal): -819604 or 7110387. OLE color: 7110387.

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

Color convert

RGB243126108-
CMYK00.480.560.05
HSL84.91%68.82%-
HSV(B)55.56%95.29%-
XYZ47.1335.0618.47-
YUV158.9399.26187.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=50.94%
G=26.42%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312610800.480.560.05884.9168.82
HexF37E6C03038585545
Octal36317615406070510125105
Binary11110011111111011011000110000111000101100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37E6C; }

 p { color: rgb(243,126,108); }

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

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

 a { background-color: rgb(243,126,108); }

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

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

 span { border-color: rgb(243,126,108); }

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