#F78372

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

Shades of Salmon #F78372

Tints of Salmon #F78372

Color information

#F78372 (or 0xF78372) is unknown color: approx Salmon. HEX triplet: F7, 83 and 72. RGB value is (247,131,114). Sum of RGB (Red+Green+Blue) = 247+131+114=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F78372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78372 is #087C8D. Grayscale: #A3A3A3. Windows color (decimal): -556174 or 7504887. OLE color: 7504887.

HSL color Cylindrical-coordinate representation of color #F78372: hue angle of 7.67º degrees, saturation: 0.89, 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 #F78372 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247131114-
CMYK00.470.540.03
HSL7.67º89.26%70.78%-
HSV(B)7.67º53.85%96.86%-
XYZ49.5137.2220.49-
YUV163.7599.93187.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.20%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=50.20%
G=26.63%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713111400.470.540.037.6789.2670.78
HexF7837202F36385947
Octal36720316205766310131107
Binary11110111100000111110010010111111011011100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78372; }

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

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

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

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

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

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

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

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