#FA9D76

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

Shades of Light Salmon #FA9D76

Tints of Light Salmon #FA9D76

Color information

#FA9D76 (or 0xFA9D76) is unknown color: approx Light Salmon. HEX triplet: FA, 9D and 76. RGB value is (250,157,118). Sum of RGB (Red+Green+Blue) = 250+157+118=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9D76 is #056289. Grayscale: #B4B4B4. Windows color (decimal): -352906 or 7773690. OLE color: 7773690.

HSL color Cylindrical-coordinate representation of color #FA9D76: hue angle of 17.73º 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 #FA9D76 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250157118-
CMYK00.370.530.02
HSL17.73º92.96%72.16%-
HSV(B)17.73º52.8%98.04%-
XYZ54.7545.7523.08-
YUV180.3692.81177.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=47.62%
G=29.90%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015711800.370.530.0217.7392.9672.16
HexFA9D76025352125d48
Octal37223516604565222135110
Binary111110101001110111101100100101110101101001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D76; }

 p { color: rgb(250,157,118); }

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

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

 a { background-color: rgb(250,157,118); }

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

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

 span { border-color: rgb(250,157,118); }

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