#F19D77

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

Shades of Dark Salmon #F19D77

Tints of Dark Salmon #F19D77

Color information

#F19D77 (or 0xF19D77) is unknown color: approx Dark Salmon. HEX triplet: F1, 9D and 77. RGB value is (241,157,119). Sum of RGB (Red+Green+Blue) = 241+157+119=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19D77 is #0E6288. Grayscale: #B2B2B2. Windows color (decimal): -942729 or 7839217. OLE color: 7839217.

HSL color Cylindrical-coordinate representation of color #F19D77: hue angle of 18.69º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F19D77 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241157119-
CMYK00.350.510.05
HSL18.69º81.33%70.59%-
HSV(B)18.69º50.62%94.51%-
XYZ51.6644.1523.25-
YUV177.7894.83173.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=46.62%
G=30.37%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115711900.350.510.0518.6981.3370.59
HexF19D77023335135147
Octal36123516704363523121107
Binary1111000110011101111011101000111100111011001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D77; }

 p { color: rgb(241,157,119); }

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

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

 a { background-color: rgb(241,157,119); }

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

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

 span { border-color: rgb(241,157,119); }

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