#F48677

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

Shades of Salmon #F48677

Tints of Salmon #F48677

Color information

#F48677 (or 0xF48677) is unknown color: approx Salmon. HEX triplet: F4, 86 and 77. RGB value is (244,134,119). Sum of RGB (Red+Green+Blue) = 244+134+119=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F48677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48677 is #0B7988. Grayscale: #A5A5A5. Windows color (decimal): -752009 or 7833332. OLE color: 7833332.

HSL color Cylindrical-coordinate representation of color #F48677: hue angle of 7.2º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F48677 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB244134119-
CMYK00.450.510.04
HSL7.2º85.03%71.18%-
HSV(B)7.2º51.23%95.69%-
XYZ49.1637.6222.12-
YUV165.18101.94184.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.09%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=49.09%
G=26.96%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413411900.450.510.047.285.0371.18
HexF4867702D33475547
Octal3642061670556347125107
Binary11110100100001101110111010110111001110011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48677; }

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

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

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

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

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

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

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

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