Html Css Color HEX #FA776D Salmon

📋 copy color: '#FA776D'

red 250 ◦ green 119 ◦ blue 109

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

Shades of Salmon #FA776D

Tints of Salmon #FA776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.9%

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 52.3%
G = 24.9%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA776D (or 0xFA776D) is known color: Salmon. HEX triplet: FA, 77 and 6D. RGB value is (250,119,109). Sum of RGB (Red+Green+Blue) = 250+119+109=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA776D is #058892. Grayscale: #9D9D9D. Windows color (decimal): -362643 or 7174138. OLE color: 7174138.

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

Color convert

RGB 250 119 109 -
CMYK 0 0.52 0.56 0.02
HSL 4.26º 0.93% 0.7% -
HSV(B) 4.26º 0.56% 0.98% -
XYZ 48.78 34.62 18.58 -
YUV 157.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 250 119 109 0 0.52 0.56 0.02 4.26 0.93 0.7
Hex FA 77 6D 0 34 38 2 4 5D 46
Octal 372 167 155 0 64 70 2 4 135 106
Binary 11111010 1110111 1101101 0 110100 111000 10 100 1011101 1000110

Color Harmonies of #FA776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA776D

Black with #FA776D

Text Example


Text Example

White with #FA776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA776D; }

 p { color: rgb(250,119,109); }

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

background-color css

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

 a { background-color: rgb(250,119,109); }

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

border-color css

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

 span { border-color: rgb(250,119,109); }

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