Html Css Color HEX #F78371 Salmon

📋 copy color: '#F78371'

red 247 ◦ green 131 ◦ blue 113

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

Shades of Salmon #F78371

Tints of Salmon #F78371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.01%

R = 50.31%
G = 26.68%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F78371 (or 0xF78371) is known color: Salmon. HEX triplet: F7, 83 and 71. RGB value is (247,131,113). Sum of RGB (Red+Green+Blue) = 247+131+113=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F78371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78371 is #087C8E. Grayscale: #A3A3A3. Windows color (decimal): -556175 or 7439351. OLE color: 7439351.

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

Color convert

RGB 247 131 113 -
CMYK 0 0.47 0.54 0.03
HSL 8.06º 0.89% 0.71% -
HSV(B) 8.06º 0.54% 0.97% -
XYZ 49.45 37.2 20.2 -
YUV 163.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 247 131 113 0 0.47 0.54 0.03 8.06 0.89 0.71
Hex F7 83 71 0 2F 36 3 8 59 47
Octal 367 203 161 0 57 66 3 10 131 107
Binary 11110111 10000011 1110001 0 101111 110110 11 1000 1011001 1000111

Color Harmonies of #F78371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78371

Black with #F78371

Text Example


Text Example

White with #F78371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78371; }

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

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

background-color css

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

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

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

border-color css

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

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

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