Html Css Color HEX #F78375 Salmon

📋 copy color: '#F78375'

red 247 ◦ green 131 ◦ blue 117

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

Shades of Salmon #F78375

Tints of Salmon #F78375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 49.9%
G = 26.46%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F78375 (or 0xF78375) is known color: Salmon. HEX triplet: F7, 83 and 75. RGB value is (247,131,117). Sum of RGB (Red+Green+Blue) = 247+131+117=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78375 is #087C8A. Grayscale: #A4A4A4. Windows color (decimal): -556171 or 7701495. OLE color: 7701495.

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

Color convert

RGB 247 131 117 -
CMYK 0 0.47 0.53 0.03
HSL 6.46º 0.89% 0.71% -
HSV(B) 6.46º 0.53% 0.97% -
XYZ 49.68 37.29 21.41 -
YUV 164.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 247 131 117 0 0.47 0.53 0.03 6.46 0.89 0.71
Hex F7 83 75 0 2F 35 3 6 59 47
Octal 367 203 165 0 57 65 3 6 131 107
Binary 11110111 10000011 1110101 0 101111 110101 11 110 1011001 1000111

Color Harmonies of #F78375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78375

Black with #F78375

Text Example


Text Example

White with #F78375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78375; }

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

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

background-color css

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

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

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

border-color css

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

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

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