#F69376

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

Shades of Dark Salmon #F69376

Tints of Dark Salmon #F69376

Color information

#F69376 (or 0xF69376) is unknown color: approx Dark Salmon. HEX triplet: F6, 93 and 76. RGB value is (246,147,118). Sum of RGB (Red+Green+Blue) = 246+147+118=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F69376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69376 is #096C89. Grayscale: #ADADAD. Windows color (decimal): -617610 or 7771126. OLE color: 7771126.

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

Color convert

RGB246147118-
CMYK00.400.520.04
HSL13.59º87.67%71.37%-
HSV(B)13.59º52.03%96.47%-
XYZ51.7141.7722.48-
YUV173.396.8179.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.14%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=48.14%
G=28.77%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614711800.400.520.0413.5987.6771.37
HexF69376028344e5847
Octal36622316605064416130107
Binary111101101001001111101100101000110100100111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69376; }

 p { color: rgb(246,147,118); }

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

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

 a { background-color: rgb(246,147,118); }

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

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

 span { border-color: rgb(246,147,118); }

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