#F67D69

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

Shades of Salmon #F67D69

Tints of Salmon #F67D69

Color information

#F67D69 (or 0xF67D69) is unknown color: approx Salmon. HEX triplet: F6, 7D and 69. RGB value is (246,125,105). Sum of RGB (Red+Green+Blue) = 246+125+105=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D69 is #098296. Grayscale: #9F9F9F. Windows color (decimal): -623255 or 6913526. OLE color: 6913526.

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

Color convert

RGB246125105-
CMYK00.490.570.04
HSL8.51º88.68%68.82%-
HSV(B)8.51º57.32%96.47%-
XYZ47.8935.2817.65-
YUV158.997.59190.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.68%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=51.68%
G=26.26%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612510500.490.570.048.5188.6868.82
HexF67D6903139495945
Octal36617515106171411131105
Binary11110110111110111010010110001111001100100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67D69; }

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

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

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

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

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

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

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

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