Html Css Color HEX #FA7773 Salmon

📋 copy color: '#FA7773'

red 250 ◦ green 119 ◦ blue 115

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

Shades of Salmon #FA7773

Tints of Salmon #FA7773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 51.65%
G = 24.59%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA7773 (or 0xFA7773) is known color: Salmon. HEX triplet: FA, 77 and 73. RGB value is (250,119,115). Sum of RGB (Red+Green+Blue) = 250+119+115=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7773 is #05888C. Grayscale: #9D9D9D. Windows color (decimal): -362637 or 7567354. OLE color: 7567354.

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

Color convert

RGB 250 119 115 -
CMYK 0 0.52 0.54 0.02
HSL 1.78º 0.93% 0.72% -
HSV(B) 1.78º 0.54% 0.98% -
XYZ 49.12 34.76 20.34 -
YUV 157.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 250 119 115 0 0.52 0.54 0.02 1.78 0.93 0.72
Hex FA 77 73 0 34 36 2 2 5D 48
Octal 372 167 163 0 64 66 2 2 135 110
Binary 11111010 1110111 1110011 0 110100 110110 10 10 1011101 1001000

Color Harmonies of #FA7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7773

Black with #FA7773

Text Example


Text Example

White with #FA7773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7773; }

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

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

background-color css

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

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

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

border-color css

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

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

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