#F18076

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

Shades of Salmon #F18076

Tints of Salmon #F18076

Color information

#F18076 (or 0xF18076) is unknown color: approx Salmon. HEX triplet: F1, 80 and 76. RGB value is (241,128,118). Sum of RGB (Red+Green+Blue) = 241+128+118=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F18076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18076 is #0E7F89. Grayscale: #A0A0A0. Windows color (decimal): -950154 or 7766257. OLE color: 7766257.

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

Color convert

RGB241128118-
CMYK00.470.510.05
HSL4.88º81.46%70.39%-
HSV(B)4.88º51.04%94.51%-
XYZ47.2635.4521.49-
YUV160.65103.94185.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=49.49%
G=26.28%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112811800.470.510.054.8881.4670.39
HexF1807602F33555146
Octal3612001660576355121106
Binary11110001100000001110110010111111001110110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18076; }

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

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

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

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

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

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

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

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