#F68368

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

Shades of Salmon #F68368

Tints of Salmon #F68368

Color information

#F68368 (or 0xF68368) is unknown color: approx Salmon. HEX triplet: F6, 83 and 68. RGB value is (246,131,104). Sum of RGB (Red+Green+Blue) = 246+131+104=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F68368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68368 is #097C97. Grayscale: #A2A2A2. Windows color (decimal): -621720 or 6849526. OLE color: 6849526.

HSL color Cylindrical-coordinate representation of color #F68368: hue angle of 11.41º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F68368 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB246131104-
CMYK00.470.580.04
HSL11.41º88.75%68.63%-
HSV(B)11.41º57.72%96.47%-
XYZ48.6236.8217.64-
YUV162.3195.1187.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.14%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=51.14%
G=27.23%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613110400.470.580.0411.4188.7568.63
HexF6836802F3A4b5945
Octal36620315005772413131105
Binary111101101000001111010000101111111010100101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68368; }

 p { color: rgb(246,131,104); }

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

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

 a { background-color: rgb(246,131,104); }

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

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

 span { border-color: rgb(246,131,104); }

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