#F9A47D

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

Shades of Light Salmon #F9A47D

Tints of Light Salmon #F9A47D

Color information

#F9A47D (or 0xF9A47D) is unknown color: approx Light Salmon. HEX triplet: F9, A4 and 7D. RGB value is (249,164,125). Sum of RGB (Red+Green+Blue) = 249+164+125=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A47D is #065B82. Grayscale: #B9B9B9. Windows color (decimal): -416643 or 8234233. OLE color: 8234233.

HSL color Cylindrical-coordinate representation of color #F9A47D: hue angle of 18.87º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9A47D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249164125-
CMYK00.340.500.02
HSL18.87º91.18%73.33%-
HSV(B)18.87º49.8%97.65%-
XYZ56.0448.1725.75-
YUV184.9794.16173.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=46.28%
G=30.48%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916412500.340.500.0218.8791.1873.33
HexF9A47D022322135b49
Octal37124417504262223133111
Binary111110011010010011111010100010110010101001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A47D; }

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

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

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

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

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

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

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

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