Html Css Color HEX #F78476 Salmon

📋 copy color: '#F78476'

red 247 ◦ green 132 ◦ blue 118

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

Shades of Salmon #F78476

Tints of Salmon #F78476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.56%

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

R = 49.7%
G = 26.56%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F78476 (or 0xF78476) is known color: Salmon. HEX triplet: F7, 84 and 76. RGB value is (247,132,118). Sum of RGB (Red+Green+Blue) = 247+132+118=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78476 is #087B89. Grayscale: #A4A4A4. Windows color (decimal): -555914 or 7767287. OLE color: 7767287.

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

Color convert

RGB 247 132 118 -
CMYK 0 0.47 0.52 0.03
HSL 6.51º 0.89% 0.72% -
HSV(B) 6.51º 0.52% 0.97% -
XYZ 49.88 37.58 21.77 -
YUV 164.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 247 132 118 0 0.47 0.52 0.03 6.51 0.89 0.72
Hex F7 84 76 0 2F 34 3 7 59 48
Octal 367 204 166 0 57 64 3 7 131 110
Binary 11110111 10000100 1110110 0 101111 110100 11 111 1011001 1001000

Color Harmonies of #F78476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78476

Black with #F78476

Text Example


Text Example

White with #F78476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78476; }

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

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

background-color css

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

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

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

border-color css

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

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

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