#F69077

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

Shades of Dark Salmon #F69077

Tints of Dark Salmon #F69077

Color information

#F69077 (or 0xF69077) is unknown color: approx Dark Salmon. HEX triplet: F6, 90 and 77. RGB value is (246,144,119). Sum of RGB (Red+Green+Blue) = 246+144+119=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F69077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69077 is #096F88. Grayscale: #ABABAB. Windows color (decimal): -618377 or 7835894. OLE color: 7835894.

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

Color convert

RGB246144119-
CMYK00.410.520.04
HSL11.81º87.59%71.57%-
HSV(B)11.81º51.63%96.47%-
XYZ51.3140.8722.64-
YUV171.6598.29181.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=48.33%
G=28.29%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614411900.410.520.0411.8187.5971.57
HexF69077029344c5848
Octal36622016705164414130110
Binary111101101001000011101110101001110100100110010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69077; }

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

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

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

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

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

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

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

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