Html Css Color HEX #FA766D Salmon

📋 copy color: '#FA766D'

red 250 ◦ green 118 ◦ blue 109

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

Shades of Salmon #FA766D

Tints of Salmon #FA766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 52.41%
G = 24.74%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA766D (or 0xFA766D) is known color: Salmon. HEX triplet: FA, 76 and 6D. RGB value is (250,118,109). Sum of RGB (Red+Green+Blue) = 250+118+109=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA766D is #058992. Grayscale: #9C9C9C. Windows color (decimal): -362899 or 7173882. OLE color: 7173882.

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

Color convert

RGB 250 118 109 -
CMYK 0 0.53 0.56 0.02
HSL 3.83º 0.93% 0.7% -
HSV(B) 3.83º 0.56% 0.98% -
XYZ 48.66 34.38 18.54 -
YUV 156.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 250 118 109 0 0.53 0.56 0.02 3.83 0.93 0.7
Hex FA 76 6D 0 35 38 2 4 5D 46
Octal 372 166 155 0 65 70 2 4 135 106
Binary 11111010 1110110 1101101 0 110101 111000 10 100 1011101 1000110

Color Harmonies of #FA766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA766D

Black with #FA766D

Text Example


Text Example

White with #FA766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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