Html Css Color HEX #F68379 Salmon

📋 copy color: '#F68379'

red 246 ◦ green 131 ◦ blue 121

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

Shades of Salmon #F68379

Tints of Salmon #F68379

RGB

 RED value IS 246 (96.48% from 255) = 49.4%

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

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

R = 49.4%
G = 26.31%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68379 (or 0xF68379) is known color: Salmon. HEX triplet: F6, 83 and 79. RGB value is (246,131,121). Sum of RGB (Red+Green+Blue) = 246+131+121=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68379 is #097C86. Grayscale: #A4A4A4. Windows color (decimal): -621703 or 7963638. OLE color: 7963638.

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

Color convert

RGB 246 131 121 -
CMYK 0 0.47 0.51 0.04
HSL 4.8º 0.87% 0.72% -
HSV(B) 4.8º 0.51% 0.96% -
XYZ 49.57 37.21 22.66 -
YUV 164.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 246 131 121 0 0.47 0.51 0.04 4.8 0.87 0.72
Hex F6 83 79 0 2F 33 4 5 57 48
Octal 366 203 171 0 57 63 4 5 127 110
Binary 11110110 10000011 1111001 0 101111 110011 100 101 1010111 1001000

Color Harmonies of #F68379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68379

Black with #F68379

Text Example


Text Example

White with #F68379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68379; }

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

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

background-color css

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

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

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

border-color css

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

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

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