#F9A47E

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

Shades of Light Salmon #F9A47E

Tints of Light Salmon #F9A47E

Color information

#F9A47E (or 0xF9A47E) is unknown color: approx Light Salmon. HEX triplet: F9, A4 and 7E. RGB value is (249,164,126). Sum of RGB (Red+Green+Blue) = 249+164+126=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A47E is #065B81. Grayscale: #B9B9B9. Windows color (decimal): -416642 or 8299769. OLE color: 8299769.

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

Color convert

RGB249164126-
CMYK00.340.490.02
HSL18.54º91.11%73.53%-
HSV(B)18.54º49.4%97.65%-
XYZ56.1148.226.08-
YUV185.0894.66173.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 126 (49.61% from 255) = 23.38%
R=46.20%
G=30.43%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916412600.340.490.0218.5491.1173.53
HexF9A47E022312135b4a
Octal37124417604261223133112
Binary111110011010010011111100100010110001101001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A47E; }

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

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

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

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

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

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

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

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