#F9A47B

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

Shades of Light Salmon #F9A47B

Tints of Light Salmon #F9A47B

Color information

#F9A47B (or 0xF9A47B) is unknown color: approx Light Salmon. HEX triplet: F9, A4 and 7B. RGB value is (249,164,123). Sum of RGB (Red+Green+Blue) = 249+164+123=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A47B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A47B is #065B84. Grayscale: #B8B8B8. Windows color (decimal): -416645 or 8103161. OLE color: 8103161.

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

Color convert

RGB249164123-
CMYK00.340.510.02
HSL19.52º91.3%72.94%-
HSV(B)19.52º50.6%97.65%-
XYZ55.9248.1225.08-
YUV184.7493.16173.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.46%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 123 (48.44% from 255) = 22.95%
R=46.46%
G=30.60%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916412300.340.510.0219.5291.372.94
HexF9A47B022332145b49
Octal37124417304263224133111
Binary111110011010010011110110100010110011101010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A47B; }

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

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

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

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

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

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

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

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