#F7897A

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

Shades of Salmon #F7897A

Tints of Salmon #F7897A

Color information

#F7897A (or 0xF7897A) is unknown color: approx Salmon. HEX triplet: F7, 89 and 7A. RGB value is (247,137,122). Sum of RGB (Red+Green+Blue) = 247+137+122=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7897A is #087685. Grayscale: #A8A8A8. Windows color (decimal): -554630 or 8030711. OLE color: 8030711.

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

Color convert

RGB247137122-
CMYK00.450.510.03
HSL7.2º88.65%72.35%-
HSV(B)7.2º50.61%96.86%-
XYZ50.8239.0723.28-
YUV168.18101.94184.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.81%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=48.81%
G=27.08%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713712200.450.510.037.288.6572.35
HexF7897A02D33375948
Octal3672111720556337131110
Binary1111011110001001111101001011011100111111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7897A; }

 p { color: rgb(247,137,122); }

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

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

 a { background-color: rgb(247,137,122); }

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

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

 span { border-color: rgb(247,137,122); }

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