#F38565

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

Shades of Salmon #F38565

Tints of Salmon #F38565

Color information

#F38565 (or 0xF38565) is unknown color: approx Salmon. HEX triplet: F3, 85 and 65. RGB value is (243,133,101). Sum of RGB (Red+Green+Blue) = 243+133+101=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F38565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38565 is #0C7A9A. Grayscale: #A2A2A2. Windows color (decimal): -817819 or 6653427. OLE color: 6653427.

HSL color Cylindrical-coordinate representation of color #F38565: hue angle of 13.52º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38565 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB243133101-
CMYK00.450.580.05
HSL13.52º85.54%67.45%-
HSV(B)13.52º58.44%95.29%-
XYZ47.736.7716.9-
YUV162.2493.44185.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=50.94%
G=27.88%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313310100.450.580.0513.5285.5467.45
HexF3856502D3A5e5643
Octal36320514505572516126103
Binary111100111000010111001010101101111010101111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38565; }

 p { color: rgb(243,133,101); }

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

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

 a { background-color: rgb(243,133,101); }

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

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

 span { border-color: rgb(243,133,101); }

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