Html Css Color HEX #F58676 Salmon

📋 copy color: '#F58676'

red 245 ◦ green 134 ◦ blue 118

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

Shades of Salmon #F58676

Tints of Salmon #F58676

RGB

 RED value IS 245 (96.09% from 255) = 49.3%

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

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

R = 49.3%
G = 26.96%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F58676 (or 0xF58676) is known color: Salmon. HEX triplet: F5, 86 and 76. RGB value is (245,134,118). Sum of RGB (Red+Green+Blue) = 245+134+118=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F58676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58676 is #0A7989. Grayscale: #A5A5A5. Windows color (decimal): -686474 or 7767797. OLE color: 7767797.

HSL color Cylindrical-coordinate representation of color #F58676: hue angle of 7.56º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F58676 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 134 118 -
CMYK 0 0.45 0.52 0.04
HSL 7.56º 0.86% 0.71% -
HSV(B) 7.56º 0.52% 0.96% -
XYZ 49.45 37.77 21.82 -
YUV 165.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 245 134 118 0 0.45 0.52 0.04 7.56 0.86 0.71
Hex F5 86 76 0 2D 34 4 8 56 47
Octal 365 206 166 0 55 64 4 10 126 107
Binary 11110101 10000110 1110110 0 101101 110100 100 1000 1010110 1000111

Color Harmonies of #F58676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58676

Black with #F58676

Text Example


Text Example

White with #F58676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58676; }

 p { color: rgb(245,134,118); }

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

background-color css

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

 a { background-color: rgb(245,134,118); }

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

border-color css

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

 span { border-color: rgb(245,134,118); }

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