#FA9B75

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

Shades of Light Salmon #FA9B75

Tints of Light Salmon #FA9B75

Color information

#FA9B75 (or 0xFA9B75) is unknown color: approx Light Salmon. HEX triplet: FA, 9B and 75. RGB value is (250,155,117). Sum of RGB (Red+Green+Blue) = 250+155+117=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B75 is #05648A. Grayscale: #B3B3B3. Windows color (decimal): -353419 or 7707642. OLE color: 7707642.

HSL color Cylindrical-coordinate representation of color #FA9B75: hue angle of 17.14º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA9B75 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250155117-
CMYK00.380.530.02
HSL17.14º93.01%71.96%-
HSV(B)17.14º53.2%98.04%-
XYZ54.3645.0522.66-
YUV179.0792.97178.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=47.89%
G=29.69%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015511700.380.530.0217.1493.0171.96
HexFA9B75026352115d48
Octal37223316504665221135110
Binary111110101001101111101010100110110101101000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9B75; }

 p { color: rgb(250,155,117); }

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

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

 a { background-color: rgb(250,155,117); }

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

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

 span { border-color: rgb(250,155,117); }

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