#F37D68

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

Shades of Salmon #F37D68

Tints of Salmon #F37D68

Color information

#F37D68 (or 0xF37D68) is unknown color: approx Salmon. HEX triplet: F3, 7D and 68. RGB value is (243,125,104). Sum of RGB (Red+Green+Blue) = 243+125+104=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D68 is #0C8297. Grayscale: #9E9E9E. Windows color (decimal): -819864 or 6847987. OLE color: 6847987.

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

Color convert

RGB243125104-
CMYK00.490.570.05
HSL9.06º85.28%68.04%-
HSV(B)9.06º57.2%95.29%-
XYZ46.7934.7217.33-
YUV157.8997.59188.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.48%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=51.48%
G=26.48%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312510400.490.570.059.0685.2868.04
HexF37D6803139595544
Octal36317515006171511125104
Binary11110011111110111010000110001111001101100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37D68; }

 p { color: rgb(243,125,104); }

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

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

 a { background-color: rgb(243,125,104); }

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

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

 span { border-color: rgb(243,125,104); }

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