#F08871

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

Shades of Salmon #F08871

Tints of Salmon #F08871

Color information

#F08871 (or 0xF08871) is unknown color: approx Salmon. HEX triplet: F0, 88 and 71. RGB value is (240,136,113). Sum of RGB (Red+Green+Blue) = 240+136+113=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F08871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08871 is #0F778E. Grayscale: #A4A4A4. Windows color (decimal): -1013647 or 7440624. OLE color: 7440624.

HSL color Cylindrical-coordinate representation of color #F08871: hue angle of 10.87º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F08871 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240136113-
CMYK00.430.530.06
HSL10.87º80.89%69.22%-
HSV(B)10.87º52.92%94.12%-
XYZ47.7237.3320.31-
YUV164.4798.96181.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=49.08%
G=27.81%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013611300.430.530.0610.8780.8969.22
HexF0887102B356b5145
Octal36021016105365613121105
Binary111100001000100011100010101011110101110101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08871; }

 p { color: rgb(240,136,113); }

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

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

 a { background-color: rgb(240,136,113); }

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

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

 span { border-color: rgb(240,136,113); }

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