#F88673

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

Shades of Salmon #F88673

Tints of Salmon #F88673

Color information

#F88673 (or 0xF88673) is unknown color: approx Salmon. HEX triplet: F8, 86 and 73. RGB value is (248,134,115). Sum of RGB (Red+Green+Blue) = 248+134+115=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F88673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88673 is #07798C. Grayscale: #A6A6A6. Windows color (decimal): -489869 or 7571192. OLE color: 7571192.

HSL color Cylindrical-coordinate representation of color #F88673: hue angle of 8.57º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F88673 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248134115-
CMYK00.460.540.03
HSL8.57º90.48%71.18%-
HSV(B)8.57º53.63%97.25%-
XYZ50.3338.2420.95-
YUV165.9299.27186.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=49.90%
G=26.96%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813411500.460.540.038.5790.4871.18
HexF8867302E36395a47
Octal37020616305666311132107
Binary11111000100001101110011010111011011011100110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88673; }

 p { color: rgb(248,134,115); }

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

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

 a { background-color: rgb(248,134,115); }

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

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

 span { border-color: rgb(248,134,115); }

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