#F7A47D

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

Shades of Light Salmon #F7A47D

Tints of Light Salmon #F7A47D

Color information

#F7A47D (or 0xF7A47D) is unknown color: approx Light Salmon. HEX triplet: F7, A4 and 7D. RGB value is (247,164,125). Sum of RGB (Red+Green+Blue) = 247+164+125=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A47D is #085B82. Grayscale: #B8B8B8. Windows color (decimal): -547715 or 8234231. OLE color: 8234231.

HSL color Cylindrical-coordinate representation of color #F7A47D: hue angle of 19.18º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7A47D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB247164125-
CMYK00.340.490.03
HSL19.18º88.41%72.94%-
HSV(B)19.18º49.39%96.86%-
XYZ55.3347.8125.71-
YUV184.3794.5172.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.08%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=46.08%
G=30.60%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716412500.340.490.0319.1888.4172.94
HexF7A47D022313135849
Octal36724417504261323130111
Binary111101111010010011111010100010110001111001110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A47D; }

 p { color: rgb(247,164,125); }

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

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

 a { background-color: rgb(247,164,125); }

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

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

 span { border-color: rgb(247,164,125); }

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