Html Css Color HEX #FF8379 Salmon

📋 copy color: '#FF8379'

red 255 ◦ green 131 ◦ blue 121

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

Shades of Salmon #FF8379

Tints of Salmon #FF8379

RGB

 RED value IS 255 (100% from 255) = 50.3%

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

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

R = 50.3%
G = 25.84%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8379 (or 0xFF8379) is known color: Salmon. HEX triplet: FF, 83 and 79. RGB value is (255,131,121). Sum of RGB (Red+Green+Blue) = 255+131+121=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8379 is #007C86. Grayscale: #A7A7A7. Windows color (decimal): -31879 or 7963647. OLE color: 7963647.

HSL color Cylindrical-coordinate representation of color #FF8379: hue angle of 4.48º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8379 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 131 121 -
CMYK 0 0.49 0.53 0
HSL 4.48º 1% 0.74% -
HSV(B) 4.48º 0.53% 1% -
XYZ 52.81 38.87 22.81 -
YUV 166.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 255 131 121 0 0.49 0.53 0 4.48 1 0.74
Hex FF 83 79 0 31 35 0 4 64 4A
Octal 377 203 171 0 61 65 0 4 144 112
Binary 11111111 10000011 1111001 0 110001 110101 0 100 1100100 1001010

Color Harmonies of #FF8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8379

Black with #FF8379

Text Example


Text Example

White with #FF8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8379; }

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

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

background-color css

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

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

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

border-color css

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

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

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