Html Css Color HEX #FA796C Salmon

📋 copy color: '#FA796C'

red 250 ◦ green 121 ◦ blue 108

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

Shades of Salmon #FA796C

Tints of Salmon #FA796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.26%

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

R = 52.19%
G = 25.26%
B = 22.55%

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

#FA796C (or 0xFA796C) is known color: Salmon. HEX triplet: FA, 79 and 6C. RGB value is (250,121,108). Sum of RGB (Red+Green+Blue) = 250+121+108=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA796C is #058693. Grayscale: #9E9E9E. Windows color (decimal): -362132 or 7109114. OLE color: 7109114.

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

Color convert

RGB 250 121 108 -
CMYK 0 0.52 0.57 0.02
HSL 5.49º 0.93% 0.7% -
HSV(B) 5.49º 0.57% 0.98% -
XYZ 48.97 35.08 18.38 -
YUV 158.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 250 121 108 0 0.52 0.57 0.02 5.49 0.93 0.7
Hex FA 79 6C 0 34 39 2 5 5D 46
Octal 372 171 154 0 64 71 2 5 135 106
Binary 11111010 1111001 1101100 0 110100 111001 10 101 1011101 1000110

Color Harmonies of #FA796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA796C

Black with #FA796C

Text Example


Text Example

White with #FA796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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