#FA7B7A

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

Shades of Salmon #FA7B7A

Tints of Salmon #FA7B7A

Color information

#FA7B7A (or 0xFA7B7A) is unknown color: approx Salmon. HEX triplet: FA, 7B and 7A. RGB value is (250,123,122). Sum of RGB (Red+Green+Blue) = 250+123+122=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B7A is #058485. Grayscale: #A0A0A0. Windows color (decimal): -361606 or 8027130. OLE color: 8027130.

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

Color convert

RGB250123122-
CMYK00.510.510.02
HSL0.47º92.75%72.94%-
HSV(B)0.47º51.2%98.04%-
XYZ50.0235.922.7-
YUV160.86106.08191.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=50.51%
G=24.85%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012312200.510.510.020.4792.7572.94
HexFA7B7A03333205d49
Octal3721731720636320135111
Binary1111101011110111111010011001111001110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7B7A; }

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

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

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

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

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

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

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

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