#F48873

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

Shades of Salmon #F48873

Tints of Salmon #F48873

Color information

#F48873 (or 0xF48873) is unknown color: approx Salmon. HEX triplet: F4, 88 and 73. RGB value is (244,136,115). Sum of RGB (Red+Green+Blue) = 244+136+115=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F48873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48873 is #0B778C. Grayscale: #A6A6A6. Windows color (decimal): -751501 or 7571700. OLE color: 7571700.

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

Color convert

RGB244136115-
CMYK00.440.530.04
HSL9.77º85.43%70.39%-
HSV(B)9.77º52.87%95.69%-
XYZ49.2138.0820.98-
YUV165.999.28183.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=49.29%
G=27.47%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413611500.440.530.049.7785.4370.39
HexF4887302C354a5546
Octal36421016305465412125106
Binary111101001000100011100110101100110101100101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48873; }

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

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

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

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

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

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

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

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