#F78769

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

Shades of Salmon #F78769

Tints of Salmon #F78769

Color information

#F78769 (or 0xF78769) is unknown color: approx Salmon. HEX triplet: F7, 87 and 69. RGB value is (247,135,105). Sum of RGB (Red+Green+Blue) = 247+135+105=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F78769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78769 is #087896. Grayscale: #A5A5A5. Windows color (decimal): -555159 or 6916087. OLE color: 6916087.

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

Color convert

RGB247135105-
CMYK00.450.570.03
HSL12.68º89.87%69.02%-
HSV(B)12.68º57.49%96.86%-
XYZ49.5738.1218.11-
YUV165.0794.11186.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.72%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=50.72%
G=27.72%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713510500.450.570.0312.6889.8769.02
HexF7876902D393d5a45
Octal36720715105571315132105
Binary11110111100001111101001010110111100111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78769; }

 p { color: rgb(247,135,105); }

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

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

 a { background-color: rgb(247,135,105); }

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

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

 span { border-color: rgb(247,135,105); }

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