#F48877

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

Shades of Salmon #F48877

Tints of Salmon #F48877

Color information

#F48877 (or 0xF48877) is unknown color: approx Salmon. HEX triplet: F4, 88 and 77. RGB value is (244,136,119). Sum of RGB (Red+Green+Blue) = 244+136+119=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F48877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48877 is #0B7788. Grayscale: #A6A6A6. Windows color (decimal): -751497 or 7833844. OLE color: 7833844.

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

Color convert

RGB244136119-
CMYK00.440.510.04
HSL8.16º85.03%71.18%-
HSV(B)8.16º51.23%95.69%-
XYZ49.4438.1722.22-
YUV166.35101.28183.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.90%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=48.90%
G=27.25%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413611900.440.510.048.1685.0371.18
HexF4887702C33485547
Octal36421016705463410125107
Binary111101001000100011101110101100110011100100010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48877; }

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

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

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

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

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

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

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

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