Html Css Color HEX #FF8371 Salmon

📋 copy color: '#FF8371'

red 255 ◦ green 131 ◦ blue 113

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

Shades of Salmon #FF8371

Tints of Salmon #FF8371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 51.1%
G = 26.25%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF8371 (or 0xFF8371) is known color: Salmon. HEX triplet: FF, 83 and 71. RGB value is (255,131,113). Sum of RGB (Red+Green+Blue) = 255+131+113=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8371 is #007C8E. Grayscale: #A6A6A6. Windows color (decimal): -31887 or 7439359. OLE color: 7439359.

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

Color convert

RGB 255 131 113 -
CMYK 0 0.49 0.56 0
HSL 7.61º 1% 0.72% -
HSV(B) 7.61º 0.56% 1% -
XYZ 52.34 38.68 20.33 -
YUV 166.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 255 131 113 0 0.49 0.56 0 7.61 1 0.72
Hex FF 83 71 0 31 38 0 8 64 48
Octal 377 203 161 0 61 70 0 10 144 110
Binary 11111111 10000011 1110001 0 110001 111000 0 1000 1100100 1001000

Color Harmonies of #FF8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8371

Black with #FF8371

Text Example


Text Example

White with #FF8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8371; }

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

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

background-color css

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

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

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

border-color css

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

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

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