Html Css Color HEX #FA7B6A Salmon

📋 copy color: '#FA7B6A'

red 250 ◦ green 123 ◦ blue 106

#FA7B6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FA7B6A

Tints of Salmon #FA7B6A

RGB

 RED value IS 250 (98.05% from 255) = 52.19%

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 52.19%
G = 25.68%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA7B6A (or 0xFA7B6A) is known color: Salmon. HEX triplet: FA, 7B and 6A. RGB value is (250,123,106). Sum of RGB (Red+Green+Blue) = 250+123+106=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B6A is #058495. Grayscale: #9F9F9F. Windows color (decimal): -361622 or 6978554. OLE color: 6978554.

HSL color Cylindrical-coordinate representation of color #FA7B6A: hue angle of 7.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA7B6A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 123 106 -
CMYK 0 0.51 0.58 0.02
HSL 7.08º 0.94% 0.7% -
HSV(B) 7.08º 0.58% 0.98% -
XYZ 49.11 35.53 17.91 -
YUV 159.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 250 123 106 0 0.51 0.58 0.02 7.08 0.94 0.7
Hex FA 7B 6A 0 33 3A 2 7 5E 46
Octal 372 173 152 0 63 72 2 7 136 106
Binary 11111010 1111011 1101010 0 110011 111010 10 111 1011110 1000110

Color Harmonies of #FA7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B6A

Black with #FA7B6A

Text Example


Text Example

White with #FA7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B6A; }

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

 H1.HeaderClassName
 {
   color: #FA7B6A;
 }
 .AnyTagClassName
 {
   color: #FA7B6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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