#F9A586

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

Shades of Light Salmon #F9A586

Tints of Light Salmon #F9A586

Color information

#F9A586 (or 0xF9A586) is unknown color: approx Light Salmon. HEX triplet: F9, A5 and 86. RGB value is (249,165,134). Sum of RGB (Red+Green+Blue) = 249+165+134=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A586 is #065A79. Grayscale: #BABABA. Windows color (decimal): -416378 or 8824313. OLE color: 8824313.

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

Color convert

RGB249165134-
CMYK00.340.460.02
HSL16.17º90.55%75.1%-
HSV(B)16.17º46.18%97.65%-
XYZ56.8348.7728.97-
YUV186.5898.33172.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.44%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=45.44%
G=30.11%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916513400.340.460.0216.1790.5575.1
HexF9A5860222E2105b4b
Octal37124520604256220133113
Binary1111100110100101100001100100010101110101000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A586; }

 p { color: rgb(249,165,134); }

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

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

 a { background-color: rgb(249,165,134); }

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

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

 span { border-color: rgb(249,165,134); }

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