#F68672

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

Shades of Salmon #F68672

Tints of Salmon #F68672

Color information

#F68672 (or 0xF68672) is unknown color: approx Salmon. HEX triplet: F6, 86 and 72. RGB value is (246,134,114). Sum of RGB (Red+Green+Blue) = 246+134+114=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68672 is #09798D. Grayscale: #A5A5A5. Windows color (decimal): -620942 or 7505654. OLE color: 7505654.

HSL color Cylindrical-coordinate representation of color #F68672: hue angle of 9.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68672 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246134114-
CMYK00.460.540.04
HSL9.09º88%70.59%-
HSV(B)9.09º53.66%96.47%-
XYZ49.5737.8620.61-
YUV165.2199.11185.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.80%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 114 (44.92% from 255) = 23.08%
R=49.80%
G=27.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613411400.460.540.049.098870.59
HexF6867202E36495847
Octal36620616205666411130107
Binary111101101000011011100100101110110110100100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68672; }

 p { color: rgb(246,134,114); }

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

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

 a { background-color: rgb(246,134,114); }

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

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

 span { border-color: rgb(246,134,114); }

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