Html Css Color HEX #F78976 Salmon

📋 copy color: '#F78976'

red 247 ◦ green 137 ◦ blue 118

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

Shades of Salmon #F78976

Tints of Salmon #F78976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.29%

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

R = 49.2%
G = 27.29%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F78976 (or 0xF78976) is known color: Salmon. HEX triplet: F7, 89 and 76. RGB value is (247,137,118). Sum of RGB (Red+Green+Blue) = 247+137+118=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F78976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78976 is #087689. Grayscale: #A7A7A7. Windows color (decimal): -554634 or 7768567. OLE color: 7768567.

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

Color convert

RGB 247 137 118 -
CMYK 0 0.45 0.52 0.03
HSL 8.84º 0.89% 0.72% -
HSV(B) 8.84º 0.52% 0.97% -
XYZ 50.57 38.97 22 -
YUV 167.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 247 137 118 0 0.45 0.52 0.03 8.84 0.89 0.72
Hex F7 89 76 0 2D 34 3 9 59 48
Octal 367 211 166 0 55 64 3 11 131 110
Binary 11110111 10001001 1110110 0 101101 110100 11 1001 1011001 1001000

Color Harmonies of #F78976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78976

Black with #F78976

Text Example


Text Example

White with #F78976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78976; }

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

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

background-color css

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

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

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

border-color css

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

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

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