#F18677

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

Shades of Salmon #F18677

Tints of Salmon #F18677

Color information

#F18677 (or 0xF18677) is unknown color: approx Salmon. HEX triplet: F1, 86 and 77. RGB value is (241,134,119). Sum of RGB (Red+Green+Blue) = 241+134+119=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F18677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18677 is #0E7988. Grayscale: #A4A4A4. Windows color (decimal): -948617 or 7833329. OLE color: 7833329.

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

Color convert

RGB241134119-
CMYK00.440.510.05
HSL7.38º81.33%70.59%-
HSV(B)7.38º50.62%94.51%-
XYZ48.1337.0822.07-
YUV164.28102.45182.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=48.79%
G=27.13%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113411900.440.510.057.3881.3370.59
HexF1867702C33575147
Octal3612061670546357121107
Binary11110001100001101110111010110011001110111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18677; }

 p { color: rgb(241,134,119); }

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

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

 a { background-color: rgb(241,134,119); }

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

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

 span { border-color: rgb(241,134,119); }

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