#F68869

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

Shades of Salmon #F68869

Tints of Salmon #F68869

Color information

#F68869 (or 0xF68869) is unknown color: approx Salmon. HEX triplet: F6, 88 and 69. RGB value is (246,136,105). Sum of RGB (Red+Green+Blue) = 246+136+105=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F68869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68869 is #097796. Grayscale: #A5A5A5. Windows color (decimal): -620439 or 6916342. OLE color: 6916342.

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

Color convert

RGB246136105-
CMYK00.450.570.04
HSL13.19º88.68%68.82%-
HSV(B)13.19º57.32%96.47%-
XYZ49.3638.2218.14-
YUV165.3693.94185.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=50.51%
G=27.93%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613610500.450.570.0413.1988.6868.82
HexF6886902D394d5945
Octal36621015105571415131105
Binary111101101000100011010010101101111001100110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68869; }

 p { color: rgb(246,136,105); }

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

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

 a { background-color: rgb(246,136,105); }

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

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

 span { border-color: rgb(246,136,105); }

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