#F37C6D

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

Shades of Salmon #F37C6D

Tints of Salmon #F37C6D

Color information

#F37C6D (or 0xF37C6D) is unknown color: approx Salmon. HEX triplet: F3, 7C and 6D. RGB value is (243,124,109). Sum of RGB (Red+Green+Blue) = 243+124+109=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C6D is #0C8392. Grayscale: #9E9E9E. Windows color (decimal): -820115 or 7175411. OLE color: 7175411.

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

Color convert

RGB243124109-
CMYK00.490.550.05
HSL6.72º84.81%69.02%-
HSV(B)6.72º55.14%95.29%-
XYZ46.9334.5718.67-
YUV157.87100.42188.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.05%
GREEN value IS 124 (48.83% from 255) = 26.05%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=51.05%
G=26.05%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312410900.490.550.056.7284.8169.02
HexF37C6D03137575545
Octal3631741550616757125105
Binary1111001111111001101101011000111011110111110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37C6D; }

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

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

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

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

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

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

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

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