Html Css Color HEX #FA7E79 Salmon

📋 copy color: '#FA7E79'

red 250 ◦ green 126 ◦ blue 121

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

Shades of Salmon #FA7E79

Tints of Salmon #FA7E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.35%

 BLUE value IS 121 (47.66% from 255) = 24.35%

R = 50.3%
G = 25.35%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA7E79 (or 0xFA7E79) is known color: Salmon. HEX triplet: FA, 7E and 79. RGB value is (250,126,121). Sum of RGB (Red+Green+Blue) = 250+126+121=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E79 is #058186. Grayscale: #A2A2A2. Windows color (decimal): -360839 or 7962362. OLE color: 7962362.

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

Color convert

RGB 250 126 121 -
CMYK 0 0.50 0.52 0.02
HSL 2.33º 0.93% 0.73% -
HSV(B) 2.33º 0.52% 0.98% -
XYZ 50.34 36.63 22.51 -
YUV 162.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 250 126 121 0 0.50 0.52 0.02 2.33 0.93 0.73
Hex FA 7E 79 0 32 34 2 2 5D 49
Octal 372 176 171 0 62 64 2 2 135 111
Binary 11111010 1111110 1111001 0 110010 110100 10 10 1011101 1001001

Color Harmonies of #FA7E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E79

Black with #FA7E79

Text Example


Text Example

White with #FA7E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E79; }

 p { color: rgb(250,126,121); }

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

background-color css

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

 a { background-color: rgb(250,126,121); }

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

border-color css

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

 span { border-color: rgb(250,126,121); }

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