Html Css Color HEX #F78379 Salmon

📋 copy color: '#F78379'

red 247 ◦ green 131 ◦ blue 121

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

Shades of Salmon #F78379

Tints of Salmon #F78379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.25%

R = 49.5%
G = 26.25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F78379 (or 0xF78379) is known color: Salmon. HEX triplet: F7, 83 and 79. RGB value is (247,131,121). Sum of RGB (Red+Green+Blue) = 247+131+121=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F78379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78379 is #087C86. Grayscale: #A4A4A4. Windows color (decimal): -556167 or 7963639. OLE color: 7963639.

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

Color convert

RGB 247 131 121 -
CMYK 0 0.47 0.51 0.03
HSL 4.76º 0.89% 0.72% -
HSV(B) 4.76º 0.51% 0.97% -
XYZ 49.93 37.39 22.67 -
YUV 164.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 247 131 121 0 0.47 0.51 0.03 4.76 0.89 0.72
Hex F7 83 79 0 2F 33 3 5 59 48
Octal 367 203 171 0 57 63 3 5 131 110
Binary 11110111 10000011 1111001 0 101111 110011 11 101 1011001 1001000

Color Harmonies of #F78379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78379

Black with #F78379

Text Example


Text Example

White with #F78379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78379; }

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

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

background-color css

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

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

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

border-color css

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

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

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