Html Css Color HEX #FA776C Salmon

📋 copy color: '#FA776C'

red 250 ◦ green 119 ◦ blue 108

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

Shades of Salmon #FA776C

Tints of Salmon #FA776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 52.41%
G = 24.95%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA776C (or 0xFA776C) is known color: Salmon. HEX triplet: FA, 77 and 6C. RGB value is (250,119,108). Sum of RGB (Red+Green+Blue) = 250+119+108=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA776C is #058893. Grayscale: #9D9D9D. Windows color (decimal): -362644 or 7108602. OLE color: 7108602.

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

Color convert

RGB 250 119 108 -
CMYK 0 0.52 0.57 0.02
HSL 4.65º 0.93% 0.7% -
HSV(B) 4.65º 0.57% 0.98% -
XYZ 48.73 34.6 18.3 -
YUV 156.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 250 119 108 0 0.52 0.57 0.02 4.65 0.93 0.7
Hex FA 77 6C 0 34 39 2 5 5D 46
Octal 372 167 154 0 64 71 2 5 135 106
Binary 11111010 1110111 1101100 0 110100 111001 10 101 1011101 1000110

Color Harmonies of #FA776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA776C

Black with #FA776C

Text Example


Text Example

White with #FA776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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