#F19A77

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

Shades of Dark Salmon #F19A77

Tints of Dark Salmon #F19A77

Color information

#F19A77 (or 0xF19A77) is unknown color: approx Dark Salmon. HEX triplet: F1, 9A and 77. RGB value is (241,154,119). Sum of RGB (Red+Green+Blue) = 241+154+119=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A77 is #0E6588. Grayscale: #B0B0B0. Windows color (decimal): -943497 or 7838449. OLE color: 7838449.

HSL color Cylindrical-coordinate representation of color #F19A77: hue angle of 17.21º 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 #F19A77 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241154119-
CMYK00.360.510.05
HSL17.21º81.33%70.59%-
HSV(B)17.21º50.62%94.51%-
XYZ51.1643.1423.08-
YUV176.0295.82174.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 119 (46.88% from 255) = 23.15%
R=46.89%
G=29.96%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115411900.360.510.0517.2181.3370.59
HexF19A77024335115147
Octal36123216704463521121107
Binary1111000110011010111011101001001100111011000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A77; }

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

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

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

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

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

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

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

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