Html Css Color HEX #F78376 Salmon

📋 copy color: '#F78376'

red 247 ◦ green 131 ◦ blue 118

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

Shades of Salmon #F78376

Tints of Salmon #F78376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.41%

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

R = 49.8%
G = 26.41%
B = 23.79%

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

#F78376 (or 0xF78376) is known color: Salmon. HEX triplet: F7, 83 and 76. RGB value is (247,131,118). Sum of RGB (Red+Green+Blue) = 247+131+118=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F78376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78376 is #087C89. Grayscale: #A4A4A4. Windows color (decimal): -556170 or 7767031. OLE color: 7767031.

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

Color convert

RGB 247 131 118 -
CMYK 0 0.47 0.52 0.03
HSL 6.05º 0.89% 0.72% -
HSV(B) 6.05º 0.52% 0.97% -
XYZ 49.74 37.31 21.72 -
YUV 164.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 247 131 118 0 0.47 0.52 0.03 6.05 0.89 0.72
Hex F7 83 76 0 2F 34 3 6 59 48
Octal 367 203 166 0 57 64 3 6 131 110
Binary 11110111 10000011 1110110 0 101111 110100 11 110 1011001 1001000

Color Harmonies of #F78376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78376

Black with #F78376

Text Example


Text Example

White with #F78376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78376; }

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

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

background-color css

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

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

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

border-color css

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

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

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