#F1786A

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

Shades of Salmon #F1786A

Tints of Salmon #F1786A

Color information

#F1786A (or 0xF1786A) is unknown color: approx Salmon. HEX triplet: F1, 78 and 6A. RGB value is (241,120,106). Sum of RGB (Red+Green+Blue) = 241+120+106=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1786A is #0E8795. Grayscale: #9A9A9A. Windows color (decimal): -952214 or 6977777. OLE color: 6977777.

HSL color Cylindrical-coordinate representation of color #F1786A: hue angle of 6.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1786A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241120106-
CMYK00.500.560.05
HSL6.22º82.82%68.04%-
HSV(B)6.22º56.02%94.51%-
XYZ45.5933.1717.64-
YUV154.58100.59189.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=51.61%
G=25.70%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112010600.500.560.056.2282.8268.04
HexF1786A03238565344
Octal3611701520627056123104
Binary1111000111110001101010011001011100010111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1786A; }

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

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

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

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

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

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

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

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