#F69777

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

Shades of Dark Salmon #F69777

Tints of Dark Salmon #F69777

Color information

#F69777 (or 0xF69777) is unknown color: approx Dark Salmon. HEX triplet: F6, 97 and 77. RGB value is (246,151,119). Sum of RGB (Red+Green+Blue) = 246+151+119=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F69777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69777 is #096888. Grayscale: #AFAFAF. Windows color (decimal): -616585 or 7837686. OLE color: 7837686.

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

Color convert

RGB246151119-
CMYK00.390.520.04
HSL15.12º87.59%71.57%-
HSV(B)15.12º51.63%96.47%-
XYZ52.443.0623-
YUV175.7695.97178.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.67%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 119 (46.88% from 255) = 23.06%
R=47.67%
G=29.26%
B=23.06%

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
Decimal24615111900.390.520.0415.1287.5971.57
HexF69777027344f5848
Octal36622716704764417130110
Binary111101101001011111101110100111110100100111110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69777; }

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

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

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

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

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

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

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

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