Html Css Color HEX #FA786D Salmon

📋 copy color: '#FA786D'

red 250 ◦ green 120 ◦ blue 109

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

Shades of Salmon #FA786D

Tints of Salmon #FA786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.05%

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

R = 52.19%
G = 25.05%
B = 22.76%

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

#FA786D (or 0xFA786D) is known color: Salmon. HEX triplet: FA, 78 and 6D. RGB value is (250,120,109). Sum of RGB (Red+Green+Blue) = 250+120+109=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA786D is #058792. Grayscale: #9D9D9D. Windows color (decimal): -362387 or 7174394. OLE color: 7174394.

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

Color convert

RGB 250 120 109 -
CMYK 0 0.52 0.56 0.02
HSL 4.68º 0.93% 0.7% -
HSV(B) 4.68º 0.56% 0.98% -
XYZ 48.9 34.86 18.62 -
YUV 157.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 250 120 109 0 0.52 0.56 0.02 4.68 0.93 0.7
Hex FA 78 6D 0 34 38 2 5 5D 46
Octal 372 170 155 0 64 70 2 5 135 106
Binary 11111010 1111000 1101101 0 110100 111000 10 101 1011101 1000110

Color Harmonies of #FA786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA786D

Black with #FA786D

Text Example


Text Example

White with #FA786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA786D; }

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

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

background-color css

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

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

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

border-color css

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

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

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