#F18A6F

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

Shades of Salmon #F18A6F

Tints of Salmon #F18A6F

Color information

#F18A6F (or 0xF18A6F) is unknown color: approx Salmon. HEX triplet: F1, 8A and 6F. RGB value is (241,138,111). Sum of RGB (Red+Green+Blue) = 241+138+111=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A6F is #0E7590. Grayscale: #A5A5A5. Windows color (decimal): -947601 or 7310065. OLE color: 7310065.

HSL color Cylindrical-coordinate representation of color #F18A6F: hue angle of 12.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F18A6F is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB241138111-
CMYK00.430.540.05
HSL12.46º82.28%69.02%-
HSV(B)12.46º53.94%94.51%-
XYZ48.2338.0319.84-
YUV165.7297.12181.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=49.18%
G=28.16%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113811100.430.540.0512.4682.2869.02
HexF18A6F02B365c5245
Octal36121215705366514122105
Binary111100011000101011011110101011110110101110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A6F; }

 p { color: rgb(241,138,111); }

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

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

 a { background-color: rgb(241,138,111); }

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

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

 span { border-color: rgb(241,138,111); }

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