#F6896C

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

Shades of Salmon #F6896C

Tints of Salmon #F6896C

Color information

#F6896C (or 0xF6896C) is unknown color: approx Salmon. HEX triplet: F6, 89 and 6C. RGB value is (246,137,108). Sum of RGB (Red+Green+Blue) = 246+137+108=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6896C is #097693. Grayscale: #A6A6A6. Windows color (decimal): -620180 or 7113206. OLE color: 7113206.

HSL color Cylindrical-coordinate representation of color #F6896C: hue angle of 12.61º 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 #F6896C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB246137108-
CMYK00.440.560.04
HSL12.61º88.46%69.41%-
HSV(B)12.61º56.1%96.47%-
XYZ49.6638.5719.01-
YUV166.2995.11184.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.10%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=50.10%
G=27.90%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613710800.440.560.0412.6188.4669.41
HexF6896C02C384d5845
Octal36621115405470415130105
Binary111101101000100111011000101100111000100110110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6896C; }

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

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

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

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

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

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

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

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