#F69577

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

Shades of Dark Salmon #F69577

Tints of Dark Salmon #F69577

Color information

#F69577 (or 0xF69577) is unknown color: approx Dark Salmon. HEX triplet: F6, 95 and 77. RGB value is (246,149,119). Sum of RGB (Red+Green+Blue) = 246+149+119=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F69577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69577 is #096A88. Grayscale: #AEAEAE. Windows color (decimal): -617097 or 7837174. OLE color: 7837174.

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

Color convert

RGB246149119-
CMYK00.390.520.04
HSL14.17º87.59%71.57%-
HSV(B)14.17º51.63%96.47%-
XYZ52.0842.4222.9-
YUV174.5896.64178.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.86%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 119 (46.88% from 255) = 23.15%
R=47.86%
G=28.99%
B=23.15%

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
Decimal24614911900.390.520.0414.1787.5971.57
HexF69577027344e5848
Octal36622516704764416130110
Binary111101101001010111101110100111110100100111010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69577; }

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

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

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

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

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

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

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

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