#F6876C

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

Shades of Salmon #F6876C

Tints of Salmon #F6876C

Color information

#F6876C (or 0xF6876C) is unknown color: approx Salmon. HEX triplet: F6, 87 and 6C. RGB value is (246,135,108). Sum of RGB (Red+Green+Blue) = 246+135+108=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6876C is #097893. Grayscale: #A5A5A5. Windows color (decimal): -620692 or 7112694. OLE color: 7112694.

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

Color convert

RGB246135108-
CMYK00.450.560.04
HSL11.74º88.46%69.41%-
HSV(B)11.74º56.1%96.47%-
XYZ49.383818.92-
YUV165.1195.77185.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=50.31%
G=27.61%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613510800.450.560.0411.7488.4669.41
HexF6876C02D384c5845
Octal36620715405570414130105
Binary111101101000011111011000101101111000100110010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6876C; }

 p { color: rgb(246,135,108); }

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

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

 a { background-color: rgb(246,135,108); }

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

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

 span { border-color: rgb(246,135,108); }

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