#F78A74

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

Shades of Salmon #F78A74

Tints of Salmon #F78A74

Color information

#F78A74 (or 0xF78A74) is unknown color: approx Salmon. HEX triplet: F7, 8A and 74. RGB value is (247,138,116). Sum of RGB (Red+Green+Blue) = 247+138+116=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A74 is #08758B. Grayscale: #A8A8A8. Windows color (decimal): -554380 or 7637751. OLE color: 7637751.

HSL color Cylindrical-coordinate representation of color #F78A74: hue angle of 10.08º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F78A74 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247138116-
CMYK00.440.530.03
HSL10.08º89.12%71.18%-
HSV(B)10.08º53.04%96.86%-
XYZ50.639.2121.42-
YUV168.0898.61184.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=49.30%
G=27.54%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713811600.440.530.0310.0889.1271.18
HexF78A7402C353a5947
Octal36721216405465312131107
Binary11110111100010101110100010110011010111101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78A74; }

 p { color: rgb(247,138,116); }

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

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

 a { background-color: rgb(247,138,116); }

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

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

 span { border-color: rgb(247,138,116); }

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