#F19C76

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

Shades of Dark Salmon #F19C76

Tints of Dark Salmon #F19C76

Color information

#F19C76 (or 0xF19C76) is unknown color: approx Dark Salmon. HEX triplet: F1, 9C and 76. RGB value is (241,156,118). Sum of RGB (Red+Green+Blue) = 241+156+118=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C76 is #0E6389. Grayscale: #B1B1B1. Windows color (decimal): -942986 or 7773425. OLE color: 7773425.

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

Color convert

RGB241156118-
CMYK00.350.510.05
HSL18.54º81.46%70.39%-
HSV(B)18.54º51.04%94.51%-
XYZ51.4343.7922.88-
YUV177.0894.66173.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 118 (46.48% from 255) = 22.91%
R=46.80%
G=30.29%
B=22.91%

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
Decimal24115611800.350.510.0518.5481.4670.39
HexF19C76023335135146
Octal36123416604363523121106
Binary1111000110011100111011001000111100111011001110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C76; }

 p { color: rgb(241,156,118); }

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

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

 a { background-color: rgb(241,156,118); }

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

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

 span { border-color: rgb(241,156,118); }

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