Html Css Color HEX #F78676 Salmon

📋 copy color: '#F78676'

red 247 ◦ green 134 ◦ blue 118

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

Shades of Salmon #F78676

Tints of Salmon #F78676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.85%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 49.5%
G = 26.85%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F78676 (or 0xF78676) is known color: Salmon. HEX triplet: F7, 86 and 76. RGB value is (247,134,118). Sum of RGB (Red+Green+Blue) = 247+134+118=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F78676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78676 is #087989. Grayscale: #A6A6A6. Windows color (decimal): -555402 or 7767799. OLE color: 7767799.

HSL color Cylindrical-coordinate representation of color #F78676: hue angle of 7.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F78676 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 134 118 -
CMYK 0 0.46 0.52 0.03
HSL 7.44º 0.89% 0.72% -
HSV(B) 7.44º 0.52% 0.97% -
XYZ 50.15 38.13 21.86 -
YUV 165.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 247 134 118 0 0.46 0.52 0.03 7.44 0.89 0.72
Hex F7 86 76 0 2E 34 3 7 59 48
Octal 367 206 166 0 56 64 3 7 131 110
Binary 11110111 10000110 1110110 0 101110 110100 11 111 1011001 1001000

Color Harmonies of #F78676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78676

Black with #F78676

Text Example


Text Example

White with #F78676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78676; }

 p { color: rgb(247,134,118); }

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

background-color css

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

 a { background-color: rgb(247,134,118); }

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

border-color css

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

 span { border-color: rgb(247,134,118); }

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