Html Css Color HEX #FF8373 Salmon

📋 copy color: '#FF8373'

red 255 ◦ green 131 ◦ blue 115

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

Shades of Salmon #FF8373

Tints of Salmon #FF8373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 50.9%
G = 26.15%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF8373 (or 0xFF8373) is known color: Salmon. HEX triplet: FF, 83 and 73. RGB value is (255,131,115). Sum of RGB (Red+Green+Blue) = 255+131+115=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8373 is #007C8C. Grayscale: #A6A6A6. Windows color (decimal): -31885 or 7570431. OLE color: 7570431.

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

Color convert

RGB 255 131 115 -
CMYK 0 0.49 0.55 0
HSL 6.86º 1% 0.73% -
HSV(B) 6.86º 0.55% 1% -
XYZ 52.45 38.73 20.93 -
YUV 166.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 255 131 115 0 0.49 0.55 0 6.86 1 0.73
Hex FF 83 73 0 31 37 0 7 64 49
Octal 377 203 163 0 61 67 0 7 144 111
Binary 11111111 10000011 1110011 0 110001 110111 0 111 1100100 1001001

Color Harmonies of #FF8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8373

Black with #FF8373

Text Example


Text Example

White with #FF8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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