#F68967

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

Shades of Salmon #F68967

Tints of Salmon #F68967

Color information

#F68967 (or 0xF68967) is unknown color: approx Salmon. HEX triplet: F6, 89 and 67. RGB value is (246,137,103). Sum of RGB (Red+Green+Blue) = 246+137+103=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F68967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68967 is #097698. Grayscale: #A5A5A5. Windows color (decimal): -620185 or 6785526. OLE color: 6785526.

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

Color convert

RGB246137103-
CMYK00.440.580.04
HSL14.27º88.82%68.43%-
HSV(B)14.27º58.13%96.47%-
XYZ49.438.4617.65-
YUV165.7292.61185.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.62%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 103 (40.62% from 255) = 21.19%
R=50.62%
G=28.19%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613710300.440.580.0414.2788.8268.43
HexF6896702C3A4e5944
Octal36621114705472416131104
Binary111101101000100111001110101100111010100111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68967; }

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

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

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

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

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

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

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

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