#F69677

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

Shades of Dark Salmon #F69677

Tints of Dark Salmon #F69677

Color information

#F69677 (or 0xF69677) is unknown color: approx Dark Salmon. HEX triplet: F6, 96 and 77. RGB value is (246,150,119). Sum of RGB (Red+Green+Blue) = 246+150+119=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F69677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69677 is #096988. Grayscale: #AFAFAF. Windows color (decimal): -616841 or 7837430. OLE color: 7837430.

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

Color convert

RGB246150119-
CMYK00.390.520.04
HSL14.65º87.59%71.57%-
HSV(B)14.65º51.63%96.47%-
XYZ52.2442.7422.95-
YUV175.1796.3178.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.77%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 119 (46.88% from 255) = 23.11%
R=47.77%
G=29.13%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615011900.390.520.0414.6587.5971.57
HexF69677027344f5848
Octal36622616704764417130110
Binary111101101001011011101110100111110100100111110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69677; }

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

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

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

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

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

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

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

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