#F38371

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

Shades of Salmon #F38371

Tints of Salmon #F38371

Color information

#F38371 (or 0xF38371) is unknown color: approx Salmon. HEX triplet: F3, 83 and 71. RGB value is (243,131,113). Sum of RGB (Red+Green+Blue) = 243+131+113=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F38371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38371 is #0C7C8E. Grayscale: #A2A2A2. Windows color (decimal): -818319 or 7439347. OLE color: 7439347.

HSL color Cylindrical-coordinate representation of color #F38371: hue angle of 8.31º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F38371 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243131113-
CMYK00.460.530.05
HSL8.31º84.42%69.8%-
HSV(B)8.31º53.5%95.29%-
XYZ48.0636.4820.13-
YUV162.44100.11185.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=49.90%
G=26.90%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313111300.460.530.058.3184.4269.8
HexF3837102E35585446
Octal36320316105665510124106
Binary111100111000001111100010101110110101101100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38371; }

 p { color: rgb(243,131,113); }

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

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

 a { background-color: rgb(243,131,113); }

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

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

 span { border-color: rgb(243,131,113); }

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