#F78367

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

Shades of Salmon #F78367

Tints of Salmon #F78367

Color information

#F78367 (or 0xF78367) is unknown color: approx Salmon. HEX triplet: F7, 83 and 67. RGB value is (247,131,103). Sum of RGB (Red+Green+Blue) = 247+131+103=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F78367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78367 is #087C98. Grayscale: #A2A2A2. Windows color (decimal): -556185 or 6783991. OLE color: 6783991.

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

Color convert

RGB247131103-
CMYK00.470.580.03
HSL11.67º90%68.63%-
HSV(B)11.67º58.3%96.86%-
XYZ48.9236.9917.39-
YUV162.4994.43188.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=51.35%
G=27.23%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713110300.470.580.0311.679068.63
HexF7836702F3A3c5a45
Octal36720314705772314132105
Binary11110111100000111100111010111111101011110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78367; }

 p { color: rgb(247,131,103); }

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

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

 a { background-color: rgb(247,131,103); }

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

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

 span { border-color: rgb(247,131,103); }

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