#F78566

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

Shades of Salmon #F78566

Tints of Salmon #F78566

Color information

#F78566 (or 0xF78566) is unknown color: approx Salmon. HEX triplet: F7, 85 and 66. RGB value is (247,133,102). Sum of RGB (Red+Green+Blue) = 247+133+102=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F78566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78566 is #087A99. Grayscale: #A3A3A3. Windows color (decimal): -555674 or 6718967. OLE color: 6718967.

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

Color convert

RGB247133102-
CMYK00.460.590.03
HSL12.83º90.06%68.43%-
HSV(B)12.83º58.7%96.86%-
XYZ49.1437.5117.22-
YUV163.5593.27187.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=51.24%
G=27.59%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713310200.460.590.0312.8390.0668.43
HexF7856602E3B3d5a44
Octal36720514605673315132104
Binary11110111100001011100110010111011101111110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78566; }

 p { color: rgb(247,133,102); }

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

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

 a { background-color: rgb(247,133,102); }

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

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

 span { border-color: rgb(247,133,102); }

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