Html Css Color HEX #F7786A Salmon

📋 copy color: '#F7786A'

red 247 ◦ green 120 ◦ blue 106

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

Shades of Salmon #F7786A

Tints of Salmon #F7786A

RGB

 RED value IS 247 (96.88% from 255) = 52.22%

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

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 52.22%
G = 25.37%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7786A (or 0xF7786A) is known color: Salmon. HEX triplet: F7, 78 and 6A. RGB value is (247,120,106). Sum of RGB (Red+Green+Blue) = 247+120+106=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7786A is #088795. Grayscale: #9C9C9C. Windows color (decimal): -558998 or 6977783. OLE color: 6977783.

HSL color Cylindrical-coordinate representation of color #F7786A: hue angle of 5.96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7786A is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 120 106 -
CMYK 0 0.51 0.57 0.03
HSL 5.96º 0.9% 0.69% -
HSV(B) 5.96º 0.57% 0.97% -
XYZ 47.68 34.25 17.73 -
YUV 156.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 247 120 106 0 0.51 0.57 0.03 5.96 0.9 0.69
Hex F7 78 6A 0 33 39 3 6 5A 45
Octal 367 170 152 0 63 71 3 6 132 105
Binary 11110111 1111000 1101010 0 110011 111001 11 110 1011010 1000101

Color Harmonies of #F7786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7786A

Black with #F7786A

Text Example


Text Example

White with #F7786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7786A; }

 p { color: rgb(247,120,106); }

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

background-color css

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

 a { background-color: rgb(247,120,106); }

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

border-color css

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

 span { border-color: rgb(247,120,106); }

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