#F68377

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

Shades of Salmon #F68377

Tints of Salmon #F68377

Color information

#F68377 (or 0xF68377) is unknown color: approx Salmon. HEX triplet: F6, 83 and 77. RGB value is (246,131,119). Sum of RGB (Red+Green+Blue) = 246+131+119=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68377 is #097C88. Grayscale: #A4A4A4. Windows color (decimal): -621705 or 7832566. OLE color: 7832566.

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

Color convert

RGB246131119-
CMYK00.470.520.04
HSL5.67º87.59%71.57%-
HSV(B)5.67º51.63%96.47%-
XYZ49.4537.1622.02-
YUV164.02102.6186.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.60%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=49.60%
G=26.41%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613111900.470.520.045.6787.5971.57
HexF6837702F34465848
Octal3662031670576446130110
Binary11110110100000111110111010111111010010011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68377; }

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

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

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

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

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

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

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

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