Html Css Color HEX #F78674 Salmon

📋 copy color: '#F78674'

red 247 ◦ green 134 ◦ blue 116

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

Shades of Salmon #F78674

Tints of Salmon #F78674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.96%

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 49.7%
G = 26.96%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F78674 (or 0xF78674) is known color: Salmon. HEX triplet: F7, 86 and 74. RGB value is (247,134,116). Sum of RGB (Red+Green+Blue) = 247+134+116=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78674 is #08798B. Grayscale: #A5A5A5. Windows color (decimal): -555404 or 7636727. OLE color: 7636727.

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

Color convert

RGB 247 134 116 -
CMYK 0 0.46 0.53 0.03
HSL 8.24º 0.89% 0.71% -
HSV(B) 8.24º 0.53% 0.97% -
XYZ 50.04 38.09 21.24 -
YUV 165.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 247 134 116 0 0.46 0.53 0.03 8.24 0.89 0.71
Hex F7 86 74 0 2E 35 3 8 59 47
Octal 367 206 164 0 56 65 3 10 131 107
Binary 11110111 10000110 1110100 0 101110 110101 11 1000 1011001 1000111

Color Harmonies of #F78674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78674

Black with #F78674

Text Example


Text Example

White with #F78674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78674; }

 p { color: rgb(247,134,116); }

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

background-color css

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

 a { background-color: rgb(247,134,116); }

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

border-color css

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

 span { border-color: rgb(247,134,116); }

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