Html Css Color HEX #FA776B Salmon

📋 copy color: '#FA776B'

red 250 ◦ green 119 ◦ blue 107

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

Shades of Salmon #FA776B

Tints of Salmon #FA776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 52.52%
G = 25%
B = 22.48%

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

#FA776B (or 0xFA776B) is known color: Salmon. HEX triplet: FA, 77 and 6B. RGB value is (250,119,107). Sum of RGB (Red+Green+Blue) = 250+119+107=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA776B is #058894. Grayscale: #9C9C9C. Windows color (decimal): -362645 or 7043066. OLE color: 7043066.

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

Color convert

RGB 250 119 107 -
CMYK 0 0.52 0.57 0.02
HSL 5.03º 0.93% 0.7% -
HSV(B) 5.03º 0.57% 0.98% -
XYZ 48.68 34.58 18.02 -
YUV 156.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 250 119 107 0 0.52 0.57 0.02 5.03 0.93 0.7
Hex FA 77 6B 0 34 39 2 5 5D 46
Octal 372 167 153 0 64 71 2 5 135 106
Binary 11111010 1110111 1101011 0 110100 111001 10 101 1011101 1000110

Color Harmonies of #FA776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA776B

Black with #FA776B

Text Example


Text Example

White with #FA776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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