#F78163

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

Shades of Salmon #F78163

Tints of Salmon #F78163

Color information

#F78163 (or 0xF78163) is unknown color: approx Salmon. HEX triplet: F7, 81 and 63. RGB value is (247,129,99). Sum of RGB (Red+Green+Blue) = 247+129+99=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F78163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78163 is #087E9C. Grayscale: #A1A1A1. Windows color (decimal): -556701 or 6521335. OLE color: 6521335.

HSL color Cylindrical-coordinate representation of color #F78163: hue angle of 12.16º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F78163 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB24712999-
CMYK00.480.600.03
HSL12.16º90.24%67.84%-
HSV(B)12.16º59.92%96.86%-
XYZ48.4636.3816.27-
YUV160.8693.09189.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=52%
G=27.16%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471299900.480.600.0312.1690.2467.84
HexF781630303C3c5a44
Octal36720114306074314132104
Binary11110111100000011100011011000011110011110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78163; }

 p { color: rgb(247,129,99); }

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

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

 a { background-color: rgb(247,129,99); }

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

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

 span { border-color: rgb(247,129,99); }

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