Html Css Color HEX #FA7D79 Salmon

📋 copy color: '#FA7D79'

red 250 ◦ green 125 ◦ blue 121

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

Shades of Salmon #FA7D79

Tints of Salmon #FA7D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

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

R = 50.4%
G = 25.2%
B = 24.4%

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

#FA7D79 (or 0xFA7D79) is known color: Salmon. HEX triplet: FA, 7D and 79. RGB value is (250,125,121). Sum of RGB (Red+Green+Blue) = 250+125+121=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D79 is #058286. Grayscale: #A2A2A2. Windows color (decimal): -361095 or 7962106. OLE color: 7962106.

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

Color convert

RGB 250 125 121 -
CMYK 0 0.50 0.52 0.02
HSL 1.86º 0.93% 0.73% -
HSV(B) 1.86º 0.52% 0.98% -
XYZ 50.21 36.37 22.46 -
YUV 161.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 250 125 121 0 0.50 0.52 0.02 1.86 0.93 0.73
Hex FA 7D 79 0 32 34 2 2 5D 49
Octal 372 175 171 0 62 64 2 2 135 111
Binary 11111010 1111101 1111001 0 110010 110100 10 10 1011101 1001001

Color Harmonies of #FA7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D79

Black with #FA7D79

Text Example


Text Example

White with #FA7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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