#F38C72

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

Shades of Salmon #F38C72

Tints of Salmon #F38C72

Color information

#F38C72 (or 0xF38C72) is unknown color: approx Salmon. HEX triplet: F3, 8C and 72. RGB value is (243,140,114). Sum of RGB (Red+Green+Blue) = 243+140+114=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C72 is #0C738D. Grayscale: #A8A8A8. Windows color (decimal): -816014 or 7507187. OLE color: 7507187.

HSL color Cylindrical-coordinate representation of color #F38C72: hue angle of 12.09º 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 #F38C72 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243140114-
CMYK00.420.530.05
HSL12.09º84.31%70%-
HSV(B)12.09º53.09%95.29%-
XYZ49.3839.0320.85-
YUV167.8397.62181.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=48.89%
G=28.17%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314011400.420.530.0512.0984.3170
HexF38C7202A355c5446
Octal36321416205265514124106
Binary111100111000110011100100101010110101101110010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38C72; }

 p { color: rgb(243,140,114); }

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

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

 a { background-color: rgb(243,140,114); }

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

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

 span { border-color: rgb(243,140,114); }

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