#F69573

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

Shades of Dark Salmon #F69573

Tints of Dark Salmon #F69573

Color information

#F69573 (or 0xF69573) is unknown color: approx Dark Salmon. HEX triplet: F6, 95 and 73. RGB value is (246,149,115). Sum of RGB (Red+Green+Blue) = 246+149+115=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F69573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69573 is #096A8C. Grayscale: #AEAEAE. Windows color (decimal): -617101 or 7575030. OLE color: 7575030.

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

Color convert

RGB246149115-
CMYK00.390.530.04
HSL15.57º87.92%70.78%-
HSV(B)15.57º53.25%96.47%-
XYZ51.8542.3321.66-
YUV174.1394.64179.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.24%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 115 (45.31% from 255) = 22.55%
R=48.24%
G=29.22%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614911500.390.530.0415.5787.9270.78
HexF69573027354105847
Octal36622516304765420130107
Binary1111011010010101111001101001111101011001000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69573; }

 p { color: rgb(246,149,115); }

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

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

 a { background-color: rgb(246,149,115); }

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

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

 span { border-color: rgb(246,149,115); }

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