#FA9C7B

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

Shades of Light Salmon #FA9C7B

Tints of Light Salmon #FA9C7B

Color information

#FA9C7B (or 0xFA9C7B) is unknown color: approx Light Salmon. HEX triplet: FA, 9C and 7B. RGB value is (250,156,123). Sum of RGB (Red+Green+Blue) = 250+156+123=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9C7B is #056384. Grayscale: #B4B4B4. Windows color (decimal): -353157 or 8101114. OLE color: 8101114.

HSL color Cylindrical-coordinate representation of color #FA9C7B: hue angle of 15.59º degrees, saturation: 0.93, 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 #FA9C7B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250156123-
CMYK00.380.510.02
HSL15.59º92.7%73.14%-
HSV(B)15.59º50.8%98.04%-
XYZ54.8945.5324.63-
YUV180.3495.64177.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=47.26%
G=29.49%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015612300.380.510.0215.5992.773.14
HexFA9C7B026332105d49
Octal37223417304663220135111
Binary111110101001110011110110100110110011101000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9C7B; }

 p { color: rgb(250,156,123); }

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

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

 a { background-color: rgb(250,156,123); }

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

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

 span { border-color: rgb(250,156,123); }

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