#F69672

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

Shades of Dark Salmon #F69672

Tints of Dark Salmon #F69672

Color information

#F69672 (or 0xF69672) is unknown color: approx Dark Salmon. HEX triplet: F6, 96 and 72. RGB value is (246,150,114). Sum of RGB (Red+Green+Blue) = 246+150+114=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F69672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69672 is #09698D. Grayscale: #AEAEAE. Windows color (decimal): -616846 or 7509750. OLE color: 7509750.

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

Color convert

RGB246150114-
CMYK00.390.540.04
HSL16.36º88%70.59%-
HSV(B)16.36º53.66%96.47%-
XYZ51.9542.6221.41-
YUV174.693.8178.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.24%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 114 (44.92% from 255) = 22.35%
R=48.24%
G=29.41%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615011400.390.540.0416.368870.59
HexF69672027364105847
Octal36622616204766420130107
Binary1111011010010110111001001001111101101001000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69672; }

 p { color: rgb(246,150,114); }

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

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

 a { background-color: rgb(246,150,114); }

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

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

 span { border-color: rgb(246,150,114); }

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