#F78066

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

Shades of Salmon #F78066

Tints of Salmon #F78066

Color information

#F78066 (or 0xF78066) is unknown color: approx Salmon. HEX triplet: F7, 80 and 66. RGB value is (247,128,102). Sum of RGB (Red+Green+Blue) = 247+128+102=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F78066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78066 is #087F99. Grayscale: #A0A0A0. Windows color (decimal): -556954 or 6717687. OLE color: 6717687.

HSL color Cylindrical-coordinate representation of color #F78066: hue angle of 10.76º 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 #F78066 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB247128102-
CMYK00.480.590.03
HSL10.76º90.06%68.43%-
HSV(B)10.76º58.7%96.86%-
XYZ48.4836.1717-
YUV160.6294.92189.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.78%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=51.78%
G=26.83%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712810200.480.590.0310.7690.0668.43
HexF780660303B3b5a44
Octal36720014606073313132104
Binary11110111100000001100110011000011101111101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78066; }

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

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

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

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

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

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

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

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