#F19D78

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

Shades of Dark Salmon #F19D78

Tints of Dark Salmon #F19D78

Color information

#F19D78 (or 0xF19D78) is unknown color: approx Dark Salmon. HEX triplet: F1, 9D and 78. RGB value is (241,157,120). Sum of RGB (Red+Green+Blue) = 241+157+120=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19D78 is #0E6287. Grayscale: #B2B2B2. Windows color (decimal): -942728 or 7904753. OLE color: 7904753.

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

Color convert

RGB241157120-
CMYK00.350.500.05
HSL18.35º81.21%70.78%-
HSV(B)18.35º50.21%94.51%-
XYZ51.7244.1723.57-
YUV177.995.33173.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 120 (47.27% from 255) = 23.17%
R=46.53%
G=30.31%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115712000.350.500.0518.3581.2170.78
HexF19D78023325125147
Octal36123517004362522121107
Binary1111000110011101111100001000111100101011001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D78; }

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

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

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

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

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

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

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

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